skill-factory

Community

Automated, validated skill creation from research.

Authorbasher83
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill Factory provides a guided, research-backed workflow to create Claude Code skills from idea to validated production-ready artifacts, including automated research gathering, multi-tier validation, and auditing.

Core Features & Use Cases

  • Automated research: Gather domain knowledge using firecrawl API.
  • Structured frontmatter generation: Generate SKILL.md with YAML frontmatter and body.
  • End-to-end validation: Run quick_validate.py, perform runtime loading checks, integration checks, and non-blocking audit.

Quick Start

Run the full workflow with a new skill name. If you have existing research at docs/research/skills/<skill-name>, skip the research phase by passing the path. For targeted fixes, use individual commands such as /meta-claude:skill:research, /meta-claude:skill:create, /meta-claude:skill:review-content, and /meta-claude:skill:validate-audit.

Dependency Matrix

Required Modules

None required

Components

references

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-factory
Download link: https://github.com/basher83/agent-auditor/archive/main.zip#skill-factory

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository