Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
NASA's Power of 10 rules for developing safety-critical code as agentic skills for Claude Code, Cursor, and Codex.
One source of truth — rendered to three platforms. Zero runtime dependencies beyond Python 3.9 stdlib.
v0.0.1 — scaffolding (M0 Bootstrap). Rules logic lands in M1+.
/plugin marketplace add TrevorEdris/power-of-10-rules
/plugin install pow10@pow10
/pow10:onboard
git clone https://github.com/TrevorEdris/power-of-10-rules /tmp/pow10
cp -r /tmp/pow10/cursor/.cursor/rules/* .cursor/rules/
cp /tmp/pow10/codex/AGENTS.pow10.md ./
bash /tmp/pow10/codex/install.sh
PATH (ships with macOS Command Line Tools)PATH (clang-tidy, staticcheck, ruff, detekt, spotbugs) — pow10:onboard verifies presence and reports install commandscore/*.json. A Python generator emits Claude Code plugin, Cursor rules, and Codex prompts from the same source. CI enforces no drift.pip install, no uv, no PyPI.git clone [email protected]:TrevorEdris/power-of-10-rules.git
cd power-of-10-rules
python3 -m unittest discover tests # run tests
python3 tools/validate.py # validate core/*.json
python3 tools/generate.py # regenerate plugin/, cursor/, codex/
python3 tools/verify_no_drift.py # fails if generated outputs drift from core/
No pip install step. python3 on PATH is the only prerequisite.
MIT. See LICENSE.
Rule text cites Holzmann (2006) and the JPL Institutional Coding Standard; paraphrases used throughout.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimDeterministic Pokemon companion — roll a Pokemon from your user ID with ASCII sprites and shiny rendering
NASA Power of 10 rules for safety-critical code as agentic skills for Claude Code.
Spec-driven development workflow: one plugin, seven commands, carrying work from discovery through TDD to review. PRD and roadmap; spec and architecture; slice-by-slice TDD; parallel code/security/a11y review; conventional commits; PR generation.
Silent session wiki: automatically captures and persists knowledge from every Claude Code session into a local markdown wiki — zero configuration required.
Curated skills that work together for a complete dev workflow
npx claudepluginhub trevoredris/power-of-10-rules --plugin pow10Create custom behavioral rules through markdown configuration files - prevent unwanted behaviors with pattern matching
Agents specialized in security engineering and threat mitigation. Focuses on secure architecture, vulnerability assessment, and compliance.
Security code review skill based on Project CodeGuard's comprehensive security rules. Helps AI coding agents write secure code and prevent common vulnerabilities.
Deterministic linting hooks, semantic code validators, and a multi-LLM advisory council. Enforces coding rules mechanically — not by suggestion.
Clarify ambiguous requirements by asking questions before implementing. Only when invoked explicitly.