KbWenKbWenCommunity·10 Agent Skills Included

agentic-os

Enforced coding guardrails, gated workflows, and evidence checks

Enforces disciplined coding workflows with gated phases for planning, review, testing, and shipping. Blocks leaked secrets, missing tests, and skipped reviews through git hooks and CI instead of trusting self-reported completion. Auto-attaches checklists for TDD, debugging, API design, auth security, and database migrations based on task type. Keeps decisions and evidence in one state file so work survives across sessions.
npx skills add KbWen/agentic-os --all -g -y
Available:

Gives your AI agent global operating rules: how to classify tasks, follow gated phases, respect safety floors like secret and destructive-command bans, and record verifiable evidence before claiming work is done.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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