원클릭으로
skill-creator
Guide for creating, testing, and publishing cmdr skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for creating, testing, and publishing cmdr skills
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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