What problem does it solve?
Articles, tutorials, and prompt packs often contain reusable interaction patterns and workflows that remain trapped as prose. This Skill extracts each independent capability from a source article and packages it as a complete, portable agent skill with demos, example prompts, validation evidence, and a clean commit.
Core Features & Use Cases
- Evidence-Based Extraction: Builds an extraction ledger mapping each source prompt to a reusable capability, enforcing one independent behavior per skill and checking for overlap with existing skills.
- Complete Packaging Contract: Generates SKILL.md, agents/openai.yaml, Minimal/Recreate/Remix example prompts, a self-contained working HTML demo, browser preview, and input/expected-output files for workflow skills.
- Validation and Narrow Commits: Runs skill validation, browser interaction checks, reduced-motion and accessibility verification, secret scanning, and stages only task-related files.
- Use Case: Given a tutorial describing a pointer lens, a reading progress rail, and accessible filters, produce three separate portable skill packages with working demos and proof, rather than copying the source page.
Quick Start
Use $article-prompts-to-skills to turn the reusable prompts in this article into complete skill packages with demos, previews, validation, and a narrow commit.