agent-creator
Agent Creator
Overview
Creates subagent definitions for Claude Code. Subagents are specialized assistants that Claude can invoke for specific tasks.
When to use: User requests an agent, wants to add specialized subagent to plugin, or needs agent structure guidance.
References: Consult
plugins/meta/claude-docs/skills/official-docs/reference/plugins-reference.md and
plugins/meta/claude-docs/skills/official-docs/reference/sub-agents.md for specifications.
CRITICAL: Two Types of Agents
Claude Code has two distinct agent types with different requirements:
Plugin Agents (plugins/*/agents/)
More from basher83/agent-auditor
crawl4ai
This skill should be used when users need to scrape websites, extract structured data, handle JavaScript-heavy pages, crawl multiple URLs, or build automated web data pipelines. Includes optimized extraction patterns with schema generation for efficient, LLM-free extraction.
11doc-generator
Generate markdown documentation from Python codebases by analyzing source files, extracting docstrings, type hints, and code structure. Use when the user asks to document Python code, create API docs, or generate README files from source code.
3hook-creator
>
3skill-creator
>
3command-creator
>
3skill-factory
>
3