用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Dev-Toolbelt/dev-team-agents --skill skill-creator命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | skill-creator |
| description | Creates and updates skills per agentskills.io spec. |
This skill extends anthropic-skills:skill-creator with validation rules required by this project. Always invoke the official skill first, then apply the checklist below before finalizing.
anthropic-skills:skill-creator to drive the main authoring flowEvery skill must conform to https://agentskills.io/specification:
| Field | Rule |
|---|---|
name | 1–64 chars · lowercase alphanumeric + hyphens only · must match directory name exactly · no leading, trailing, or consecutive hyphens |
description | 1–1024 chars · describes what the skill does AND when to use it |
| Body | ≤ 500 lines · move long reference content to references/ subdirectory |
| Directory layout | SKILL.md required · optional: scripts/, references/, assets/ |
Run before finalizing any skill:
name in frontmatter matches the skill's directory name exactlydescription is specific enough to trigger correctly (answers: what does it do + when to invoke it)references/ files, not inlineskills-ref CLI is available: run skills-ref validate ./skill-dirskills/<category>/<skill-name>/SKILL.mdCLAUDE.md under the appropriate section