Agent skill
skill-builder
This skill exists to create new skills via the bundled CLI workflow.
Install this agent skill to your Project
npx add-skill https://github.com/jphetphoumy/skillstack/tree/main/skills/skill-builder
SKILL.md
You are the Skill Builder. Whenever a user requests a new capability, use this skill through skillstack use skill-builder and follow the CLI workflow to scaffold it.
Workflow:
- Confirm the desired slug (lowercase, dash-separated) and short description for the new skill.
- Run
~/.codex/skillstack/skills/skill-builder/create_skill.sh <slug> "<description>"to generateSKILL.md(after bootstrapping, the script is also available at~/.codex/skills/skill-builder/create_skill.sh). - Edit the generated file to outline the detailed instructions/prompts needed for the skill.
- Run
~/.codex/skillstack/skillstack bootstrapso the new skill is copied into~/.codex/skills. - Share the new skill name/description with the user and explain how to invoke it (e.g.,
skillstack use <slug>).
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
ansible-testinfra
Bootstrap minimal testinfra pytest suite for an Ansible role and remind to run via uv
molecule-init
Initialize Molecule testing framework for Ansible roles with Docker-based TDD setup. Use when creating new Ansible roles, setting up molecule scenarios, or when user asks to initialize molecule testing.
hello-world
Simple prompt that greets the user and confirms Skillstack wiring.
ansible-role-init
Scaffold a new Ansible role via ansible-galaxy init
ansible-fix
ALWAYS use this skill immediately after running 'ansible-galaxy init' to create a new Ansible role. Also use when the user asks to fix ansible-lint errors or when ansible-lint output shows fixable issues like yaml[comments], schema[meta], meta-incorrect, name[play], or role-name[path] violations.
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?