toolkit-skill-author
仓库创建 2026年2月26日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
适合贡献者避免命名冲突并遵循仓库贡献规范。
▸ 风险提示
会运行仓库脚本与变更文件,需仓库写权限与谨慎操作。
这个 Skill 做什么
帮助作者扩展或创建 mc-agent-toolkit 中的技能并走注册检查表。
辅助在 mc-agent-toolkit 里创建或扩展技能:检查命名冲突和禁用类别,按 CONTRIBUTING 的扩展/拆分规则执行,然后编辑同行技能或交给 Anthropic 的 skill-creator 并走完注册清单。需要新增或改技能时用,可避免名称冲突和违规区域。亮点是把合规检查和注册步骤自动串联,减少走弯路。
▸ 展开 SKILL.md 英文原文
Authors or extends a skill in mc-agent-toolkit. Gates for forbidden buckets and name collisions, applies CONTRIBUTING's extend-or-split rules, then edits a peer skill or hands off to Anthropic's skill-creator and walks the registration checklist.
90
Stars
7
Forks
20
仓库内 Skill
+1
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/.claude/skills/toolkit-skill-author/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/monte-carlo-data/mc-agent-toolkit/main/.claude/skills/toolkit-skill-author/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# toolkit-skill-author ## Pre-load ```bash !test -f CONTRIBUTING.md || (echo "CONTRIBUTING.md missing — run from repo root." && exit 1) ``` **Verify `skill-creator` is callable in this session.** Scan the available-skills list for a skill named `skill-creator` (bare or namespaced, e.g. `skill-creator:skill-creator`). If absent, abort with **exactly this message**: > `skill-creator` plugin is required. Run `/plugin install skill-creator@claude-plugins-official`, enable it, then restart this session and re-run `/toolkit-skill-author`. Do **not** fall back to manually scaffolding SKILL.md — the handoff is core to the workflow. Load authoritative context: ```bash !cat CONTRIBUTING.md !bas
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有