This repository contains reusable AI interaction skills.
skills/<skill-name>/SKILL.md— Skill definitions
A structured workflow for achieving high-quality AI outputs with minimal context:
- Clarify the desired outcome
- Make key decisions via multiple-choice questions
- Choose between solution options
- Receive fully worked, standalone results
npx skills add https://github.com/klosebrothers/skills --skill contextfit`npx skills add https://github.com/klosebrothers/skills --skill <skill-name>`- One folder per skill under
skills/ - Each skill is defined in a
SKILL.mdfile - Skills start with YAML frontmatter (
name,description,version,author)