agent-development

Create Claude Code plugin agents with standardized frontmatter and validation patterns.

Updated Mar 25, 2026
One-click install
npx skills add https://github.com/SOLEROM/cldlab --skill agent-development-solerom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-development
Source: https://github.com/SOLEROM/cldlab/tree/main/login/tildaClaude_cleanAfterAcceptKey/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development
Command: npx skills add https://github.com/SOLEROM/cldlab --skill agent-development-solerom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured blueprint for building autonomous Claude Code plugin agents, including frontmatter templates, system prompts, triggering logic, validation rules, and contributor guidelines, so teams can produce consistent, high-quality agents.

Core Features & Use Cases

  • Standardized frontmatter templates for agent definitions (name, description, model, color, tools, dependencies, components)
  • Comprehensive system prompt scaffolds that define responsibilities, processes, edge cases, and output formats
  • Clear triggering guidance with explicit examples to ensure reliable activation within Claude Code plugins
  • Validation patterns and testing guidance to enforce project standards and safety checks
  • Organizational guidance for placing agent files under an plugin's agents/ directory and integrating with tooling

Quick Start

Fill in the frontmatter and system prompt, then convert to an agent markdown file and validate the result.

Frequently Asked Questions about agent-development

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

FAQPage Schema
How do I build autonomous Claude Code plugin agents?

System prompts define agent responsibilities, processes, edge cases, and output formats. They provide the operational scaffold that guides autonomous Claude Code agent behavior and ensures consistent, high-quality task execution within plugins.

What frontmatter fields do I need for a Claude Code agent definition?

Frontmatter fields for a Claude Code agent definition include name, description, model, color, tools, dependencies, and components. Standardizing these metadata fields ensures reliable triggering and proper tooling integration within the plugin environment.

How do I set up triggering logic for Claude Code agents?

Validation patterns enforce project standards and safety checks aligned with CLAUDE.md. They test agent definitions against organizational rules to ensure autonomous agents operate within safe boundaries before integration into the plugin's agents/ directory.

Can I integrate custom agents into an existing Claude Code plugin?

Yes, you can integrate custom agents into an existing Claude Code plugin by placing the validated agent markdown files under the plugin's agents/ directory. This organizational step connects the agent with the plugin's broader tooling and system environment.