keystone
Repository-level rules and workflows that govern coding agents
All Skills in This Repository (22)
Pure Emerald Level Indicatorskeystone:new-sensor
Create computational or inferential sensors for automated checks in a charter system.
keystone:bootstrap
Create a tailored Keystone project charter from the detected stack.
keystone:orient
Load codebase state and idioms to generate a written implementation plan.
keystone:verify
Detect policy drift and strict violations in vendored policy files.
keystone:new-command
Generate lifecycle action files and documentation in the Keystone framework.
keystone:new-policy
Generate a new policy repository skeleton with manifest, charter, and README.
keystone:learn
Log learning candidates to `.charter/learning/inbox/` for future synthesis.
keystone:new-playbook
Generate a structured playbook template for Keystone framework workflows.
keystone:spec
Document task intent and acceptance criteria before work begins.
keystone:new-guide
Generate a Keystone rule guide and paired corpus stub as markdown files.
keystone:synthesize
Promote accepted learning candidates to corpus or guide layers and refresh Globs index.
keystone:index
Regenerate the .charter/INDEX.json file with current primitive data.
Frequently Asked Questions
FAQPage SchemaHow to install Keystone?โผ
Run `npx skills add tacoda/keystone --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Keystone solve?โผ
It keeps coding agents aligned with your project's standards by storing rules, checks, and workflows as plain files in the repo. Agents read the charter index and follow your conventions instead of improvising.
Which coding agents work with Keystone?โผ
Keystone ships adapters for Claude Code, Cursor, Codex, Aider, Cline, Continue, Goose, GitHub Copilot, and opencode. It projects the same charter into each host's native format.
How do I add a new rule or check?โผ
Use the scaffold skills like keystone:new-guide or keystone:new-sensor to generate the file at the right path, fill in the body, then run keystone index to refresh the descriptor index.
Can Keystone run code reviews automatically?โผ
Yes. The keystone:review skill runs functional, security, risk, and deployment review sensors against your current diff before you open a pull request.
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