← ClaudeAtlas

skill-factorylisted

Advanced meta-skill for creating, reviewing, validating, and improving Claude skills following Anthropic's official patterns. Use when the user asks to build a production-ready skill, audit skill quality, generate complete skill packages with tests and validation, review skill architecture, or optimize skill triggering. Handles all 3 categories (document creation, workflow automation, MCP enhancement).
valorisa/Claude-Skills · ★ 3 · AI & Automation · score 79
Install: claude install-skill valorisa/Claude-Skills
# Skill Factory Production-grade meta-skill for creating, validating, and optimizing Claude skills following Anthropic's official best practices. ## Purpose Skill Factory transforms workflows, processes, or repeated tasks into reliable, portable Claude skills. It handles the complete lifecycle: design → implementation → validation → iteration → distribution. **Complementary to skill-creator:** While skill-creator focuses on rapid prototyping, skill-factory produces production-ready skills with validation, tests, and complete documentation following Anthropic's 3-level progressive disclosure pattern. ## When to use Use this skill when you need to: - **Create production-ready skills** with YAML frontmatter, references, and validation - **Audit existing skills** for triggering quality, scope, and structure - **Generate complete skill packages** ready for GitHub distribution - **Design skills by category**: Document creation, Workflow automation, or MCP enhancement - **Build test suites** for trigger validation and functional testing - **Optimize skill performance** (under-triggering, over-triggering, token efficiency) - **Prepare skills for distribution** (team deployment or public release) **Don't use for:** - Quick prototyping (use `/skill-creator` instead) - Simple one-off tasks without reuse value - General coding or documentation tasks ## Core Workflow ### Phase 0: Discovery & Classification **First, identify the skill category:** #### Category 1: Document & As