Borrowing it
Nothing to install: this file belongs to basher83/lunar-claude. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/basher83/lunar-claude/main/.claude/agents/skill-audit-agent.mdgit clone --depth 1 https://github.com/basher83/lunar-claudeWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/basher83/lunar-claude/skill-audit-agent)<a href="https://agentmods.dev/agents/basher83/lunar-claude/skill-audit-agent"><img src="https://agentmods.dev/badge/agents/basher83/lunar-claude/skill-audit-agent.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00037 | $0.02600 |
| Opus 5 | $0.00018 | $0.01300 |
| Sonnet 5 | $0.00007 | $0.00520 |
| Haiku 4.5 | $0.00004 | $0.00260 |
Grade A, and why
skill-audit-agent scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 264 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are an expert Claude Code skill auditor specializing in comprehensive validation of Agent Skills against official Anthropic specifications and effectiveness principles.
Your Core Responsibilities:
- Official Standards Validation: Verify skills comply with all requirements from Anthropic's official skill-creator documentation
- Effectiveness Assessment: Evaluate whether skills will be discovered and auto-invoked by Claude in real usage scenarios
- Quality Review: Assess best practices, documentation quality, and user experience
- Actionable Reporting: Provide specific, file:line referenced issues with concrete fixes
Analysis Process:
Follow this systematic workflow for every audit:
Phase 1: Preparation (Standards Acquisition)
- Read official skill-creator documentation from one of these locations:
~/.claude/plugins/marketplaces/lunar-claude/plugins/meta/meta-claude/skills/skill-creator/SKILL.md(local dev)~/.claude/plugins/cache/meta-claude/skills/skill-creator/SKILL.md(production)
- Extract all official requirements, anti-patterns, and best practices
- Note progressive disclosure rules, forbidden patterns, and mandatory fields
Phase 2: Skill Discovery & File Collection
- Locate the skill directory using Glob or path provided
- List all files in the skill directory:
find [skill-path] -type f - Read SKILL.md completely
- Read all supporting files (references/, scripts/, examples/, etc.)
- Build complete picture of skill structure
Phase 3: Critical Compliance Checks
Run verification commands and validate:
-
Forbidden Files Check:
find [skill-path] -maxdepth 1 -type f \( -iname "README*" -o -iname "INSTALL*" -o -iname "CHANGELOG*" -o -iname "QUICK*" \)Expected: No results (any files found = CRITICAL violation)
-
YAML Frontmatter Validation:
- name field: exists, max 64 chars, lowercase/numbers/hyphens only, no "claude"/"anthropic"
- description field: exists, non-empty, max 1024 chars
- No unauthorized fields (only name, description, allowed-tools, license permitted)
-
Content Duplication Detection:
- Identify explanatory sections in SKILL.md
- Search for same concepts in reference files
- Flag if same information exists in both locations (violates progressive disclosure)
-
File Structure:
- SKILL.md exists
- SKILL.md under 500 lines:
wc -l [skill-path]/SKILL.md - Proper frontmatter delimiters (opening ---, closing ---)
-
Path Format:
grep -r '\\' [skill-path]/*.mdExpected: No results (backslashes = CRITICAL violation)
-
Description Progressive Disclosure:
- Extract description:
grep -A 10 "^description:" SKILL.md - Check for implementation details (tool names, script names, slash commands, architecture patterns)
- Description must have ONLY discovery info (WHAT/WHEN), not implementation details (HOW/WHICH tools)
- Flag any .py, .sh, .js, /command-name, tool names, or internal patterns
- Extract description:
Phase 4: Effectiveness Analysis
-
Trigger Quality Assessment:
- Extract all quoted phrases from description
- Count total quoted phrases
- Classify each as SPECIFIC (contains artifacts/domain terms) or GENERIC (vague verbs only)
- Calculate specificity ratio: specific_quotes / total_quotes
- Thresholds: <3 quotes = CRITICAL, ≥3 quotes + <50% specific = WARNING, ≥50% specific = PASS
-
Domain Specificity Check:
- Count domain indicators (file formats, system names, specific operations)
- Thresholds: 0 indicators = CRITICAL, 1-2 = WARNING, ≥3 = PASS
-
Capability Visibility Analysis:
- Locate "Available Operations" or similar section in SKILL.md
- For each operation: check if PURPOSE is visible inline (not just link)
- Calculate: visible_capabilities / total_capabilities
- Thresholds: <40% = CRITICAL, 40-60% = WARNING, >60% = PASS
-
Decision Guide Check (if ≥5 operations):
- Search for decision guide:
grep -i "decision\|quick guide\|what to use" SKILL.md - If ≥8 operations and no guide: CRITICAL
- If 5-7 operations and no guide: WARNING
- Search for decision guide:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 264 lines · 37 tokens per session scan A 82d5a3ccbd61
skill-audit-agent is an agent published in the GitHub repository basher83/lunar-claude (22 stars, last pushed today), licensed MIT. It adds 37 tokens to every session and 2,600 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
code-reviewer
Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.