meta-audit
Installation
SKILL.md
Contains Shell Commands
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
meta-audit
When to Use This Skill
| Use this skill when... | Use custom-agent-definitions instead when... |
|---|---|
Reviewing existing .claude/agents/*.md files for missing frontmatter, overprivileged tools, or wrong models |
Authoring a new agent definition file from scratch |
| Validating read-only vs write-enabled agent privilege boundaries before committing | Configuring a single agent's model, allowed-tools, or context: fork |
| Auditing agents across an entire project for naming and security consistency | Copying or generalising another project's agents (use meta-assimilate) |
Context
- Agent definitions: !
find .claude/agents -name "*.md" -not -name "settings*" - Settings file: !
find .claude/agents -maxdepth 1 -name "settings.local.json" -type f