tmcp-workflow-recommendation

tmcp-workflow-recommendation is a skill for Claude Code from jakyeamos/tmcp. It costs 45 tokens per session (401 once invoked), scanned A, original, MIT.

A process for choosing an expert workflow based on signals found in a repository or its instructions. A workflow is an organised sequence of steps for handling a particular kind of engineering work.

In plain words
What is it for?
Use it to inspect repository guidance, compare available workflows, identify the strongest fit, and recommend a workflow supported by the gathered evidence.
Why use it?
It helps route a task to a suitable review or implementation process instead of relying on a generic approach.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node scripts/tmcp_launcher.mjs recommend "<source-path>" --objective "Recommend custom TMCP workflows from harvested skill signals" --write-artifacts.

Part of the tmcp plugin — 20 skills, 1 MCP server shipped together

Good fit Use it to inspect repository guidance, compare available workflows, identify the strongest fit, and recommend a workflow supported by the gathered evidence.

Compare 6 skills from other repositories ↓
Install

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.

Clone the repo
git clone --depth 1 https://github.com/jakyeamos/tmcp
agentmods
npx agentmods add skills/jakyeamos/tmcp/tmcp-workflow-recommendation

Made for: Claude Code.

Or install tmcp, the plugin that ships this one along with the rest of its 20 skills, 1 MCP server.

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 tmcp-workflow-recommendation

README.md
[![agentmods](https://agentmods.dev/badge/skills/jakyeamos/tmcp/tmcp-workflow-recommendation/github.svg)](https://agentmods.dev/skills/jakyeamos/tmcp/tmcp-workflow-recommendation)
Your own site
<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.

agentmods 80×15 button for tmcp-workflow-recommendation

Your own site · 80×15
<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>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 401 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.00045 $0.00401
Opus 5 $0.00023 $0.00200
Sonnet 5 $0.00009 $0.00080
Haiku 4.5 $0.00005 $0.00040

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

Security

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.

skills/tmcp-workflow-recommendation/SKILL.md · 42 lines

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

  1. Harvest the repo or instruction source set first unless a recent harvest is already available.
  2. Invoke TMCP through MCP tools when exposed:
    • tmcp_recommend_workflows for priority signals and recommendations.
    • tmcp_harvest_skills when the recommendation tool needs source material.
    • tmcp_promote_harvest only after the user approves durable routing artifacts.
  3. 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
  1. Recommend only workflows supported by harvested evidence.
  2. Name workflows that are not recommended when the distinction matters.
  3. 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.
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. 10d ago First seen · 42 lines · 45 tokens per session scan A b73d86fa8afd

Subscribe to this mod's changes

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.

Related

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…

mem0ai/mem0 · 207 tokens

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/…

mem0ai/mem0 · 188 tokens

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.

ranbot-ai/awesome-skills · 35 tokens

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…

eric861129/SKILLS_All-in-one · 83 tokens

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…

davila7/claude-code-templates · 73 tokens

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.

wshobson/agents · 35 tokens