Imported from arandilopez/skills (
AGENTS.md). Install upstream withnpx skills add arandilopez/skills. Copyright stays with the author.
Repository Guide
Structure
- This is a collection for the
skillsCLI, not an application package. Each distributable skill lives atskills/<skill-name>/SKILL.md. - A skill's YAML front matter supplies its
nameand triggerdescription; keepnamealigned with its directory name and make the description precise enough to drive activation. - The skill body is the operative workflow. Keep examples and commands applicable to downstream repositories, not this collection.
Verification
- No repository-local build, lint, test, formatter, or CI configuration exists. Review
SKILL.mdfront matter and Markdown examples directly after edits. - Test collection installation from the repository root with
npx skills add .; install only the Rails skill withnpx skills add . --skill rails-i18n.