From Strata
Audits Claude Code configuration files (CLAUDE.md, settings, skills, agents) for staleness. Run periodically or after model upgrades.
How this skill is triggered — by the user, by Claude, or both
Slash command
/strata:audit-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
[Anthropic's 2026 guidance](https://claude.com/blog/how-claude-code-works-in-large-codebases-best-practices-and-where-to-start)
Anthropic's 2026 guidance on Claude Code in large codebases:
Teams should expect to do a meaningful configuration review every three to six months, but it's also worth doing one whenever performance feels like it's plateaued after major model releases.
Instructions optimized for older models can work against a future one.
This skill is the operational reminder. It walks your project's Claude Code
Config and reports items that haven't been touched in --stale-days (180 by
Default), so you can revisit them deliberately.
# Default: 180-day staleness threshold
"${CLAUDE_PLUGIN_ROOT}/bin/strata" audit-config
# Tighter cadence
"${CLAUDE_PLUGIN_ROOT}/bin/strata" audit-config --stale-days 90
| File / dir | Why it matters |
|---|---|
CLAUDE.md | Loaded every session; conventions drift |
.claude/settings.json | Team config; check enabled plugins are still relevant |
.claudeignore | Exclusion rules go stale as the repo evolves |
.claude/skills/ | Project-local skills — same drift risk |
.claude/agents/ | Sub-agent definitions — same |
Read-only, never modifies. Output is a markdown report you can paste into a Review meeting.
/strata:review — audits the vault (decisions, lessons, domain notes)/strata:audit-config — audits the project's Claude Code setupDifferent surfaces. Run both on the same cadence.
npx claudepluginhub gideondk/strata --plugin strataProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.