agent-identifier

Featured

Use when creating or configuring Claude Code agents and their frontmatter.

AI & Automation 5,144 stars 416 forks Updated today MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Agent Development for Claude Code Plugins ## Overview Agents are autonomous subprocesses that handle complex, multi-step tasks independently. Understanding agent structure, triggering conditions, and system prompt design enables creating powerful autonomous capabilities. **Key concepts:** - Agents are FOR autonomous work, commands are FOR user-initiated actions - Markdown file format with YAML frontmatter - Triggering via description field with examples - System prompt defines agent behavior - Model and color customization ## When to Use Use this skill when the user asks to: - Create an agent - Add an agent - Write a subagent - Define agent frontmatter - Decide when to use description examples - Configure agent tools, colors, or model behavior - Design autonomous agent structure, triggering conditions, or system prompts ## When Not to Use Do not use this skill for: - Slash command design - Hook configuration - MCP server setup - General plugin layout questions that belong to `plugin-structure` ## Agent File Structure ### Complete Format ```markdown --- name: agent-identifier description: Use this agent when [triggering conditions]. Examples: <example> Context: [Situation description] user: "[User request]" assistant: "[How assistant should respond and use this agent]" <commentary> [Why this agent should be triggered] </commentary> </example> <example> [Additional example...] </example> model: inherit color: blue tools: ["Read", "Write", "Grep"] --- You are [ag...

Details

Author
Galaxy-Dawn
Repository
Galaxy-Dawn/claude-scholar
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category