agent-creation

Community

Craft Claude Code agents, subagents, and skills.

AuthorPhauks
Version1.0.0
Installs0

System Documentation

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".

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: agent-creation
Download link: https://github.com/Phauks/Grimbound/archive/main.zip#agent-creation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository