coordinate-project-relay

coordinate-project-relay is a skill for Codex from franmelx/que-paso-ayer. It costs 82 tokens per session (728 once invoked), scanned A, original, Apache-2.0.

A project-work coordination skill that connects Codex to ¿Qué pasó ayer?, an MCP service for storing project knowledge and collaboration history. It applies project-association, approval, session, and handoff rules.

In plain words
What is it for?
Use it during implementation, diagnosis, code review, testing, architecture changes, technical-debt work, recurring problems, handoffs, or questions about existing constraints.
Why use it?
It helps an agent use shared project context without reading or changing it when the repository is not explicitly associated. It also records work sessions and surfaces newer project information.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex.

Good fit Use it during implementation, diagnosis, code review, testing, architecture changes, technical-debt work, recurring problems, handoffs, or questions about existing constraints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/franmelx/que-paso-ayer/coordinate-project-relay
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add franmelx/que-paso-ayer --skill coordinate-project-relay
Clone the repo
git clone --depth 1 https://github.com/franmelx/que-paso-ayer

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for coordinate-project-relay

README.md
[![agentmods](https://agentmods.dev/badge/skills/franmelx/que-paso-ayer/coordinate-project-relay/github.svg)](https://agentmods.dev/skills/franmelx/que-paso-ayer/coordinate-project-relay)
Your own site
<a href="https://agentmods.dev/skills/franmelx/que-paso-ayer/coordinate-project-relay"><img src="https://agentmods.dev/badge/skills/franmelx/que-paso-ayer/coordinate-project-relay/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for coordinate-project-relay

Your own site · 80×15
<a href="https://agentmods.dev/skills/franmelx/que-paso-ayer/coordinate-project-relay"><img src="https://agentmods.dev/badge/skills/franmelx/que-paso-ayer/coordinate-project-relay.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 728 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00082 $0.00728
Opus 5 $0.00041 $0.00364
Sonnet 5 $0.00016 $0.00146
Haiku 4.5 $0.00008 $0.00073

Measured 8d ago against content hash 66db63084a1e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

coordinate-project-relay scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/coordinate-project-relay/SKILL.md · 59 lines

How it starts

The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Coordinate project relay

Use the MCP as a shared operational memory, not as a generic note store.

Start safely

  1. Detect the repository root and project marker without modifying files.
  2. Resolve the known project id and call project_association_check before any project knowledge tool.
  3. Stop without reading or writing shared context when the result is not associated and active.
  4. Ask the user before registering, activating, splitting, merging, or archiving a project. Call project_register only after explicit approval and set approvedByUser: true only when that approval actually occurred.
  5. Call participant_register for the effective human and agent after explicit approval. Record model, specialties and capabilities using unknown rather than guessing. Reuse an identical registered profile instead of creating aliases.
  6. Start collaboration with session_start for each actor before meaningful editing, and keep sessions alive with session_heartbeat.

Synchronize work

  1. Call knowledge_query with afterRevision when a project cursor is available; otherwise query the relevant terms, services, components and constraints.
  2. Surface newer revisions and overlapping scopes before changing related components. Use active_sessions and heartbeat signals to reason about in-flight work from other actors.
  3. Identify relevant projects, services, connections, rules and modification considerations.
  4. Re-synchronize before modifying a shared contract or a scope claimed by another session.

Preserve causality

For each meaningful modification, capture:

  • observed problem or requested outcome;
  • cause and certainty: observed, hypothesis, confirmed, refuted, or unknown;
  • rules, limits and invariants that must remain true;
  • services or cross-project connections imposing constraints;
  • affected paths, components, interfaces and environments;
  • risks if the behavior changes again;
  • evidence and checks actually performed;
  • pending work and review conditions.

Read the full file on GitHub · 59 lines

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 59 lines · 82 tokens per session scan A 66db63084a1e

Subscribe to this mod's changes

coordinate-project-relay is a skill published in the GitHub repository franmelx/que-paso-ayer (1 stars, last pushed 16d ago), licensed Apache-2.0. It adds 82 tokens to every session and 728 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

task-driver

Use when creating, modifying, or transitioning Scrumban tasks in docs/tasks/. Triggers on "create a task", "move task", "start task X", "what's blocked", "daily standup", "retro", or any edit to docs/tasks/TASK-.md.

kouroshez/coding-os · 61 tokens

graph-mutation-plan

Cookbook for composing an applygraphmutations plan — stable entitykey patterns, the canonical label/edge vocabulary, evidence/invalidation/confidence discipline, and a worked example. Load this when building a non-trivial mutation plan.

potpie-ai/potpie · 51 tokens

potpie-infra-architecture

Use for project infra and architecture context: environments, adapters, runtime configuration, deployments, service dependencies, datastores, API contracts, ownership, incidents, and dependency blast radius.

potpie-ai/potpie · 43 tokens

issue-triage

Triage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular maintenance of GitHub issue backlog.

decebals/claude-code-java · 44 tokens

feature-dev

Guide a feature implementation through a structured seven-phase workflow with deep codebase understanding, clarifying questions, parallel architecture design, and quality review. Use this skill when the user asks to build a new feature, add functionality, or wants a methodical approach to implementation rather than…

waybarrios/opencode-power-pack · 62 tokens

product-manager-toolkit

Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.

majiayu000/spellbook · 47 tokens