skill-installer
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- Not known
- Listed
Install
armory install skill-installer --cli claudewrites the skill into.claude/skills/skill-installer/SKILL.mdListed as compatible
# fetches the source and writes it to:
.claude/skills/skill-installer/SKILL.mdNeeds the armory CLI · not on npm yet, build it from cli/ in the repository
What it is
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
When to use it
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
How to install / invoke
# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/development/skill-installer/SKILL.md -o .claude/skills/skill-installer/SKILL.md
Notes
Extracted from davila7/claude-code-templates, skill-installer category.