スキル一覧に戻る
alexjx

agent-creator

by alexjx

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

SKILL.md


name: agent-creator description: Create Claude Code subagents. Use when user wants to create a subagent, specialized agent, or custom AI assistant for Claude Code.

Agent Creator

Creates Claude Code subagents - specialized AI assistants defined as markdown files.

What is a Subagent?

A subagent is a markdown file with YAML frontmatter that defines a specialized AI assistant. Claude Code delegates tasks to subagents based on their description.

File Format

---
name: agent-name
description: When to use this agent. Include trigger words.
tools: Read, Grep, Glob
model: sonnet
---

System prompt goes here. Define the agent's role, process, and output format.

Configuration Fields

FieldRequiredDescription
nameYesLowercase letters and hyphens only
descriptionYesWhen Claude should use this agent
toolsNoComma-separated list. Omit to inherit all tools
modelNohaiku, sonnet, opus, or inherit

Available Tools

Read, Write, Edit, Bash, Glob, Grep, WebFetch, WebSearch, plus any MCP tools.

File Locations

LocationScope
.claude/agents/Current project only
~/.claude/agents/All projects for this user

Creating a Subagent

  1. Ask user for:

    • Agent name
    • Purpose and when to trigger
    • Required tools (minimal set)
    • Model choice
  2. Create the markdown file with:

    • Clear, specific description with trigger words
    • Focused system prompt
    • Minimal tool permissions
  3. Save to the location user specifies

Best Practices

  • Focused purpose: One clear responsibility per agent
  • Specific triggers: Include action words in description ("Use when...", "Proactively...")
  • Minimal tools: Only grant necessary tools
  • Clear output format: Define expected response structure in prompt

Example: Code Reviewer

---
name: code-reviewer
description: Reviews code for quality and security. Use after code changes.
tools: Read, Grep, Glob, Bash
model: sonnet
---

You are a code reviewer. When invoked:

1. Run git diff to see changes
2. Review for quality, security, maintainability
3. Provide feedback by priority: Critical > Warnings > Suggestions

スコア

総合スコア

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

レビュー

💬

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