From Strata
Promotes a vault file (typically an ADR) into the host repo with a --strict lint pass for git-blameable audit history, leaving git operations to the user.
How this skill is triggered — by the user, by Claude, or both
Slash command
/strata:export-to-repoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The vault is the working store. The repo is the audit anchor. Most decisions
The vault is the working store. The repo is the audit anchor. Most decisions Live happily in the vault, fast capture, no PR overhead. But some need to Become part of the codebase's permanent record: regulatory ADRs, decisions Referenced by code, anything that should ship with the repo.
This skill copies one file from the vault into the repo, with a --strict
Lint pass first, so PHI/secrets can't slip across the boundary unnoticed.
User runs /strata:export-to-repo decisions/<slug>.md. You:
recall or /strata:find if unsure).--dry-run first so the user sees the destination + lint:"${CLAUDE_PLUGIN_ROOT}/bin/strata" export \
--source decisions/2026-05-20-use-postgres.md \
--preset secrets,pii \
--dry-run
--dry-run.git add/git commit commands. You suggest them
to the user; they confirm and run them.--source — required, vault-relative path--dest — repo-relative directory (default docs/adr/)--preset — lint presets (default secrets,pii; add phi-uk/phi-us
for regulated content)--dry-run — show what would happen, don't copygit add / commit / push — those are user decisions.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.