elb-prelb-prCommunityยท4 Agent Skills Included

claudikins-kernel

Gated planning, execution, verification, and shipping workflow

Enforces a strict four-stage pipeline for coding work: outline, execute, verify, and ship, with hard gates between each step. Stops common failures like skipped tests, unreviewed code, scope creep, and shipping unverified changes. Uses specialized reviewer roles, human checkpoints, and file-hash integrity checks so only verified code reaches your main branch.
npx skills add elb-pr/claudikins-kernel --all -g -y

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install claudikins-kernel?โ–ผ

Run `npx skills add elb-pr/claudikins-kernel --all -g -y` in your terminal to install all skills globally. You also need the jq JSON processor installed on your system.

What does claudikins-kernel actually do?โ–ผ

It forces coding work through four gated stages: outline, execute, verify, and ship. You cannot skip verification or merge code that changed after it was approved.

How does it stop bad code from shipping?โ–ผ

Every task gets two independent reviews, and verification requires real evidence like screenshots and API responses, not just passing tests. A hash check blocks shipping if code changed after approval.

Does claudikins-kernel work with Claude Code?โ–ผ

Yes. It is built as a Claude Code plugin with slash commands like /outline, /execute, /verify, and /ship, plus hooks that enforce the gates automatically.

Do I still control the final decisions?โ–ผ

Yes. Nothing merges or ships automatically. You approve every batch, verification report, commit message, and pull request before it proceeds.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’