agent-development

Create Claude Code plugin agents with frontmatter, system prompts, and packaging.

5|2|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/OshanKHZ/oshankhz-claude-code --skill agent-development-oshankhz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-development
Source: https://github.com/OshanKHZ/oshankhz-claude-code/tree/main/.claude/skills/agent-development
Command: npx skills add https://github.com/OshanKHZ/oshankhz-claude-code --skill agent-development-oshankhz

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill provides a blueprint for building Claude Code plugin agents: frontmatter fields, model definitions, color schemes, tools, comprehensive system prompts, trigger examples, and packaging for distribution.

Core Features & Use Cases

  • Frontmatter schema (name, description, model, color, tools)
  • Design comprehensive system prompts with core responsibilities, process steps, and output format
  • Create example agent descriptions with triggering examples
  • Validate agent frontmatter and system prompts
  • Package agents for plugin distribution and auto-discovery

Quick Start

  1. Decide whether to create a new agent or edit an existing one.
  2. Use the agent-generation pattern to craft frontmatter and system prompts.
  3. Create agents/[identifier].md and write the system prompt.
  4. Validate with the provided scripts and test triggering scenarios.