Agent skill · AI & Agents

agent-check

Validate custom agent file format and structure

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-check-claude-world-director-mode-lite --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/agent/agent-check-claude-world-director-mode-lite/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Agent File Validator Validate agent files in `.claude/agents/` for correct format. --- ## Validation Target - With argument: validate specific file - Without: validate all `.claude/agents/*.md` --- ## Required Frontmatter ```yaml --- name: agent-name # Required: lowercase, hyphenated, 3-50 chars description: > # Required: 10-5000 chars, include triggering conditions + <example> blocks Use this agent when [conditions]. Examples: <example> Context: [situation] user: "[request]" assistant: "[response using this agent]" </example> color: cyan # Required: yellow, red, green, blue, magenta, cyan model: sonnet # Required: inherit, haiku, sonnet, opus, best, sonnet[1m], opus[1m], opusplan tools: # Optional: YAML list (omit = all tools available) - Read - Write - Grep # forkContext: "true" # Optional: run in forked context (string "true"/"false") # maxTurns: 20 # Optional: max conversation turns (positive integer) skills: # Optional: auto-load skills (array) - linked-skill memory: # Optional: memory scopes to load (array) - user - project - local mcpServers: # Optional: MCP server refs or objects (array) - server-name hooks: # Optional: agent-scoped lifecycle hooks PreToolUse: - matcher:

What's inside
Steps it walks through
  1. Validation Target
  2. Required Frontmatter
  3. Valid Tools
  4. Valid Colors
  5. Valid Models
  6. Validation Checklist
  7. Required Fields
  8. Optional Fields
  9. Content Structure
  10. Format Rules
  11. Output Format
  12. Auto-Fix
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the agent-check skill do?

Validate custom agent file format and structure

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-check-claude-world-director-mode-lite --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going