From Strata
Re-prints the Strata primer for the current branch (recent decisions, domain notes, PR context, code-graph status). Useful after session start or context compaction.
How this skill is triggered — by the user, by Claude, or both
Slash command
/strata:resumeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A manual re-prime. The SessionStart hook already prints a primer at session
A manual re-prime. The SessionStart hook already prints a primer at session
Launch and on every git checkout/switch, but if it has scrolled off or
Context was compacted, call this.
"${CLAUDE_PLUGIN_ROOT}/bin/strata" prime </dev/null
(The trailing </dev/null substitutes for the JSON-RPC payload that the hook
Runner would normally send on stdin, the script tolerates an empty stdin.)
For targeted lookups, prefer the recall MCP tool:
recall(query="...", layer=1) for ranked + semantic recallscope="decisions|domain|lessons|procedural|propositions|pr-context|all"
to narrow the search/strata:resume is a wide net; recall is the tweezers.
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.