skill-authoring
FeaturedPrinciples for writing skills that behave the same way every run — use when adding, editing, or reviewing a skill in this plugin
Install
Quality Score: 96/100
Skill Content
Details
- Author
- nyldn
- Repository
- nyldn/claude-octopus
- Created
- 7 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
skill-authoring
Use when writing or fixing a Claude Code skill, or when the user says "write a skill", "my skill never triggers", "the wrong skill loads", "skill description", "turn this into a skill", "extract a skill", "the skill is too long". Covers anatomy, trigger design, negative boundaries, context economy, and the router pattern for large skill sets. Writes the SKILL.md.
skill-authoring
Use when creating, editing, or evaluating a skill in this collection — writes SKILL.md frontmatter and four sections, generates the Codex adapter, runs the validator, and tunes description triggering. The authoring half of using-skills (which routes/consumes). Triggers on "write a skill", "edit skill", "skill eval", "tune triggers", "写技能", "改技能", "技能评估". Not for routing to an existing skill (use using-skills) or building an MCP server (use mcp-builder if added).
skill-authoring
Methodology for authoring scaffolding-compatible skills: frontmatter contract, body structure, validation. TRIGGER when: running /create-skill, writing or reviewing a SKILL.md file, or deciding if a procedure deserves its own skill. SKIP: distilling a conversation into candidates (use distill); 3-tier memory writes (use agent-memory).