juanandresgsjuanandresgsCommunityยท4 Agent Skills Included

claude-ctrl

Deterministic policy enforcement and workflow control for coding sessions

Enforces coding workflow rules through runtime hooks, policy checks, and staged dispatch instead of relying on prompt instructions alone. Blocks unsafe git operations, scope violations, and unreviewed changes before they execute, eliminating silent failures and forgotten constraints. Includes skills for structured decisions, multi-model research, PRD writing, system health analysis, and project trajectory audits. Note: this project is deprecated and retained only as a historical reference.
npx skills add juanandresgs/claude-ctrl --all -g -y
Available:

Gives the agent its core operating principles, architecture-preservation rules, and single-authority enforcement model so it executes governed workflows consistently across sessions.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’