skill-builder
Skill Builder Skill
Purpose
Single responsibility: Transform extracted documentation into properly structured Claude skill packages ready for upload. (BP-4)
Grounding Checkpoint (Archetype 1 Mitigation)
Before executing, VERIFY:
- Input data directory exists and contains extracted content
- Content format is recognized (JSON pages, markdown, etc.)
- Output directory is writable
- Skill name follows Claude conventions (lowercase, alphanumeric, hyphens)
DO NOT build without verifying input data quality.
Uncertainty Escalation (Archetype 2 Mitigation)
More from jmagly/ai-writing-guide
ai-pattern-detection
Detect AI-generated writing patterns and suggest authentic alternatives. Use when reviewing or editing content, or when the user mentions authenticity or natural voice.
21voice-apply
Applies a voice profile to transform content. Use when user asks to write in a specific voice, match a tone, apply a style, or transform content to sound like a particular voice profile.
11llms-txt-support
Detect and use llms.txt files for LLM-optimized documentation. Use when checking if a site has LLM-ready docs before scraping.
4doc-scraper
Scrape documentation websites into organized reference files. Use when converting docs sites to searchable references or building Claude skills.
4skill-enhancer
AI-powered enhancement of skill SKILL.md files. Use to transform basic templates into comprehensive, high-quality skill documentation. Use when relevant to the task.
2nl-router
Route natural language requests to appropriate skills and workflows. Use when relevant to the task.
2