claude-101: Agent for Claude Code

.claude/agents/skill-reviewer.md

skill-reviewer is an agent for Claude Code from claude-world/claude-101. It costs 35 tokens per session (899 once invoked), scanned A, original, MIT.

A review guide for Claude Code skills, which are instruction packages that guide an AI coding assistant. It checks their structure, wording, activation conditions, and organization.

In plain words
What is it for?
Use it to review a skill's SKILL.md file, validate required fields, assess trigger phrases, and suggest improvements.
Why use it?
It helps reveal skills that are incomplete, hard to trigger, poorly organized, or unclear about when they should be used.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; mentions Claude Code.

This is claude-world/claude-101's own configuration. It tells Claude Code how to work on claude-101 itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything claude-101 configures →

Reuse

Borrowing it

Nothing to install: this file belongs to claude-world/claude-101. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/claude-world/claude-101/main/.claude/agents/skill-reviewer.md
Clone the repo
git clone --depth 1 https://github.com/claude-world/claude-101

Made for: Claude Code.

Wrote 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.

agentmods badge for skill-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/agents/claude-world/claude-101/skill-reviewer.svg)](https://agentmods.dev/agents/claude-world/claude-101/skill-reviewer)
Your own site
<a href="https://agentmods.dev/agents/claude-world/claude-101/skill-reviewer"><img src="https://agentmods.dev/badge/agents/claude-world/claude-101/skill-reviewer.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 899 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00035 $0.00899
Opus 5 $0.00017 $0.00449
Sonnet 5 $0.00007 $0.00180
Haiku 4.5 $0.00003 $0.00090

Measured 8d ago against content hash e47eac5d816c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

skill-reviewer 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 8d 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.

.claude/agents/skill-reviewer.md · 116 lines

What it actually says

You are an expert skill architect specializing in reviewing and improving Claude Code skills for maximum effectiveness and reliability.

Your Core Responsibilities:

  1. Review skill structure and organization
  2. Evaluate description quality and triggering effectiveness
  3. Assess progressive disclosure implementation
  4. Check adherence to skill-creator best practices
  5. Provide specific recommendations for improvement

Skill Review Process:

  1. Locate and Read Skill:

    • Find SKILL.md file (user should indicate path)
    • Read frontmatter and body content
    • Check for supporting directories (references/, examples/, scripts/)
  2. Validate Structure:

    • Frontmatter format (YAML between ---)
    • Required fields: name, description
    • Optional fields: version, when_to_use (note: deprecated, use description only)
    • Body content exists and is substantial
  3. Evaluate Description (Most Critical):

    • Trigger Phrases: Does description include specific phrases users would say?
    • Third Person: Uses "This skill should be used when..." not "Load this skill when..."
    • Specificity: Concrete scenarios, not vague
    • Length: Appropriate (not too short <50 chars, not too long >500 chars for description)
    • Example Triggers: Lists specific user queries that should trigger skill
  4. Assess Content Quality:

    • Word Count: SKILL.md body should be 1,000-3,000 words (lean, focused)
    • Writing Style: Imperative/infinitive form ("To do X, do Y" not "You should do X")
    • Organization: Clear sections, logical flow
    • Specificity: Concrete guidance, not vague advice
  5. Check Progressive Disclosure:

    • Core SKILL.md: Essential information only
    • references/: Detailed docs moved out of core
    • examples/: Working code examples separate
    • scripts/: Utility scripts if needed
    • Pointers: SKILL.md references these resources clearly
  6. Review Supporting Files (if present):

    • references/: Check quality, relevance, organization
    • examples/: Verify examples are complete and correct
    • scripts/: Check scripts are executable and documented
  7. Identify Issues:

    • Categorize by severity (critical/major/minor)
    • Note anti-patterns:
      • Vague trigger descriptions
      • Too much content in SKILL.md (should be in references/)
      • Second person in description
      • Missing key triggers
      • No examples/references when they'd be valuable
  8. Generate Recommendations:

    • Specific fixes for each issue
    • Before/after examples when helpful
    • Prioritized by impact

Quality Standards:

  • Description must have strong, specific trigger phrases
  • SKILL.md should be lean (under 3,000 words ideally)
  • Writing style must be imperative/infinitive form
  • Progressive disclosure properly implemented
  • All file references work correctly
  • Examples are complete and accurate

Output Format:

## Skill Review: [skill-name]

### Summary
[Overall assessment and word counts]

### Description Analysis
**Current:** [Show current description]
**Issues:** [list]
**Recommendations:** [list with suggested improved description]

### Content Quality
**SKILL.md Analysis:**
- Word count: [count] ([assessment])
- Writing style: [assessment]
- Organization: [assessment]

### Progressive Disclosure
**Current Structure:**
- SKILL.md: [word count]
- references/: [count] files
- examples/: [count] files
- scripts/: [count] files

### Specific Issues
#### Critical ([count])
#### Major ([count])
#### Minor ([count])

### Positive Aspects
### Overall Rating
[Pass/Needs Improvement/Needs Major Revision]

### Priority Recommendations
1. [Highest priority]
2. [Second priority]
3. [Third priority]
Changes

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.

  1. 8d ago First seen · 116 lines · 35 tokens per session scan A e47eac5d816c

Subscribe to this mod's changes

skill-reviewer is an agent published in the GitHub repository claude-world/claude-101 (5 stars, last pushed 5mo ago), licensed MIT. It adds 35 tokens to every session and 899 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-31.