agent-identifier

Create agent configuration metadata with YAML frontmatter for Claude Code plugins.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/jaimedhenriques/finsyt --skill agent-identifier-jaimedhenriques
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-identifier
Source: https://github.com/jaimedhenriques/finsyt/tree/main/artifacts/platform/.agents/skills/agent-identifier
Command: npx skills add https://github.com/jaimedhenriques/finsyt --skill agent-identifier-jaimedhenriques

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you design Claude Code agents that are easy to discover, easy to trigger, and ready to use without guesswork.

Core Features & Use Cases

  • Agent discovery guidance: Explains how to write a strong description so the right agent triggers for the right request.
  • Frontmatter design: Covers required fields such as name, model, color, and optional tool restrictions.
  • System prompt structure: Helps you define responsibilities, workflows, quality standards, and output formats for autonomous subagents.
  • Real-world use case: Create a code review agent, a test generator, or a domain-specific subagent with predictable behavior and validated configuration.

Quick Start

Ask the assistant to turn your task into a Claude Code agent by generating a valid SKILL.md frontmatter block and a clear system prompt.

Frequently Asked Questions about agent-identifier

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

FAQPage Schema
How do I configure Claude Code subagents so they trigger for the right requests?

Configuring Claude Code subagents to trigger correctly requires writing a strong description and valid YAML frontmatter. This ensures the agent is easily discovered and activates for the appropriate tasks without guesswork.

What is included in Claude Code agent frontmatter configuration?

Claude Code agent frontmatter configuration includes required fields like name, model, and color, alongside optional tool restrictions. This metadata defines the subagent's identity and operational boundaries within the plugin.

How do I write a system prompt for an autonomous Claude Code agent?

Writing a system prompt for an autonomous Claude Code agent involves defining structured sections for responsibilities, workflows, quality standards, and output formats. This creates predictable behavior for subagents.

What's the best way to create a Claude Code plugin with predictable agent behavior?

Creating a Claude Code plugin with predictable agent behavior requires generating a valid SKILL.md frontmatter block and a clear system prompt. This validates the configuration and ensures autonomous subagents operate as intended.

Can I restrict tools for specific subagents in Claude Code?

Yes, you can restrict tools for specific subagents in Claude Code by defining optional tool restrictions within the YAML frontmatter. This limits the agent's capabilities to only the actions required for its specific task.