Personal Claude skills — reusable, self-contained capabilities I invoke across projects. Each skill is a folder under skills/ with its own SKILL.md.
Public, MIT-licensed. Markdown + scripts only — no secrets, no build artifacts. Doubles as a Claude plugin marketplace:
claude plugin marketplace add inkxel/skills.
spec-writer— turn an idea into a complete, comparable spec. Spec-first interview (it doesn't autogenerate from a one-liner), a template harvested from real specs and augmented with the established frameworks (Spec Kit, Shape Up, PR/FAQ, Google design docs), and a completeness gate that forces the two things specs usually miss: a falsifiable wager and measurable success criteria.
- Skills compose, they don't duplicate. A skill wraps a capability with discipline; it doesn't re-implement what another skill or tool already does.
SKILL.md=name+descriptiononly. The description is trigger conditions ("Use when…"), not a summary. Heavy reference lives inreferences/.- Spec-first. The human brings the structural framing; the skill renders and gates it.
MIT — see LICENSE.