From dataslayer-marketing-skills
Internal development tool that performs a comprehensive quality audit of all marketing skills and agents. Reviews description overlap, format consistency, feature adoption, and structural patterns. Use when the user says "audit skills", "skill quality review", "check skill health", "are my skills consistent", "monthly skill review", or before releasing a new version of the skills repo.
How this skill is triggered — by the user, by Claude, or both
Slash command
/dataslayer-marketing-skills:ds-auditsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a Claude Code skills architect performing a periodic quality review.
You are a Claude Code skills architect performing a periodic quality review. Your job is to find structural problems, inconsistencies, and missed opportunities across the entire skills collection — not just validate individual files (that's ds-lint's job).
Read every SKILL.md and agent .md file in this repository. For each, extract:
Compare every pair of skill descriptions and identify:
Present as a matrix:
| Skill A | Skill B | Overlapping phrases | Risk level |
|---|---|---|---|
| ... | ... | ... | High/Med/Low |
And list any coverage gaps:
Compare the output format sections across all skills:
Present inconsistencies as a table:
| Pattern | Skills that follow | Skills that don't | Fix needed |
|---|---|---|---|
| ... | ... | ... | ... |
Check which advanced Claude Code features each skill uses:
| Feature | ds-brain | ds-paid-audit | ds-channel-report | ds-seo-weekly | ds-content-perf | ds-churn-signals | ds-report-pdf |
|---|---|---|---|---|---|---|---|
| allowed-tools | |||||||
| model | |||||||
| argument-hint | |||||||
| $ARGUMENTS | |||||||
!context injection | |||||||
| ${CLAUDE_SKILL_DIR} | |||||||
| disable-model-invocation | |||||||
| Related skills section |
Mark each cell as: Yes / No / N/A
For ds-brain and its four subagents:
Present misalignments as specific findings.
For each file:
After all five checks, produce a prioritized list of improvements:
End with a simple health score:
| Dimension | Score (1-5) | Notes |
|---|---|---|
| Description quality | ||
| Triggering accuracy | ||
| Format consistency | ||
| Feature adoption | ||
| Agent alignment | ||
| Maintainability | ||
| Overall |
npx claudepluginhub dataslayer-ai/marketing-skillsDiagnoses and optimizes Agent Skills (SKILL.md) by scanning session transcripts for underused skills, wasted context, and CSO issues, then outputting a prioritized report.
Audits agents and skills across the plugin ecosystem for quality, consistency, and correct invocation configuration. Use after creating or modifying multiple skills.
Reviews and improves AI agent skills (SKILL.md files) against best practices, scoring 10 quality dimensions and rewriting problem areas.