π₯
Faf Skills
Claude Code skills for .faf β reusable workflows for project DNA management
0 installs
Trust: 34 β Low
Healthcare
Ask AI about Faf Skills
Powered by Claude Β· Grounded in docs
I know everything about Faf Skills. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
FAF Skills
31 Claude Code Skills for Developers and Builders
What is This?
Reusable Claude Code skills for project context, testing, publishing, architecture, and workflow automation. Built on the FAF ecosystem (application/vnd.faf+yaml β IANA-registered).
# Install all skills
git clone https://github.com/Wolfe-Jam/faf-skills.git
cp -r faf-skills/skills/* ~/.claude/skills/
Skills activate automatically via /skillname or natural language in Claude Code.
Skills (31)
FAF Context (15 skills)
| Skill | Command | What it does |
|---|---|---|
| faf-wizard | /faf-wizard | Done-for-you .faf generator β point at any project, get a scored file back |
| faf-expert | /faf-expert | The mechanic's manual β deep expertise on .faf files |
| faf-teacher | β | Explains FAF concepts and The Reading Order |
| faf-init | β | Initialize project.faf from any codebase |
| faf-go | /faf-go | Guided interview to 100% AI-readiness |
| faf-score | β | Measure AI-readiness (0-100%, 7-tier system) |
| faf-enhance | β | Guided improvement to reach higher tiers |
| faf-sync | β | Bidirectional sync: .faf β CLAUDE.md (8ms) |
| faf-validate | β | IANA format compliance checking |
| faf-migrate | β | Upgrade old formats to current spec |
| faf-docs | β | FAF documentation and reference |
| faf-git | β | Git practices for .faf files |
| faf-platforms | β | CLI vs MCP vs claude.ai comparison |
| faf-format-validator | β | Validate both SKILL.md and project.faf |
| mcp-builder | /mcp-builder | Guide for creating MCP servers |
Testing (2 skills)
| Skill | Command | What it does |
|---|---|---|
| wjttc-builder | /wjttc-builder | Auto-generate championship-grade test suites |
| wjttc-tester | /wjttc-tester | F1-inspired testing with detailed reports |
Publishing (5 skills)
| Skill | Command | What it does |
|---|---|---|
| pubpro | /pubpro | FAF publish protocol for npm + MCP Registry |
| publish | /publish | Multi-platform publishing (npm, PyPI, blog, social) |
| pubcrate | /pubcrate | Publish protocol for crates.io (Rust) |
| pubpypi | /pubpypi | Publish protocol for PyPI (Python) |
| pubblog | β | Generate release blog posts |
Architecture & Planning (3 skills)
| Skill | Command | What it does |
|---|---|---|
| sys-reqs-builder | /sys-reqs-builder | Generate system requirements documents |
| prd-builder | /prd-builder | Generate product requirements documents |
| arch-builder | /arch-builder | Generate technical architecture documents |
Git & Code Review (3 skills)
| Skill | Command | What it does |
|---|---|---|
| commit | /commit | Context-aware git commits powered by FAF |
| pr | /pr | Context-aware pull requests powered by FAF |
| review | /review | Context-aware code reviews powered by FAF |
Workflow & Utilities (3 skills)
| Skill | Command | What it does |
|---|---|---|
| skill-creator | /skill-creator | Guide for creating new Claude Code skills |
| gif-recorder | /gif-recorder | Terminal GIF recordings using VHS |
| repo-maintainer | /repo-maintainer | Repository health audits and cleanup |
n8n Automation (2 skills)
| Skill | Command | What it does |
|---|---|---|
| n8n-builder | /n8n-builder | Build n8n workflows from scratch |
| n8n-debugger | /n8n-debugger | Debug and fix broken n8n workflows |
Installation
Copy Individual Skills
# Copy one skill
cp -r skills/faf-expert ~/.claude/skills/
# Copy a category
cp -r skills/wjttc-* ~/.claude/skills/
Install All Skills
git clone https://github.com/Wolfe-Jam/faf-skills.git
cp -r faf-skills/skills/* ~/.claude/skills/
Restart Claude Code. Skills activate automatically.
Prerequisites
# Required for FAF skills
npm install -g faf-cli
# Optional: MCP server
npm install -g claude-faf-mcp
Tier System
| Score | Tier | Emoji |
|---|---|---|
| 100% | Trophy | π |
| 99%+ | Gold | π₯ |
| 95%+ | Silver | π₯ |
| 85%+ | Bronze | π₯ |
| 70%+ | Green | π’ |
| 55%+ | Yellow | π‘ |
| < 55% | Red | π΄ |
| 0% | White | π€ |
Repository Structure
faf-skills/
βββ README.md
βββ skills/ # 31 skills
β βββ faf-wizard/ # Done-for-you generator
β βββ faf-expert/ # Mechanic's manual
β βββ faf-teacher/ # FAF education
β βββ faf-init/ # Project initialization
β βββ faf-go/ # Guided interview
β βββ faf-score/ # AI-readiness scoring
β βββ faf-enhance/ # Score improvement
β βββ faf-sync/ # Bidirectional sync
β βββ faf-validate/ # Format compliance
β βββ faf-migrate/ # Version upgrade
β βββ faf-docs/ # Documentation
β βββ faf-git/ # Git practices
β βββ faf-platforms/ # Platform comparison
β βββ faf-format-validator/ # Dual format validation
β βββ mcp-builder/ # MCP server creation
β βββ wjttc-builder/ # Test suite generator
β βββ wjttc-tester/ # F1-inspired testing
β βββ pubpro/ # npm publish protocol
β βββ publish/ # Multi-platform publishing
β βββ pubcrate/ # crates.io publishing
β βββ pubpypi/ # PyPI publishing
β βββ pubblog/ # Release blog posts
β βββ sys-reqs-builder/ # System requirements
β βββ prd-builder/ # Product requirements
β βββ arch-builder/ # Architecture docs
β βββ commit/ # Git commits
β βββ pr/ # Pull requests
β βββ review/ # Code reviews
β βββ skill-creator/ # Create new skills
β βββ gif-recorder/ # Terminal GIF recording
β βββ repo-maintainer/ # Repository health
β βββ n8n-builder/ # n8n workflow building
β βββ n8n-debugger/ # n8n workflow debugging
βββ CONTRIBUTING.md
βββ TESTING.md
βββ install.sh
βββ project.faf
βββ LICENSE
Resources
- Website: https://faf.one
- faf-cli: https://github.com/Wolfe-Jam/faf-cli
- claude-faf-mcp: https://github.com/Wolfe-Jam/claude-faf-mcp
- IANA Registration:
application/vnd.faf+yaml - npm: https://npmjs.com/package/faf-cli (36k+ downloads)
License
MIT License
By @Wolfe-Jam
