Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/jakyeamos/tmcpnpx agentmods add skills/jakyeamos/tmcp/tmcp-workflow-recommendationWrote 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.
[](https://agentmods.dev/skills/jakyeamos/tmcp/tmcp-workflow-recommendation)<a href="https://agentmods.dev/skills/jakyeamos/tmcp/tmcp-workflow-recommendation"><img src="https://agentmods.dev/badge/skills/jakyeamos/tmcp/tmcp-workflow-recommendation/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.
<a href="https://agentmods.dev/skills/jakyeamos/tmcp/tmcp-workflow-recommendation"><img src="https://agentmods.dev/badge/skills/jakyeamos/tmcp/tmcp-workflow-recommendation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00045 | $0.00401 |
| Opus 5 | $0.00023 | $0.00200 |
| Sonnet 5 | $0.00009 | $0.00080 |
| Haiku 4.5 | $0.00005 | $0.00040 |
Grade A, and why
tmcp-workflow-recommendation 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 10d 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.
What it actually says
TMCP Workflow Recommendation
Status: stable as a skill package. The tmcp_recommend_workflows MCP tool is experimental, while individual recommended templates carry their own stability labels.
Use this skill when the user asks what workflow to use, where TMCP is strongest, which rubric/audit should apply, how to route a repo through expert workflows, or how to turn harvested skill signals into recommended workflows.
Do not use it when the user has already chosen a workflow and wants immediate execution.
Workflow
- Harvest the repo or instruction source set first unless a recent harvest is already available.
- Invoke TMCP through MCP tools when exposed:
tmcp_recommend_workflowsfor priority signals and recommendations.tmcp_harvest_skillswhen the recommendation tool needs source material.tmcp_promote_harvestonly after the user approves durable routing artifacts.
- If MCP tools are not exposed, use the CLI from the TMCP plugin root:
node scripts/tmcp_launcher.mjs recommend "<source-path>" --objective "Recommend custom TMCP workflows from harvested skill signals" --write-artifacts
- Recommend only workflows supported by harvested evidence.
- Name workflows that are not recommended when the distinction matters.
- Do not imply harvest reorganizes durable routing state by itself. Use promotion to persist reviewed source-to-atom and atom-to-workflow edges.
Output Contract
Produce or cite:
- Harvest source paths and warnings.
- Redaction summary.
- Primary and secondary priority signals.
- Recommended workflows with evidence.
- Not-recommended workflows when relevant.
- Selected next workflow and whether implementation is approved.
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.
- 10d ago First seen · 42 lines · 45 tokens per session scan A b73d86fa8afd
tmcp-workflow-recommendation is a skill published in the GitHub repository jakyeamos/tmcp (0 stars, last pushed today), licensed MIT. It adds 45 tokens to every session and 401 once invoked, about $0.0002 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.
Other skills, from other repositories
mem0-test-integration
Verify a Mem0 integration produced by /mem0-integrate. Runs in the same workspace on the same branch (loose coupling) — installs dependencies, runs the repo's native test suite, then exercises a real end-to-end smoke flow against the user's API key. Produces a scorecard. TRIGGER when: user has just run /mem0-integrate…
mem0-integrate
Integrate Mem0 into an existing repository using a goal-driven, TDD pipeline. Detects the repo's language automatically and asks the user to pick between Mem0 Platform (managed) and Mem0 Open Source (self-hosted). Writes failing tests before any implementation. Produces a local feature branch plus .mem0-integration/…
add_repo_inst
Please browse the current repository under /workspace/{{ REPOFOLDERNAME }}, look at the documentation and relevant code, and understand the purpose of this repository.
python-pro
Use when building Python 3.11+ applications requiring type safety, async programming, or robust error handling. Generates type-annotated Python code, configures mypy in strict mode, writes pytest test suites with fixtures and mocking, and validates code with black and ruff. Invoke for type hints, async/await patterns…
model-merging
Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task…
workflow-patterns
Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.