This repository contains multiple plugins. Use progressive disclosure.
- Vault plugin: see
vault/AGENTS.md - Development plugin: see
development/AGENTS.md
- Skill copies are synced via
npm run sync. - Edit plugin-local skill sources first (for example
vault/skills/*/SKILL.md). - Do not manually duplicate edits into top-level
skills/unless sync tooling is unavailable.
mise.tomlpins the tool versions. CI resolves them withjdx/mise-action.- Run
mise installbeforenpm installin a fresh checkout. - Do not pin a Node version in a workflow file. Change
mise.tomlinstead. - CI runs
npm run format:check,npm run validate, andactionlint. Run them locally before you push a change to workflows or plugin manifests.