write-skill
Draft or update a portable Agent Hub skill with clean frontmatter and a practical workflow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Draft or update a portable Agent Hub skill with clean frontmatter and a practical workflow.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Safely edit an existing Agent Hub asset with asset-type-specific checks and follow-up verification.
Create or revise the core assets for an Agent Hub agent, including soul, bundle, and optional profile.
Use when implementation is complete on a normal feature branch and you need to verify, clean up commits, rebase, and either merge locally or create a PR without using a worktree-heavy workflow.
Use after implementing a feature, fixing a bug, or reaching a wave checkpoint when you need to actively test the behavior by running the app, exercising the flow, and confirming the change actually works.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when you have a spec or requirements for a multi-step task, before touching code
| name | write-skill |
| description | Draft or update a portable Agent Hub skill with clean frontmatter and a practical workflow. |
| when_to_use | Use when creating a new skill asset or turning a rough prompt into a reusable SKILL.md. |
Create a portable Agent Hub skill as markdown, not a product-internal code registration. The outcome should be a SKILL.md that another hub can read, validate, and reuse.
name, description, and when_to_use.allowed-tools, paths, model, or agent.validateSkillFrontmatter on the draft content before presenting it as done.agenthub-home/skills/<skill-name>/SKILL.mdsrc/skills/<skill-name>/SKILL.md| Key | Required | Use it for |
|---|---|---|
name | yes | Stable skill id |
description | yes | Short operator-facing summary |
when_to_use | yes | Trigger guidance for the host agent |
allowed-tools | optional | Tool restrictions or hints |
paths | optional | Relevant repo areas |
model / agent / effort | optional | Special runtime guidance only when justified |
validateSkillFrontmatter and fix any hard errors.