From Strata
Vault health report that surfaces stale ADRs, orphan domain notes, missing frontmatter, unresolved wikilinks, and stale PR-contexts. Read-only, run autonomously for vault hygiene.
How this skill is triggered — by the user, by Claude, or both
Slash command
/strata:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
ADR practices die in two years because nobody comes back to maintain them.
ADR practices die in two years because nobody comes back to maintain them. This skill is the antidote: a monthly (or whenever) pass that surfaces the Notes that need attention.
Read-only by design, flags issues, never auto-fixes.
"${CLAUDE_PLUGIN_ROOT}/bin/strata" review
# Tune the staleness thresholds
"${CLAUDE_PLUGIN_ROOT}/bin/strata" review \
--stale-days 7 --pr-stale-days 14
| Signal | What to do |
|---|---|
| Stale-proposed ADRs | Either accept, reject, or /strata:decide --supersedes |
| Orphan domain notes | Add wikilinks, or merge into a neighbour |
| Missing frontmatter | Add status: (decisions/lessons) so the index can find them |
| Unresolved wikilinks | Typo — fix the target or create the missing note |
| Stale PR-context dirs | Run /strata:archive if the branch is merged |
review.py reads these signals from internal db helpers — stale_decisions
and orphan_notes. They aren't callable MCP tools; /strata:review is how you
surface them. For ad-hoc triage outside the full report, use the recall MCP
tool.
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.