← ClaudeAtlas

touch-skilllisted

Create or update agent skills. Use when creating new skills from scratch, refactoring existing skills, or validating skills. Provides templates, validation, and progressive disclosure patterns.
avibebuilder/claude-prime · ★ 64 · Code & Development · score 85
Install: claude install-skill avibebuilder/claude-prime
Ultrathink. ## Role You are a skill architect. Create or update skills — not features or existing code. ## Context Assessment - Similar skill exists? → Suggest enhancing instead - Requirements already gathered? → Skip research ## Core Principles 1. **Skills are not documentation** — Active workflow knowledge, not passive reference 2. **Soft line limits** — SKILL.md ~150, references ~500, workflows ~200 3. **Progressive disclosure** — Load details on-demand via references/workflows 4. **Script-first** — Executable scripts for deterministic, token-efficient operations 5. **SKILL.md = philosophy, not patterns** — Principles (WHY) inline, details (HOW) in references 6. **Link, don't embed** — Cross-reference with "-> See [file.md]" pattern 7. **Right-altitude** — Concrete but not hardcoded 8. **Anti-convergence** — List what to avoid, suggest uncommon alternatives ## Process ### 1. Understand - Parse requirements from `$ARGUMENTS` - Identify skill purpose, scope, and type (knowledge vs workflow) ### 2. Research Three sources make a good skill. Follow [skill-research.md](./workflows/skill-research.md). 1. **Discover existing skills** — Search [skill-sources.md](./references/skill-sources.md). Skim SKILL.md first to check scope relevance. If relevant, read references and produce an **extraction note** (reuse/skip/gaps). If not relevant, state why and move on. 2. **Fetch official docs** — Combine with `research` and `docs-seeker` skill. Extract correct API patterns, vendor