بنقرة واحدة
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