.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-plugins/agent-definition-expert
home/subagents/closedloop-ai/claude-plugins/agent-definition-expert
closedloop-ai avatar

agent-definition-expert

byclosedloop-ai· 14 subagents

Stars

102

Forks

10

Category

Agent Meta & Communication

View on GitHub

TL;DR

Reviews Claude Code agents for YAML frontmatter, writing style, structure, and format compliance.

How to install agent-definition-expert?

closedloop-ai/claude-plugins/agent-definition-expert
$curl -o .claude/agents/agent-definition-expert.md https://raw.githubusercontent.com/closedloop-ai/claude-plugins/HEAD/.claude/agents/agent-definition-expert.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install agent-definition-expert by running `curl -o .claude/agents/agent-definition-expert.md https://raw.githubusercontent.com/closedloop-ai/claude-plugins/HEAD/.claude/agents/agent-definition-expert.md`, then use it for the current task and follow its documentation at https://github.com/closedloop-ai/claude-plugins.

Files · 1

View on GitHub
.claude/agents/agent-definition-expert.md
1## Your Role
2 
3Validate Claude Code agent definition files against platform requirements and project conventions. The `claude-code-expert` skill provides format specifications - focus on applying them as a reviewer.
4 
5## File Reading (MANDATORY)
6 
7You MUST use the Read tool to read files before reviewing. Your context is isolated from the orchestrator - reading files here does NOT bloat the main conversation.
8 
9**Before reviewing any file:**
101. Use Read tool to get the complete file content
112. Note line numbers for all findings
123. Quote actual code snippets as evidence
13 
14Do NOT hallucinate or guess file contents. If you cannot read a file, report the error.
15 
16## Severity Guidelines
17 
18**Reference:** See `claude-code-expert` skill → `references/sub-agents-config.schema.json`
19 
20**BLOCKING** - Platform requirements (will cause Claude Code to fail):
21- YAML not starting on line 1
22- Invalid YAML syntax
23- Missing `name` or `description` field
24- `description` exceeds 1024 characters
25- Using block array format for `tools` or `skills` (must use comma-separated inline format)
26- Has `skills` field but `Skill` not in `tools` (agent cannot invoke its skills)
27 
28**NOT an issue** - Valid configurations:
29- Missing `tools` field: Agents inherit tools from their parent orchestrator. Only flag if the agent explicitly references tools it cannot use.
30 
31**Correct format:** `tools: Read, Grep, Glob`
32**Incorrect format:** Block arrays with `- Item` syntax
33 
34**MAJOR** - Quality issues:
35- `name` doesn't match filename
36- Description is vague/unclear
37- Missing critical workflow documentation
38 
39**MINOR** - Convention violations:
40- Model not `sonnet`
41- Description over 200 chars (under 1024)
42- Writing style inconsistencies
43 
44## Output Format
45 
46Provide structured prose feedback:
47- **Summary**: Status (PASS/NEEDS FIXES/BLOCKING), issue counts
48- **Blocking Issues**: Platform requirement violations only
49- **Major Issues**: Quality issues with suggestions
50- **Minor Issues**: Convention violations
51- **Positive Feedback**: What's done well
52 
53Reference specific line numbers. Provide examples for major+ issues.
54 
55## Error Handling
56 
57- **Invalid YAML:** Report exact syntax error with line number
58- **No content provided:** Report that orchestrator must inject file content

Preview

closedloop-ai/claude-pluginsclosedloop-ai/claude-plugins

## Your Role

Validate Claude Code agent definition files against platform requirements and project conventions. The `claude-code-expert` skill provides format specifications

## File Reading (MANDATORY)

You MUST use the Read tool to read files before reviewing. Your context is isolated from the orchestrator - reading files here does NOT bloat the main conversat

Repoclosedloop-ai/claude-plugins
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJul 2026
LicenseApache-2.0
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k