Agent Engineering Suite
Comprehensive suite for prompt engineering, agent steering rules, domain dictionaries (CONTEXT.md), task decomposition DAGs, and subagent orchestration.
[!IMPORTANT] Foundational Guide: When authoring or editing any skill,
AGENTS.md, or subagent prompt, readwriting-for-agents/SKILL.mdandwriting-for-agents/SKILL-MECHANICS.mdfirst to ensure tight context pointers and zero token waste.
Sub-Skills
| Sub-Skill | Purpose | Path |
|---|---|---|
writing-for-agents |
Core rules for writing skills, AGENTS.md, context pointers, and router mechanics | writing-for-agents/SKILL.md |
skill-curator |
Intake, standardize, classify, and wire new skills into the ecosystem | skill-curator/SKILL.md |
skill-creator |
Scaffolding new agent skills following repository conventions | skill-creator/SKILL.md |
source-to-skill |
Distill raw sources (docs, books, transcripts, PDFs) into operational agent skills | source-to-skill/SKILL.md |
expert-system-engineer |
Engineer CommonKADS knowledge models, MYCIN rule systems, and inference engines | expert-system-engineer/SKILL.md |
domain-modeling |
Generates CONTEXT.md ubiquitous language glossary with _Avoid_ anti-synonyms and ADRs |
domain-modeling/SKILL.md |
conversation-to-spec |
Synthesizes chat discussions into formal technical specifications | conversation-to-spec/SKILL.md |
spawn-task |
Decomposes specs into tracer-bullet vertical slice task packets with blocking DAGs | spawn-task/SKILL.md |
to-questionnaire |
Generates async questionnaires for domain experts and external stakeholders | to-questionnaire/SKILL.md |
arena |
Spawns parallel candidate implementations and blind-judges the strongest solution | arena/SKILL.md |
automate-me |
Scans terminal history and repeated workflows to produce new agent skills and scripts | automate-me/SKILL.md |
reflect |
Spawns 3 review subagents over transcripts to extract learnings and patch skills | reflect/SKILL.md |
create-verification-skill |
Generates project-local verification harnesses driving apps end-to-end | create-verification-skill/SKILL.md |
maintain-verification-skill |
Audits and updates project verification harnesses as code evolves | maintain-verification-skill/SKILL.md |
subagent-driven-development |
Parallel subagent orchestration and implementation task loops | subagent-driven-development/SKILL.md |
prompt-engineering |
Advanced prompting patterns, meta-prompts, and eval harnesses | prompt-engineering/SKILL.md |
optimize-agent-context |
Optimizing context windows and rule files | optimize-agent-context/SKILL.md |
crafting-effective-readmes |
Writing structured repository documentation | crafting-effective-readmes/SKILL.md |