From Strata
Moves merged branches' PR-context directories into archive/ to keep active workspace clean. Detects merged branches via gh CLI or git fallback.
How this skill is triggered — by the user, by Claude, or both
Slash command
/strata:archiveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
PR-context notes accumulate as branches merge. This skill moves stale
PR-context notes accumulate as branches merge. This skill moves stale
Working notes out of pr-context/ and into archive/<merge-date>--<branch>/
so the search/index reflects active work.
# See what would happen, no mutation
"${CLAUDE_PLUGIN_ROOT}/bin/strata" archive --dry-run
# Apply
"${CLAUDE_PLUGIN_ROOT}/bin/strata" archive
Strategies (auto-selected, override with --strategy):
gh — queries gh pr list --state merged and matches by headRefName.
Most accurate (uses real merge dates).git — git branch --merged <main>. Works without gh; uses today's
date as the archive date.Pass --main-branch develop if your trunk isn't main.
decisions/, lessons/, or domain/ — those are durable.archive/.npx claudepluginhub gideondk/strata --plugin strataOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.