スキル一覧に戻る
gzbomerif-sketch

skill-creating

by gzbomerif-sketch

0🍴 0📅 2025年11月17日
GitHubで見るManusで実行

SKILL.md


name: "Skill Creating" description: "Used to create a new skill. Used when a user wants to create a new skill " version: "1.0.0" dependencies: ["context7", "mcp-api", "python>=3.8"] allowed-tools: ["file_write"]

Create Skill

Instructions

When requested to create a new skill

Create Skill

Instructions

When requested to create a new skill, follow these steps:

  1. Create a new folder in .claude/skills with the skill name xyz.md (make name gerund form)
  2. Take the requested input to turn into a re-usable skill
  3. Be sure to have the description field be very clear on what it does and how to use it - 2-4 sentences max
  4. Store documentation and sample inputs/outputs in a new sub-folder there resources/ if they exceed several lines or will be referenced for depth.
  5. Generate minimal, clear, actionable Markdown instructions as the primary workflow guide.
  6. If code or scripts are needed, place them in the skill folder and reference their purpose in this file.

Examples

skill.md

name: Generating Commit Messages description: Generates clear commit messages from git diffs. Use when writing commit messages or reviewing staged changes.

Generating Commit Messages

Instructions

  1. Run git diff --staged to see changes
  2. I'll suggest a commit message with:
    • Summary under 50 characters
    • Detailed description
    • Affected components

Best practices

  • Use present tense
  • Explain what and why, not how

References

スコア

総合スコア

50/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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