agent-development

Create and manage custom agents for the WebSocket server.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/brixtonpham/dot-claude --skill agent-development-brixtonpham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-development
Source: https://github.com/brixtonpham/dot-claude/tree/main/plugins/marketplaces/claude-plugins-official/plugins/plugin-dev/skills/agent-development
Command: npx skills add https://github.com/brixtonpham/dot-claude --skill agent-development-brixtonpham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and best practices for developing autonomous agents, ensuring they are well-structured, trigger correctly, and perform reliably.

Core Features & Use Cases

  • Agent Structure: Learn the optimal file format, frontmatter fields, and system prompt design.
  • Triggering Logic: Understand how to write effective description fields with <example> blocks for precise agent activation.
  • Best Practices: Follow guidelines for naming, model selection, color coding, and tool usage.
  • Use Case: You need to create a new agent for your plugin that analyzes code quality. This Skill will guide you through defining its purpose, writing its system prompt, and ensuring it's triggered appropriately.

Quick Start

Use the agent-development skill to learn how to create a new agent for your plugin.

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 AI agent for Claude Code plugins?

To create an autonomous AI agent for Claude Code plugins, define the agent file structure, configure frontmatter requirements like name, description, model, color, and tools, and design a system prompt. This skill guides both AI-assisted generation and manual workflows.

What are the frontmatter requirements for Claude Code agent files?

Frontmatter requirements for Claude Code agent files include defining a name, description, model, color, and tools. These fields ensure the autonomous agent is properly structured, triggerable, and performs reliably within the plugin environment.

How do I write triggering conditions for a Claude Code agent?

Triggering conditions for a Claude Code agent are defined by writing an effective description field with example blocks. This ensures precise agent activation when specific user intents or contexts are matched during execution.

Can I manually create AI agents or do I need AI-assisted generation?

You can manually create AI agents or use AI-assisted generation workflows. Both methods are supported to help you structure files, define frontmatter, write system prompts, and establish triggering conditions for your Claude Code plugins.

What are the best practices for system prompt design in agent development?

Best practices for system prompt design in agent development include following guidelines for naming, model selection, color coding, and tool usage. Proper prompt design ensures autonomous agents trigger correctly and perform reliably.

Why does my Claude Code agent fail to trigger when expected?

If your Claude Code agent fails to trigger, the description field likely lacks effective example blocks. Refining triggering conditions with precise examples ensures the autonomous agent activates appropriately for its intended use case.