CtrlK
BlogDocsLog inGet started
Tessl Logo

agent-development

This skill should be used when the user asks to "create an agent", "write an agent", "build an agent", or wants to add new agent capabilities to Claude Code.

Install with Tessl CLI

npx tessl i github:dwmkerr/claude-toolkit --skill agent-development
What are skills?

56

Does it follow best practices?

Validation for skill structure

SKILL.md
Review
Evals

Agent Development

Create effective Claude Code agents.

Agent Colors

Agents support color assignments for visual distinction. Set in YAML frontmatter:

---
name: explore
description: Explores codebases
color: purple
---

Color Conventions

ColorAgent TypePurpose
PurpleExploreCodebase exploration, documentation
BluePlanAnalysis, planning, architecture
GreenCreateTesting, creation, validation
OrangeDebugDebugging, refactoring
YellowCleanOptimization, cleanup
RedReflectSecurity, critical review
Pink-Available
Cyan-Orchestration, coordination

Agent Behavior

Permission Denial Resilience

Subagents continue after permission denial rather than stopping entirely. When a subagent hits a permissions wall, it tries alternative approaches automatically. This makes autonomous workflows more resilient and reduces the need for human intervention.

Important

After creating or modifying agents, inform the user:

No restart needed. Agent changes take effect immediately - agents are hot-reloaded.

Repository
dwmkerr/claude-toolkit
Last updated
Created

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.