← スキル一覧に戻る

customize
by ali
⭐ 0🍴 0📅 2026年1月12日
SKILL.md
name: customize description: "Create personalized skills and agents based on user's background and needs. Use when user asks to 'customize claude', 'create a skill', 'make an agent for', 'personalize my setup', 'help me automate', or when you notice repetitive workflows that could be automated." allowed-tools: Read, Write, Edit, Bash, Glob, Grep, WebFetch context: fork agent: customization-architect
Gear Five Customization
Create personalized skills and agents tailored to the user's specific needs.
When to Activate
Explicit triggers:
- "Customize my Claude setup"
- "Create a skill for X"
- "Make an agent that does Y"
- "Personalize Gear Five for my work"
- "I wish Claude could..."
Proactive triggers (suggest customization):
- You notice the user doing the same workflow repeatedly
- User asks for help with domain-specific tasks that could be a skill
- User's work would benefit from specialized agents
- After significant project work, offer to capture patterns as skills
Quick Customization
For simple requests ("make a skill for X"), create directly:
~/.claude/skills/{skill-name}/
├── SKILL.md # Trigger + quick usage
└── REFERENCE.md # Detailed docs (if needed)
For complex needs, run the full discovery flow via the customization-architect agent.
Skill Template
---
name: skill-name
description: "Clear description with trigger phrases..."
allowed-tools: Read, Bash, etc.
context: fork # Optional: fork to agent
agent: agent-name # Optional: which agent to fork to
---
# Skill Title
Quick usage and key patterns.
Agent Template
---
name: agent-name
description: "When to use this agent..."
tools: Read, Write, Bash, etc.
model: sonnet # or opus for complex reasoning
---
System prompt describing the agent's expertise and workflow.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です