スキル一覧に戻る
zhiwu-zjj

skill-authoring

by zhiwu-zjj

Learning Agent Skills by Claude Code

1🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: skill-authoring description: > For this repository, use when creating, reviewing, or packaging Agent Skills (SKILL.md, scripts/, references/, assets/). Enforces naming rules, folder layout, and provides a validation checklist before upload/commit. allowed-tools:

  • Read
  • Write
  • Bash

skill-authoring (Project Skill)

Global Rule (CRITICAL)

For any task involving creation, review, or packaging of skills in this repository, you MUST read and follow references/STYLE_GUIDE.md before taking any action.

If scripts/validate_skill.py exists in the target skill directory, you MUST read and understand that script before performing validation.


Instructions

When the user asks to create or modify a Skill in this repo, do ALL of the following steps in order. Do not skip any step.

1) Choose a valid skill name

  • lowercase + hyphens only, <= 64 chars
  • directory name MUST match name in SKILL.md

2) Generate the canonical folder structure

  • Always create: skill-name/SKILL.md
  • Optionally add: scripts/, references/, assets/ when needed
  • Keep references shallow (prefer one-level file references)

3) Write SKILL.md with progressive disclosure

  • YAML frontmatter MUST include: name, description

  • Body MUST contain concise steps + examples + edge cases

  • Before writing or editing any SKILL.md, you MUST read and follow references/STYLE_GUIDE.md.

  • If the skill includes any automation scripts, you MUST reference them using relative paths such as scripts/validate_skill.py and explain when they are used.


4) Run validation before finishing

  • If scripts/validate_skill.py exists, execute:

    python scripts/validate_skill.py <path-to-skill>
    

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です