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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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:
- Validation Target
- Required Frontmatter
- Valid Tools
- Valid Colors
- Valid Models
- Validation Checklist
- Required Fields
- Optional Fields
- Content Structure
- Format Rules
- Output Format
- Auto-Fix
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.
