Audit agent dependencies and references
Scanned 9/9/2026
Install to Claude Code
npx -y skills add baekenough/oh-my-customcode --skill audit-agents --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Audit Agents?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/baekenough-audit-agents)More formats (shields.io, HTML) on the badges page.
---
name: omcustom:audit-agents
description: Audit agent dependencies and references
scope: harness
argument-hint: "[agent-name] [--all] [--fix]"
user-invocable: true
---
# Audit Agents Skill
Audit agent dependencies to ensure all skill and guide references are valid and symlinks are working.
## Options
```
--all, -a Audit all agents
--verbose, -v Show detailed results
--fix Auto-fix issues (delegates to /fix-refs)
```
## Workflow
```
1. Load agent configuration
└── Read agent .md file
2. Check skills
├── Skill exists in .claude/skills/
└── Skill path is valid
3. Check guides
├── Guide exists in templates/guides/
└── Guide path is valid
4. Report results
```
## Output Format
### Single Agent
```
[mgr-supplier:audit lang-golang-expert]
Auditing: lang-golang-expert
Skills:
✓ go-best-practices
Path: .claude/skills/go-best-practices/
Status: Valid
Guides:
✓ golang
Path: templates/guides/golang/
Status: Valid
Summary:
Skills: 1/1 valid
Guides: 1/1 valid
Status: HEALTHY
```
### All Agents
```
[mgr-supplier:audit --all]
Auditing all agents...
sw-engineer:
✓ lang-golang-expert (2/2 deps valid)
✓ lang-python-expert (2/2 deps valid)
✓ lang-rust-expert (2/2 deps valid)
✗ lang-kotlin-expert (1/2 deps valid)
└─ Missing: kotlin guide symlink
sw-engineer/backend:
✓ be-fastapi-expert (2/2 deps valid)
✓ be-springboot-expert (2/2 deps valid)
✓ be-go-backend-expert (2/2 deps valid)
infra-engineer:
✓ infra-docker-expert (2/2 deps valid)
✓ infra-aws-expert (2/2 deps valid)
Summary:
Total agents: 15
Healthy: 14
Issues: 1
Run "mgr-supplier:fix lang-kotlin-expert" to fix issues.
```
### Verbose Output
```
[mgr-supplier:audit lang-golang-expert --verbose]
Auditing: lang-golang-expert
Configuration:
Path: .claude/agents/lang-golang-expert.md
Type: sw-engineer
Source: internal
Declared Skills:
[1] go-best-practices
Path: .claude/skills/go-best-practices/
Exists: ✓
Declared Guides:
[1] golang
Path: templates/guides/golang/
Exists: ✓
Cross-references:
✓ go-best-practices.used_by includes lang-golang-expert
✓ golang.used_by includes lang-golang-expert
Status: HEALTHY (all checks passed)
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!