configs/skills/skill-new/SKILL.md
Scaffold a new Clade skill end-to-end — interviews for use cases and trigger phrases, generates SKILL.md + prompt.md with spec-validated frontmatter (bilingual triggers, NOT-for disambiguation), wires golden-set routing tests, and runs the lint gate before committing
npx skillsauth add shenxingy/claude-code-kit skill-newInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Scaffolds a new skill for the Clade skill registry (configs/skills/),
encoding the Agent Skills spec rules (agentskills.io) and Clade's own
conventions so every new skill is born consistent, discoverable, and tested.
SKILL.md (discovery layer) + prompt.md (execution body)
following the frontmatter hard rules enforced by validate-skills.pyorchestrator/tests/test_routing_eval.py so triggering is CI-guardedcommitter and reminds about ./install.sh deploy/skill-new # full interview
/skill-new pdf-extract # name known, interview the rest
/skill-new "summarize meeting notes into action items"
name = directory name, kebab-case, no "claude"/"anthropic"description ≤ 1024 chars, single line, WHAT + key capabilities, no < >when_to_use carries trigger phrases users would actually type (EN + 中文),
ending with NOT for X (use /y) clauses when siblings could confuse routingSKILL.md body under 500 lines (Agent Skills spec); execution detail lives
in prompt.md, bulky reference material in references/README.md inside the skill folderdevelopment
Orchestrate a fleet of parallel `codex exec` workers with you (Claude Code) as the supervisor — spawn one per isolated git worktree, dispatch headless, verify each INDEPENDENTLY, PR/merge. The manual "codex-ultracode" pattern for fanning out real implementation, research, or review work onto Codex. Bakes in the hard gotchas (stdin blocking, background tracking, don't-trust-self-reports, writer isolation). Triggers on — orchestrate codex, codex workers, codex fleet, spawn codex, delegate to codex in parallel, manual ultracode, 开 codex 小弟, 派 codex worker — NOT for a single cross-vendor opinion (use the `second-opinion-codex` agent), NOT for web-UI worker decomposition (use `/orchestrate`).
development
Create and manage git worktrees for parallel Codex sessions
development
Verify project behavior anchors — compilation, tests, and interaction checks after autonomous runs. NOT the Codex built-in /verify (which runs the app to observe a single change working) — this one walks the AGENTS.md "Features (Behavior Anchors)" list.
documentation
End-of-session documentation sync — updates TODO.md and PROGRESS.md only (run /commit after to commit everything)