en un clic
skill-creator
Guide for creating, testing, and publishing cmdr skills
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Guide for creating, testing, and publishing cmdr skills
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Systematic 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
Basé sur la classification professionnelle 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 skills