tdmcp-cookbook-examples
SkillDocs & knowledgeAdds new visual examples to the tdmcp prompt cookbook documentation — both the English and Portuguese versions. Use when asked to: add more cookbook examples, create visual examples for the docs, show more surprising things you can do, add entries to the prompt cookbook, expand the cookbook, or any request to extend the cookbook with new prompts and results. Runs a 3-phase pipeline: curate candidates → write EN → write PT.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the tdmcp-cookbook-examples skill
What this skill tells your AI
The instructions your AI receives, as published by pantani/tdmcp in .agents/skills/tdmcp-cookbook-examples/SKILL.md and read by ahel’s review.
Adds new, visually impressive examples to docs/guide/prompt-cookbook.md (EN)
and docs/pt/guide/prompt-cookbook.md (PT).
Execution mode: sub-agents (sequential curation → parallel EN+PT writing).
Phase 0: context check
Before doing anything, check:
- Does
_workspace/cookbook_candidates.mdalready exist?- YES + the user asked to "re-run" or "update" → skip curation, reuse candidates.
- YES + user gave new direction → rename old to
_workspace/cookbook_candidates_prev.md, re-curate. - NO → proceed with full Phase 1.
Phase 1: curate
Spawn the cookbook-curator agent with this prompt:
Read the task description in .Codex/agents/cookbook-curator.md and execute it.
Survey src/tools/layer1/index.ts, src/tools/layer2/index.ts, recipes/*.json,
docs/ROADMAP.md, CHANGELOG.md, and docs/guide/prompt-cookbook.md.
Produce _workspace/cookbook_candidates.md with 15-20 new cookbook candidates.
Wait for it to finish before continuing.
Phase 2: write (parallel)
Once _workspace/cookbook_candidates.md exists, spawn two writer agents in parallel:
EN writer:
Read .Codex/agents/cookbook-writer.md for your role and format rules.
Language: English.
Target file: docs/guide/prompt-cookbook.md
Candidates: _workspace/cookbook_candidates.md
Add all candidates marked for EN to the target file, following the exact format.
Write a summary to _workspace/cookbook_write_en.md when done.
PT writer:
Read .Codex/agents/cookbook-writer.md for your role and format rules.
Language: Brazilian Portuguese.
Target file: docs/pt/guide/prompt-cookbook.md
Candidates: _workspace/cookbook_candidates.md
Add all candidates to the target file, translating from the EN prompts in the
candidates file. Match the existing PT file's voice and format.
Write a summary to _workspace/cookbook_write_pt.md when done.
Phase 3: QA
After both writers finish, do a quick consistency check:
- Count entries in EN file vs PT file — the number of new entries should match.
- Spot-check 3 random new entries: verify the tool name in the result-description
exists in
src/tools/layer1/index.tsorsrc/tools/layer2/index.ts. - Check no media reference (
/examples/SLUG.mp4or.png) points to a file that already exists indocs/public/examples/under a conflicting name. - Verify both files still start with valid YAML frontmatter.
If any check fails, note it in _workspace/cookbook_qa.md with what needs fixing.
Do not auto-fix — report to the user.
Final report to the user
After all phases complete, summarize:
- How many new entries were added and to which sections
- Any new sections that were created
- QA issues (if any), with the file path to fix
- A note that media files (
.mp4/.png) referenced in new entries don't exist yet — the user should capture them from TD and drop them indocs/public/examples/(or leave the entries as description-only; the cookbook already has many without media)
Re-run behavior
If candidates and writer summaries already exist and the user wants to add more:
- Read the existing
_workspace/cookbook_candidates.md - Identify what was already written (from the summary files)
- Curate only for the gaps the user specifies, appending to the candidates file
- Re-run only the affected writers
Signals
- GitHub stars
- 41
- Forks
- 9
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
tdmcp-cookbook-examples- Source
- github.com/pantani/tdmcp