Use when scanning and reorganizing all project context files (AGENTS.md, README.md, gotchas.md, .claude/rules/) for consistency, accuracy, and structural alignment.
From contextnpx claudepluginhub masseater/claude-code-plugin --plugin contextThis skill is limited to using the following tools:
Guides 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.
Organize and synchronize all context files across the project.
Load the should-be-project-context Skill to understand the templates and processing rules.
Infer the project structure from:
workspaces field in package.jsonpnpm-workspace.yamlPresent the detected structure via AskUserQuestion:
Detected project structure:
- Root: /path/to/project
- Sub-packages:
- packages/xxx
- packages/yyy
Proceed with this structure?
Search for the following files/directories:
**/AGENTS.md**/README.md.claude/rules/*.md**/CLAUDE.md: Enforce that these contain only @AGENTS.md. Migrate any other content to AGENTS.mdList all found files and confirm processing order via AskUserQuestion.
Check all CLAUDE.md files. If any contain content beyond the AGENTS.md reference, rename them to AGENTS.md. If AGENTS.md already exists in the same directory, merge using AGENTS.md as the base.
Detect directories where AGENTS.md exists but CLAUDE.md does not, then create CLAUDE.md with:
echo "@AGENTS.md" >> "CLAUDE.md"
This ensures AGENTS.md serves as the SSOT, with CLAUDE.md acting as a reference-only alias.
For each README.md, follow the should-be-project-context Skill criteria:
For each context file (AGENTS.md, .claude/rules/*.md):
/context:verify-context <file-path> to verify technical accuracy/context:refactor-context-file <file-path> for detailed decomposition and refactoringRunning verification first prevents propagating incorrect information during refactoring.
For each file: