Shared skills for coding agents.
Skills are the main routing layer. This repo is the canonical source for reusable udecode workflows; downstream repos should link to these skills instead of copying long SKILL.md files around.
autogoal: durable goal lifecycle and seeded plan templates.- Deps: Codex goal tools (
get_goal,create_goal,update_goal); optionalorchestratorwhen$orchestrator onis active.
- Deps: Codex goal tools (
agent-native-reviewer: review whether agents can discover, perform, and verify the same meaningful actions as maintainers/users across skills, prompts, commands, generated mirrors, repo workflows, and product actions.- Deps: optional
autogoal,sync-skills,sync-vision,resolve-pr-feedback,hard-cut,tdd, anddiagnosing-bugsfor routed follow-up work.
- Deps: optional
hard-cut: delete-first repo cleanup workflow.orchestrator: route branch work to reusable child threads.- Deps: durable Codex thread tools.
resolve-pr-feedback: GitHub PR review feedback closure with source-backed triage, proof, replies, and thread resolution.- Deps:
gh,jq; optional project-owneddocs/plans/templates/resolve-pr-feedback.md.
- Deps:
sync-vision: keep project rootVISION.mdcurrent from changed human/agent inputs.- Deps:
autogoal; optional project-owneddocs/plans/templates/sync-vision.md.
- Deps:
tdd: test-first development loop.video-transcripts: generate XML transcripts for tracker video evidence.- Deps:
GEMINI_API_KEYorGOOGLE_API_KEY;curl,jq,file, andffmpeg; optionalghfor private GitHub attachments.
- Deps:
Install with the skills CLI:
npx skills add udecode/dotaiRun after edits:
scripts/validate-skills- Keep descriptions short and useful for routing.
- Keep skill bodies operational, not essay-like.
- Prefer helper scripts for repeatable command logic.
- Do not include secrets, private hostnames, private account IDs, or private URLs.