setup-fernando-skills
Installation
SKILL.md
Setup Fernando Skills
Scaffold the per-repo configuration that the spec-driven skills assume:
- specs directory — where
/specsaves files (defaultspecs/) - response language — Spanish or English (skills mirror the user's prompt language by default; this lets you force one)
- branch prefix — what
/spec-impluses when creating branches (defaultspec-)
This is a prompt-driven skill, not a deterministic script. Explore, ask, then write.
Process
1. Explore
Read whatever exists; don't assume:
CLAUDE.mdandAGENTS.mdat repo root — does either exist? Is there already a## Fernando skillsblock?specs/— does it exist? How many specs are inside?.git/config— is this a git repo at all?/spec-implrequires git.
Related skills
More from klerith/fernando-skills
spec
Designs and develops specs following the spec-driven method. Asks clarifying questions before proposing structure, and builds the spec section by section. Use it when starting a large feature, before writing code.
10spec-impl
Implements an approved spec. Validates that the state means "Approved" (in any language), creates a git branch named after the spec, switches to it, and starts the implementation step by step with pauses to review diffs.
10