スキル一覧に戻る
teren-papercutlabs

skill-creator

by teren-papercutlabs

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

SKILL.md


name: skill-creator description: Help me create a Claude Code skill. Interviews about the workflow, then generates the skill file.

Skill Creator

Use the interview skill protocol to understand what skill they want, then create it.

Questions to Ask

  1. "What task or workflow should this skill help with?"

    • Get the core purpose
  2. Propose a trigger phrase based on their workflow. Don't ask - suggest:

    • "Based on what you described, I'd trigger this skill when you say 'implement feature', 'add capability to model', or 'build [feature name]'. Does that match when you'd want this guidance?"
  3. "What should Claude DO when the skill is invoked?"

    • Steps, rules, output format
  4. "Should this output a checklist, a plan, or take action?"

    • Determines the skill's output mode

After the Interview

Write the SKILL.md file to .claude/skills/<skill-name>/SKILL.md.

No registration needed. Just creating the file is enough - Claude auto-discovers skills in .claude/skills/.

Skill Structure

---
name: my-skill
description: Short description with trigger keywords.
---

# Skill Title

Instructions for Claude when invoked.

Description Best Practices

  • Use categorical descriptions: "operations involving X" not "create X, make X, add X"
  • Include trigger keywords naturally
  • Keep it one sentence

Example Output

---
name: migration-checklist
description: Checklist for database migrations. Invoke when creating or running migrations.
---

# Migration Checklist

Before running any migration:

1. Review the migration file
2. Check for null/default on new columns
3. Verify index additions
4. Test rollback works

After running:
- Verify schema.rb changes
- Check development data

スコア

総合スコア

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

レビュー

💬

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