juanandresgsjuanandresgsCommunityยท7 Agent Skills Included

claude-system

Deterministic workflow enforcement, policy gates, and code review loops

Enforces coding workflow rules through runtime policy checks, hook-based gates, and structured dispatch between planner, implementer, reviewer, and guardian roles. Eliminates silent failures, stale plans, and unverified code by requiring test evidence, scope compliance, and read-only review before changes land. Includes skills for decision configurators, multi-model research, project trajectory audits, and system health monitoring.
npx skills add juanandresgs/claude-system --all -g -y
Available:

Gives the agent core operating principles, architecture preservation rules, and role-routing constraints so it enforces single-authority workflows instead of improvising.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claude-system?โ–ผ

Run `npx skills add juanandresgs/claude-system --all -g -y` in your terminal to install all skills globally. Note the upstream repository is marked deprecated, so use it as a reference rather than an active dependency.

What problem does claude-system solve?โ–ผ

It stops coding agents from forgetting rules mid-session by enforcing policies mechanically through hooks and a runtime, instead of relying on prompt instructions alone.

How does the planner-implementer-reviewer loop work?โ–ผ

A planner defines scope, an implementer writes code inside that scope, a read-only critic reviews it to convergence, and a guardian lands the change only after tests and scope checks pass.

Does claude-system work with Claude Code and Codex?โ–ผ

Yes. It is built as a Claude Code configuration with hooks and skills, and it integrates Codex CLI as a read-only review critic inside the workflow.

Is claude-system still maintained?โ–ผ

No. The author has marked the repository deprecated and unmaintained, so it is best used as a historical reference for deterministic agent governance patterns.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’