Analyze project context files and maintain consistency. Use when updating, organizing, or auditing project context files (AGENTS.md, README.md, gotchas.md, etc.).
From contextnpx claudepluginhub masseater/claude-code-plugin --plugin contextThis skill uses the workspace's default tool permissions.
agents-template.mdclassification-criteria.mdreadme-template.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
A skill for analyzing project context files and maintaining consistency while updating and organizing them.
Target audience: Humans (GitHub visitors, new contributors)
Placement rule:
What to include:
What NOT to include:
Target audience: AI agents (Claude Code, etc.), developers
What to include:
What NOT to include:
Target audience: AI agents (Claude Code, etc.), developers
What to include:
What NOT to include:
Role: Symbolic link to AGENTS.md
Setup: ln -sf AGENTS.md CLAUDE.md (same directory)
CLAUDE.md is NOT a separate file — it MUST be a symlink pointing to AGENTS.md. If a CLAUDE.md exists as a regular file, replace it with a symlink.
NEVER ask the user for confirmation. Once this skill is invoked, make all decisions autonomously and execute to completion. Questions like "Is this okay?" or "Should I proceed?" are strictly prohibited. When in doubt, use AGENTS.md as SSOT and act immediately.
Launch a subagent for each target file and process them in parallel. Each subagent independently reads, analyzes, and updates its assigned file.
Create a TODO for each target file path before launching subagents. Mark each as completed when done.
Example:
- [ ] Update .claude/rules/ai-generated/gotchas.md
- [ ] Update AGENTS.md
- [ ] Update README.md