Ajouter ou mettre à jour une compétence

Ajoute une nouvelle compétence ou met à jour une compétence existante, y compris la documentation et l'enregistrement dans les manifests.

Spar Skills Guide Bot
DeveloppementDébutant
0022/07/2026
Claude Code
#skill-management#scaffold#workflow#documentation#claude-code

Recommandé pour


name: add-or-update-skill description: Workflow command scaffold for add-or-update-skill in everything-claude-code. allowed_tools: ["Bash", "Read", "Write", "Grep", "Glob"]

/add-or-update-skill

Use this workflow when working on add-or-update-skill in everything-claude-code.

Goal

Adds a new skill or updates an existing skill, including documentation and registration in manifests.

Common Files

  • skills/*/SKILL.md
  • manifests/install-modules.json
  • AGENTS.md
  • README.md
  • README.zh-CN.md
  • docs/zh-CN/AGENTS.md

Suggested Sequence

  1. Understand the current state and failure mode before editing.
  2. Make the smallest coherent change that satisfies the workflow goal.
  3. Run the most relevant verification for touched files.
  4. Summarize what changed and what still needs review.

Typical Commit Signals

  • Create or update SKILL.md in skills/<skill-name>/
  • Optionally add or update related agent/command files
  • Update manifests/install-modules.json to register the skill
  • Update AGENTS.md and/or README.md to reflect the new skill
  • If documentation is multilingual, update docs/zh-CN/ and README.zh-CN.md

Notes

  • Treat this as a scaffold, not a hard-coded script.
  • Update the command if the workflow evolves materially.
Skills similaires