Power Coding — AI skill for Claude Code
Mindful-coding OS for any LLM coding agent (Claude Code, Codex, Gemini CLI) — the Five Forces: session handoff, eval loops, vibe-debugging diagrams, FMEA failure scans + a pre-commit secret gate.
How to install Power Coding
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open APareek89/power-coding and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Power Coding does
Mindful-coding OS for any LLM coding agent (Claude Code, Codex, Gemini CLI) — the Five Forces: session handoff, eval loops, vibe-debugging diagrams, FMEA failure scans + a pre-commit secret gate. Plain markdown, no daemons.
Alternatives in AI
- Architecture Diagram Generator — Generate beautiful dark-themed system architecture diagrams as standalone HTML/SVG files 7k ★
- AI Research SKILLs — Visual Skills Pack for Obsidian: generate Canvas, Excalidraw, and Mermaid diagrams from text with Claude Code 5.7k ★
- Embeddedskills — An open-source collection of embedded development and debugging skills for Claude Code, Copilot, TRAE, and oth 593 ★
README
Power Coding — The Five Forces of Mindful Coding
*A structured framework for building scalable apps with AI coding agents, by Anand Pareek.*
[](LICENSE) [](https://github.com/APareek89/power-coding/stargazers)  
Five forces quietly kill every AI-assisted project. Each one has a proven counter-discipline — borrowed from aerospace, the Toyota Production System, and modern eval-driven ML practice, and translated for LLM agents. Power Coding installs all five as one system, in plain markdown files your agent re-reads every session. Works with any agent (Claude Code, Codex, Gemini CLI…) — no daemons, no hooks, no lock-in.
Proof — measured, not claimed
Two independent audits of **real production builds** — one over Claude Code sessions, one over Codex sessions — [are written up here](docs/benefit-audit.md). Honest summary:
- On a large, failure-prone build, ~4–8 saved agent-hours and ~3–6M non-cached tokens per build.
- The FMEA / Sentinel gates caught ≥32 real defects before they shipped — including a cross-tenant IDOR, SSRF / DNS-rebinding exposure, duplicate-queue & approval races, and non-fail-closed auth middleware.
- It's an honest counterfactual estimate, not an A/B test — and on tiny, low-risk changes it's not worth the overhead. The audit keeps every limitation in.
The Five Forces
| # | Force (what kills projects) | Counter-force | What gets installed |
|---|---|---|---|
| 1 | Ambiguity — the agent confidently builds the wrong thing | Alignment | A one-page brief (`PRD.md |
Related Skills
Claude Code Secret Gate
The pre-commit secret gate for AI coding agents — content-scans staged changes and blocks any commit containin
Design AI Feature
Design an AI-powered feature end-to-end — model selection, prompt architecture, eval framework, failure modes,
Agentic Job Search
Agentic job-application system built AI-first with Claude Code: hourly watcher over 46 job boards with qualifi
Debug Log Skill
A debugging discipline + pre-mortem error catalogs for LLM-assisted coding across web, iOS, Android, macOS, Ko
Axme Code
Persistent memory, architectural decision enforcement, pre-execution safety hooks, and session handoff for Cla
Likely
A Claude Code hook that catches AI hedging and forces verification.
Related Agents
Agent Of Empires
Claude Code, OpenCode, Mistral Vibe, Codex CLI, Gemini CLI Coding Agent Terminal Session manager via tmux and
Security Privacy Guardian
Use when validating PII handling (LGPD/GDPR), secret leakage in code/prompts/traces, eval-case sanitization, o
Redaction Auditor
Expert auditor for secret-redaction code in the claude-handoff project. Use PROACTIVELY whenever src/core/reda