skeeper
Sync spec docs to a sidecar Git repo with lockfile-pinned commits
All Skills in This Repository (5)
Pure Emerald Level Indicatorsalex-hormozi-pitch
Guide users through Hormozi's frameworks to create compelling offers.
code-review
Identify and report code quality risks, bugs, and security issues in changed code.
grill-with-docs
Challenge project plans against domain models and update CONTEXT.md and ADRs.
verification-before-completion
Verify work claims with fresh evidence before declaring completion.
deadlock-finder-and-fixer
Diagnose concurrency deadlocks and apply canonical fixes from the Fix Catalog.
Frequently Asked Questions
FAQPage SchemaHow to install skeeper?โผ
Run `npx skills add compozy/skeeper --all -g -y` in your terminal to install all skills in this suite globally.
What problem does skeeper solve?โผ
It keeps spec documents like SPEC.md, ADRs, and plan files out of your main repo's PR diffs by mirroring them into a sidecar Git repository, while a committed skeeper.lock file proves which spec state shipped with each commit.
How do I set up skeeper in my repository?โผ
Run `skeeper init` inside any Git repository to interactively create the sidecar repo, write .skeeper.yml, and install the managed Git hooks. Then edit specs and commit normally; the hooks sync automatically.
What happens if a spec sync fails during commit?โผ
The commit fails closed by design so code and specs never silently drift. You can run `skeeper status` to diagnose, `skeeper repair` to fix local state, or use the audited `SKEEPER_SKIP=1` bypass which stays visible until you run `skeeper sync`.
Can multiple projects share one sidecar repository?โผ
Yes. Each project uses a unique namespace, and skeeper stores files under namespace prefixes with branch-aware refs, so shared sidecars never collide.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core