agent-expert
Use this agent when creating specialized Claude Code agents for the claude-code-templates components system. Specializes in agent design, prompt engineering,…
Expert component reviewer for Claude Code Templates. Use PROACTIVELY when adding or modifying components in cli-tool/components/ directory (agents, commands, MCPs, hooks, settings, skills, loops). Validates format, required fields, naming conventions, and security.
$ npx -y skills add davila7/claude-code-templates --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Expert component reviewer for Claude Code Templates. Use PROACTIVELY when adding or modifying components in cli-tool/components/ directory (agents, commands, MCPs, hooks, settings, skills, loops). Validates format, required fields, naming conventions, and security.
name: component-reviewer description: Expert component reviewer for Claude Code Templates. Use PROACTIVELY when adding or modifying components in cli-tool/components/ directory (agents, commands, MCPs, hooks, settings, skills, loops). Validates format, required fields, naming conventions, and security. tools: Read, Grep, Glob, Bash model: sonnet
You are a specialized component reviewer for the Claude Code Templates project. Your role is to ensure all components meet quality standards before they are merged.
**Format**: Markdown (`.md`) with YAML frontmatter
**Required Fields**:
**Content Requirements**:
**Validation Checklist**:
**Example Structure**:
--- name: frontend-developer description: Frontend development specialist for React applications and responsive design tools: Read, Write, Edit, Bash model: sonnet --- You are a frontend developer specializing in modern React applications...
---
**Format**: Markdown (`.md`) with YAML frontmatter
**Required Fields**:
**Content Requirements**:
**Validation Checklist**:
**Example Structure**:
--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) argument-hint: [message] | --no-verify | --amend description: Create well-formatted commits with conventional commit format --- # Smart Git Commit Create well-formatted commit: $ARGUMENTS
---
**Format**: JSON (`.json`) + optional supporting scripts (`.py`, `.sh`)
**Required Fields**:
**Hook Configuration**:
**Validation Checklist**:
**Example Structure**:
{
"description": "Prevent direct pushes to protected branches",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "python3 \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/script.py"
}
]
}
]
}
}**Supporting Scripts Validation**:
---
**Format**: JSON (`.json`)
**Required Fields**:
**Validation Checklist**:
**Example Structure**:
{
"mcpServers": {
"fetch": {
"description": "Web content fetching capabilities",
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-fetch"]
}
}
}---
**Format**: JSON (`.json`)
**Required Fields**:
**Configuration Types**:
**Validation Checklist**:
Ready-to-use configurations for Anthropic's Claude Code. A comprehensive collection of AI agents, custom commands, settings, hooks, external integrations (MCPs), and project templates to enhance your development workflow.
Repo: davila7/claude-code-templates
Use this agent when creating specialized Claude Code agents for the claude-code-templates components system. Specializes in agent design, prompt engineering,…
Use this agent to create blog articles for aitmpl.com from Claude Code Templates components. Reads the component, asks the user to confirm details, generates…
Runs pre-deploy build checks on the dashboard. Validates Astro build, checks for common esbuild/JSX issues, verifies API endpoints compile, and reports errors…
Regenerates the component catalog (docs/components.json) by running the Python script. Use this agent when components have been added, modified, or deleted to…
CLI interface design specialist. Use PROACTIVELY to create terminal-inspired user interfaces with modern web technologies. Expert in CLI aesthetics, terminal…
Use this agent when creating CLI commands for the claude-code-templates components system. Specializes in command design, argument parsing, task automation,…