claude-ctrl
Deterministic policy enforcement and workflow control for coding sessions
All Skills in This Repository (4)
Pure Emerald Level Indicatorsreckoning
Analyze MASTER_PLAN.md to assess project coherence, trajectory, and intent alignment.
observatory
Analyze agent execution traces to identify failure patterns and inefficiencies.
rewind
Restore the Git working directory to a previous checkpoint without altering HEAD.
diagnose
Validates hook integrity, state files, and Git health for Claude Code configuration.
Frequently Asked Questions
FAQPage SchemaHow to install claude-ctrl?โผ
Run `npx skills add juanandresgs/claude-ctrl --all -g -y` in your terminal to install all skills globally. Note that this repository is deprecated and unmaintained, so it should be used only as a historical reference.
What problem does claude-ctrl solve?โผ
It turns prompt-level coding rules into mechanically enforced policies, so constraints like 'never commit on main' hold even when the model forgets them under context pressure.
How does claude-ctrl enforce coding rules?โผ
Hooks capture events before commands run and pass them to a typed Python policy runtime backed by SQLite, which returns allow, deny, or warn decisions deterministically.
What skills are included in claude-ctrl?โผ
It ships skills for interactive decision configurators, multi-model deep research, PRD writing, system health observability, root-cause signal tracing, and project trajectory audits.
Is claude-ctrl still maintained?โผ
No. The repository is officially deprecated, receives no updates or support, and should not be installed for active workflows.
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