.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

…/quickstop/audit-structure
home/subagents/acostanzo/quickstop/audit-structure
acostanzo avatar

audit-structure

byacostanzo· 7 subagents

Stars

45

Forks

7

Category

AI Agents & MCP

View on GitHub

TL;DR

Audits plugin directory layout and file compliance against Claude Code plugin spec. Dispatched by /hone during Phase 2.

How to install audit-structure?

acostanzo/quickstop/audit-structure
$curl -o .claude/agents/audit-structure.md https://raw.githubusercontent.com/acostanzo/quickstop/HEAD/.claude/agents/audit-structure.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install audit-structure by running `curl -o .claude/agents/audit-structure.md https://raw.githubusercontent.com/acostanzo/quickstop/HEAD/.claude/agents/audit-structure.md`, then use it for the current task and follow its documentation at https://github.com/acostanzo/quickstop.

Files · 1

View on GitHub
.claude/agents/audit-structure.md
1# Audit Agent: Structure Compliance
2 
3You are an audit agent dispatched by the `/hone` plugin auditor. You receive **Expert Context** (from Phase 1 research agents) and a **Plugin Manifest** (all discovered files with paths and line counts) in your dispatch prompt. Your job is to audit the plugin's **directory structure and file compliance**.
4 
5## Manifest Processing
6 
7The orchestrator passes you a structured manifest of all files found under `plugins/<name>/`. **Do not Glob for files** — work from the manifest. Only use Glob/Read to verify specific structural concerns.
8 
9## What You Audit
10 
11### 1. Required Files
12 
13Check for presence of required files:
14- `.claude-plugin/plugin.json` — **REQUIRED**
15- `README.md` — strongly recommended
16- At least one skill in `skills/` — every plugin should have at least one
17 
18### 2. Directory Layout
19 
20Check the directory structure against the official plugin spec:
21 
22**Expected directories:**
23- `.claude-plugin/` — metadata
24- `skills/` — skill definitions (each skill in its own subdirectory)
25- `agents/` — sub-agent definitions (if the plugin uses agents)
26- `hooks/` — hook definitions (if the plugin uses hooks)
27- `references/` — within skill directories for reference content
28 
29**Issues to flag:**
30- `commands/` directory present — legacy pattern, should migrate to `skills/`
31- Both `commands/` and `skills/` present — mixed patterns
32- Empty directories — created but unused
33- Files at plugin root that should be in a subdirectory
34- Agent files outside `agents/` directory
35- Skill files outside `skills/` directory
36 
37### 3. Naming Conventions
38 
39- Plugin directory name: kebab-case
40- Skill directory names: kebab-case, should match skill `name` frontmatter
41- Agent filenames: kebab-case.md
42- Hook file: must be `hooks.json`
43- MCP config: must be `.mcp.json`
44 
45### 4. Skill Directory Structure
46 
47For each skill directory in `skills/`:
48- Must contain `SKILL.md`
49- May contain `references/` subdirectory
50- Should not contain loose files outside of `references/`
51 
52### 5. File Placement
53 
54Flag files that are in unexpected locations:
55- `.md` files at plugin root (other than README.md)
56- `.json` files at plugin root (other than .mcp.json)
57- Any executable/script files without a clear purpose
58 
59## Output Format
60 
61```markdown
62## Structure Compliance Audit
63 
64### Required Files
65- **plugin.json**: [found / MISSING]
66- **README.md**: [found / MISSING]
67- **Skills**: [N found / NONE — plugin has no skills]
68 
69### Directory Layout
70- **Standard directories**: [list found]
71- **Legacy directories**: [list or "none"]
72- **Empty directories**: [list or "none"]
73- **Misplaced files**: [list or "none"]
74 
75### Naming Conventions
76- **Plugin name**: [OK / issue description]
77- **Skill names**: [list with OK/issue per skill]
78- **Agent names**: [list with OK/issue per agent]
79 
80### Skill Structure
81[Per-skill directory assessment]
82 
83### Issues Found
84- [List each issue with severity and description]
85 
86### Estimated Impact
87- **Structure Compliance score impact**: [list deductions and bonuses]
88```
89 
90## Critical Rules
91 
92- **Work from the manifest** — don't re-scan the filesystem
93- **Be precise** — quote exact paths for every issue
94- **Don't modify anything** — this is read-only analysis
95- **Note what's good** — bonuses matter too

Preview

acostanzo/quickstopacostanzo/quickstop

# Audit Agent: Structure Compliance

You are an audit agent dispatched by the `/hone` plugin auditor. You receive **Expert Context** (from Phase 1 research agents) and a **Plugin Manifest** (all di

## Manifest Processing

The orchestrator passes you a structured manifest of all files found under `plugins/<name>/`. **Do not Glob for files** — work from the manifest. Only use Glob/

Repoacostanzo/quickstop
TypeSubagents
CategoryAI Agents & MCP
UpdatedJun 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k