claude-agents

Create and configure Claude Code subagents with frontmatter-driven definitions.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/simplerick0/com.ackhax.configs --skill claude-agents-simplerick0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-agents
Source: https://github.com/simplerick0/com.ackhax.configs/tree/main/skills/claude-agents
Command: npx skills add https://github.com/simplerick0/com.ackhax.configs --skill claude-agents-simplerick0

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly create and configure Claude Code subagents that handle specific tasks with isolated context, tailored tools, and focused system prompts, reducing ambiguity and improving governance.

Core Features & Use Cases

  • Subagent creation: Define new Claude Code subagents with dedicated roles and capabilities.
  • Configuration governance: Standardize tools, models, skills, and hooks across projects.
  • Best-practice templates: Provide reusable templates for rapid deployment and consistency.
  • Use Case: A developer needs a specialized subagent to handle code review tasks with restricted permissions and a focused prompt.

Quick Start

Create a new subagent by adding a Markdown file under .claude/agents/ named my-agent.md with frontmatter fields and a simple template.

Frequently Asked Questions about claude-agents

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code subagent for a specific workflow?

To create a Claude Code subagent, you add a Markdown file under the .claude/agents/ directory and define its behavior using frontmatter fields like name, description, tools, model, and hooks.

What are Claude Code subagents used for?

Claude Code subagents handle specific tasks with isolated context, tailored tools, and focused system prompts, reducing ambiguity and improving governance across project workflows.

Does creating Claude subagents require any external dependencies?

No external dependencies are required to create Claude subagents. You define them by writing Markdown files with standardized frontmatter and templates directly in your project.

What's the best way to standardize subagent configurations across projects?

The best way to standardize subagent configurations is by applying best-practice templates that govern tools, models, skills, and hooks consistently across all project deployments.

Can I restrict a Claude subagent's permissions for code review tasks?

Yes, you can restrict a Claude subagent's permissions by defining specific allowed tools and a focused system prompt in its frontmatter configuration to limit its capabilities.

How do system prompts and hooks work in Claude subagent definitions?

System prompts and hooks in Claude subagent definitions are driven by frontmatter. They isolate context and tailor the agent's behavior to ensure focused, task-specific execution.