skill-check

skill-check is a cursor rule for Claude Code, Cursor from olgasafonova/SkillCheck-Free. It costs 26 tokens per session (4,726 once invoked), scanned A, original, MIT.

A set of checks for reviewing an agent skill file, usually named SKILL.md. It compares the file with Anthropic and Agent Skills guidance.

In plain words
What is it for?
Use it to validate one or more SKILL.md files and produce a report of issues, severity, locations, fixes, and strengths.
Why use it?
It helps find missing structure, unclear instructions, and other problems before a skill is used. The checks work offline and do not require special tools.

Cursor rule for Claude CodeCursor

Written for Claude Code and Cursor: PreToolUse hook event, but also a Cursor rule (.mdc). Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Good fit Use it to validate one or more SKILL.md files and produce a report of issues, severity, locations, fixes, and strengths.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/olgasafonova/skillcheck-free/skill-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/olgasafonova/SkillCheck-Free

Made for: Claude Code, Cursor.

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-check

README.md
[![agentmods](https://agentmods.dev/badge/rules/olgasafonova/skillcheck-free/skill-check.svg)](https://agentmods.dev/rules/olgasafonova/skillcheck-free/skill-check)
Your own site
<a href="https://agentmods.dev/rules/olgasafonova/skillcheck-free/skill-check"><img src="https://agentmods.dev/badge/rules/olgasafonova/skillcheck-free/skill-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,726 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.00026 $0.04726
Opus 5 $0.00013 $0.02363
Sonnet 5 $0.00005 $0.00945
Haiku 4.5 $0.00003 $0.00473

Measured 3d ago against content hash 5a0fc7ca4b97, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

skill-check 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 3d 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.

cursor-rules/skill-check.mdc · 561 lines

How it starts

The opening of the file, as written. The whole thing — 561 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SkillCheck (Free)

Check skills against Anthropic guidelines and the agentskills specification. This file contains Free tier validation rules.

Want deeper analysis? Upgrade to Pro for anti-slop detection, security scanning, token optimization, WCAG compliance, and enterprise checks.

When to Use

Activate when user:

  • Says "check skill", "skillcheck", or "validate SKILL.md"
  • Wants to verify skills meet Anthropic best practices
  • Asks to find issues in skill definitions

Prerequisites

  • Any AI assistant with file Read capability (Claude Code, Cursor, Windsurf, Codex CLI)
  • Works on any platform (Unix/macOS/Windows)
  • No special tools required (Read-only)

How to Check a Skill

  1. Locate: Find target SKILL.md file(s)
  2. Read: Load the content
  3. Validate: Apply each rule section below
  4. Report: List issues found with severity and fixes

Free Tier Validation Rules

Apply these checks in order. Each subsection defines patterns to match and issues to flag.

1. Frontmatter Structure

Every SKILL.md must start with YAML frontmatter between --- markers.

Required Fields

Field Required Rules
name Yes Lowercase, hyphens only, 1-64 chars
description Yes WHAT + WHEN pattern, 1-1024 chars

Optional Fields (Spec)

Fields defined in the agentskills.io specification:

Field Purpose
license License name or reference to bundled license file
allowed-tools Tools the skill can use (space-separated or YAML list)
compatibility Platform compatibility info (max 500 chars)
metadata Additional key-value pairs

Claude Code Extensions

Recognized by Claude Code but not part of the agentskills.io spec. Other agents may ignore these fields.

Field Purpose
category Skill domain(s) for discovery and filtering
model Override model (claude-*-YYYYMMDD format)
context Run context ("fork" for sub-agent)
agent Agent type when context: fork
hooks Lifecycle hooks (PreToolUse, PostToolUse, Stop)
user-invocable Show in slash menu (default: true)
disable-model-invocation Manual-only skill

Read the full file on GitHub · 561 lines

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. 3d ago Changed · +12 lines 5a0fc7ca4b97
  2. 8d ago First seen · 549 lines · 26 tokens per session scan A b47939ef30ce

Subscribe to this mod's changes

skill-check is a cursor rule published in the GitHub repository olgasafonova/SkillCheck-Free (36 stars, last pushed 7d ago), licensed MIT. It adds 26 tokens to every session and 4,726 once invoked, about $0.0001 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.