Agent Development

Generates Blueprint ASTs and applies them to create/edit/delete DOM nodes.

3|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/Delqhi-Projects/ZOE-Solar-Accounting-OCR --skill agent-development-delqhi-projects
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Development
Source: https://github.com/Delqhi-Projects/ZOE-Solar-Accounting-OCR/tree/main/.claude/PLUGINS/marketplaces/claude-code-plugins/plugins/plugin-dev/skills/agent-development
Command: npx skills add https://github.com/Delqhi-Projects/ZOE-Solar-Accounting-OCR --skill agent-development-delqhi-projects

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill guides engineers in creating robust, autonomous agents for Claude Code plugins by defining clear frontmatter, triggering examples, system prompts, and integration patterns that enable reliable, scalable automation.

Core Features & Use Cases

  • Define agent identifiers, frontmatter, and system prompts that govern autonomous behavior
  • Provide triggering examples and commentary to ensure consistent activation
  • Include guidelines for tooling, dependencies, components, and safety considerations
  • Support generation, validation, and documentation of agent configurations for plugins

Quick Start

Write a minimal agent file that defines an identifier, triggering examples, and a pragmatic system prompt to handle a common task like code-quality review triggered after code changes.

Frequently Asked Questions about Agent Development

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

FAQPage Schema
How do I create an autonomous Claude Code plugin agent?

To create an autonomous Claude Code plugin agent, you define a self-contained SKILL.md file with frontmatter specifying the name, description, model, tools, and output structure. You also write a robust system prompt and triggering examples to govern reliable automation behavior.

What is SKILL.md frontmatter used for in agent development?

SKILL.md frontmatter is used to declare an agent's identifier, description, model, color, tools, and output structure. It makes the agent self-contained and ensures consistent activation through structured validation and triggering rules.

How do I ensure my Claude Code agent triggers reliably after code changes?

You ensure reliable triggering by providing specific triggering examples and commentary within the agent configuration. This guarantees consistent activation for tasks like code-quality reviews by matching the defined automation rules.

Can I include external scripts and references in my Claude Code agent?

Yes, you can include optional components for scripts, references, and assets within your agent configuration. This allows you to support generation, validation, and documentation of complex agent configurations for plugins.

Does agent development require structured validation and safety checks?

Agent development requires structured validation and toxicity checks to enforce safety considerations. These checks are integrated into the configuration guidelines to ensure scalable and reliable autonomous automation.

What are the limitations of relying solely on system prompts for autonomous agents?

Relying solely on system prompts without structured frontmatter and triggering examples limits autonomous behavior. You need complete configurations including tooling, dependencies, and validation rules to ensure robust, scalable automation.