create-skill
Create a new agent skill. Use when creating a new skill for the project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create a new agent skill. Use when creating a new skill for the project.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Run an in-session adversarial review of Shannon work using a fresh-context reviewer. Use for experiment design gates, experiment result gates, risky Rust changes, Nushell/Reedline subtree upgrades, and workflow compliance.
Ask Claude to review Shannon work. Use when the user requests Claude review or during large/risky experiments before acting on conclusions.
Ask Codex to review Shannon work. Use when the user requests Codex review or during large/risky experiments before acting on conclusions.
Write entertaining commit messages as poetry
Store all debug logs in ~/dev/shannon/logs/. Use when running apps, configuring log paths, or troubleshooting output.
Verify and fix Nerd Font icons after editing files. Use whenever writing or editing a file that contains Nerd Font characters (Private Use Area codepoints).
| name | create-skill |
| description | Create a new agent skill. Use when creating a new skill for the project. |
Create a new agent skill for Shannon. Every new skill must follow the Agent Skills specification and match the conventions established by existing skills.
Any time a new skill needs to be created.
Read the specification. Fetch https://agentskills.io/specification to
review the current Agent Skills format.
Read every existing skill. Read all SKILL.md files in
skills/*/SKILL.md to understand the project's conventions, tone, and level
of detail.
Create the skill directory and file. The skill is a directory in
skills/<name>/ containing a SKILL.md file. .claude/skills and
.codex/skills are symlinks to that root directory. The directory name must
match the name field in the frontmatter.
Follow the spec. The SKILL.md must have:
name (lowercase, hyphens, max 64 chars) and
description (what it does and when to use it)Match existing conventions. Based on the current skills:
SKILL.md (no scripts/, references/, assets/
unless truly needed)From the spec:
name field