Agent skill · Security

agent-development

Create and audit Claude subagents. Use when building specialized workers with isolated context. Includes frontmatter, allowed-tools, and agent patterns. Not for commands or skills.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-development-git-fg-meta-plugin-manager --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/agent/agent-development-git-fg-meta-plugin-manager/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

<mission_control> <objective>Create and audit agents that follow toolkit standards: proper configuration, tool constraints, and task scope</objective> <success_criteria>Agent has valid frontmatter, appropriate allowed-tools, and clear task scope</success_criteria> </mission_control> ## Quick Start **If you need to create an agent:** Create `.claude/agents/name/` with `agent.md`. **If you need to audit an agent:** Invoke this skill directly to validate configuration. **If you need to refine an agent:** Compare against patterns and apply fixes. ## Navigation | If you need... | Read this section... | | :------------- | :------------------- | | Directory structure | ## PATTERN: Directory | | Frontmatter format | ## PATTERN: Frontmatter | | allowed-tools | ## PATTERN: Allowed Tools | | Perfect agent examples | ## PATTERN: Perfect Agent | | Common failures | ## ANTI-PATTERN: Common Failures | | Validation checklist | ## Validation Checklist | ## Philosophy Agents are specialized workers with isolated context. Unlike skills (portable knowledge), agents are configured workers with specific tool access and task scope. **Key insight:** Agents are "configured workers" - they have specific cap

What's inside
Steps it walks through
  1. Quick Start
  2. Navigation
  3. Philosophy
  4. PATTERN: Directory
  5. Directory Structure
  6. Example Structure
  7. PATTERN: Frontmatter
  8. Frontmatter Fields
  9. Description Format
  10. Description Examples
  11. Validation Checklist
  12. Recognition Questions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-development skill do?

Create and audit Claude subagents. Use when building specialized workers with isolated context. Includes frontmatter, allowed-tools, and agent patterns. Not for commands or skills.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-development-git-fg-meta-plugin-manager --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going