con un clic
skill-creator
Guide for creating, testing, and publishing cmdr skills
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Guide for creating, testing, and publishing cmdr skills
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| name | skill-creator |
| description | Guide for creating, testing, and publishing cmdr skills |
When the user asks to create a new cmdr skill:
/skills scaffold <name> or create the directory structure manuallyscripts/ subdirectoryskill-name/
SKILL.md # Required — instructions with YAML frontmatter
scripts/ # Optional — helper scripts
helper.sh
setup.py
README.md # Optional — additional reference docs
---
name: my-skill
description: "What this skill does (shown in /skills list)"
---
# Skill Title
## Instructions
Clear, specific instructions for the agent.
Use imperative voice. Be concise.
## Examples
Show concrete examples of desired behavior.
## References
Link to relevant documentation or standards.
Skills are activated when the user's message matches keywords in the injector.
To add keywords for your skill, update src/skills/injector.ts and add a pattern entry.
src/skills/bundled/ — ships with cmdr~/.cmdr/skills/ — personal skills, all projects.cmdr/skills/ — project-specific skillsSystematic debugging strategies for finding and fixing bugs
Guide for building web frontends with HTML, CSS, and JavaScript frameworks
Guide for building Model Context Protocol (MCP) servers and tools
Patterns and strategies for safely refactoring code
Security best practices for web applications and Node.js code
Guide for writing tests: unit tests, integration tests, and end-to-end testing strategies