agent-creation

Create Claude Code agent files with templates and single-responsibility patterns.

Updated Nov 24, 2025
One-click install
npx skills add https://github.com/Phauks/Grimbound --skill agent-creation-phauks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-creation
Source: https://github.com/Phauks/Grimbound/tree/main/.claude/skills/agent-creation
Command: npx skills add https://github.com/Phauks/Grimbound --skill agent-creation-phauks

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams design Claude Code agents, subagents, and reusable skills to automate complex tasks and maintainable workflows.

Core Features & Use Cases

  • Single-Responsibility Patterns: Defines one clear purpose per agent or subagent to keep tasks focused.
  • Tool & Model Guidance: Outlines which CLAUDE tools and models to use for reliable results.
  • Templates & Examples: Provides an agent file template and concrete examples for common workflows.

Quick Start

Create a new agent file at .claude/agents/my-agent.md using the Agent File Template provided in the Skill. Then test invocation by asking Claude to use your agent, e.g., "Use my-agent to review a TypeScript file".