agentic-os
Enforced coding guardrails, gated workflows, and evidence checks
All Skills in This Repository (10)
Pure Emerald Level Indicatorsusing-git-worktrees
Create, validate, and safely remove isolated Git worktrees for parallel development.
test-driven-development
Enforce a Red→Green→Refactor cycle for test-driven development.
Database Design
Codify database schema conventions, migration rules, and data integrity checks.
systematic-debugging
Guide engineers through Observe, Hypothesize, Verify, and Fix root cause analysis.
dispatching-parallel-agents
Plan parallel agent dispatches with subtask inputs, outputs, constraints, and deadlines.
karpathy-principles
Enforce Karpathy-inspired coding guidelines for planning, implementing, and reviewing tasks.
production-readiness
Automate pre-ship observability checks for error logging, sinks, health checks, and rollback telemetry.
verification-before-completion
Enforce pre-completion verification gates requiring reproducible evidence before PRs or deployments.
subagent-driven-development
Decompose complex tasks across subagents with input/output contracts and synchronization checkpoints.
red-team-adversarial
Analyze code changes for exploitable weaknesses and generate attack surface assessments.
Frequently Asked Questions
FAQPage SchemaHow to install Agentic OS?▼
Run `npx skills add KbWen/agentic-os --all -g -y` in your terminal to install all skills in this suite globally.
How to stop AI coding agents from skipping tests?▼
Agentic OS adds git hooks and CI checks that fail commits lacking test or review evidence, so skipped steps cannot slip through regardless of what the agent reports.
Does Agentic OS work with Claude Code and Cursor?▼
Yes. One set of governance files works across Claude Code, Codex, Cursor, Copilot, and any Markdown-reading coding agent.
Can Agentic OS catch leaked secrets before commit?▼
Yes. Its credential scanner runs as a pre-commit hook and in CI, blocking commits that contain API keys or tokens and redacting the values in output.
Do small fixes need the full workflow?▼
No. Task rigor scales to risk: a tiny fix runs a short three-step path while features run the full gated pipeline, saving time and tokens.
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