photostructure/coding-skills

Opinionated Claude Code and Codex workflow skills: iterative planning, proof-based review, and clean Conventional Commits.

3Stars on the repository
20Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

gitplan

01

photostructure/coding-skills

Skill Claude CodeCodex

Plan and execute coherent Conventional Commit groupings for tangled working tree changes — multiple intertwined logical edits that need to be split into separate, reviewable commits.

3 2d ago A 33 tokens original MIT

handoff

02

photostructure/coding-skills

Skill Claude CodeCodex

Update the active Technical Project Plan for handoff when context is running low or the session is ending, so the next session continues instead of restarting.

3 2d ago A 32 tokens original MIT

replan

03

photostructure/coding-skills

Skill Claude CodeCodex

Iterative deep planning with critiques and alternatives. Use when facing complex design decisions requiring thorough analysis.

3 2d ago A 22 tokens original MIT

review-staged

04

photostructure/coding-skills

Skill Claude CodeCodex

Top-level, user-facing workflow to review the staged Git diff for verified bugs and then prepare a clean Conventional Commit. Use when the user directly asks to review staged changes or prepare their commit. Do not use for a delegated leaf review or finding-validation task.

3 2d ago A 55 tokens original MIT

review

05

photostructure/coding-skills

Skill Claude CodeCodex

Top-level, user-facing code-review workflow for verified issues in specific files, functions, diffs, or code sections. Use when the user directly requests a review and may need to adjudicate its findings. Do not use as an orchestrator for a delegated leaf review or finding-validation task.

3 2d ago A 60 tokens original MIT

second-opinion

06

photostructure/coding-skills

Skill Claude CodeCodex

Get a second opinion on freshly written code from the other coding agent — Claude asks Codex, Codex asks Claude — then empirically vet every finding against ground truth before accepting or vetoing it. Use once the code is written and the tests pass, before you commit. Do not use for a delegated review or…

3 2d ago A 73 tokens original MIT

stage

07

photostructure/coding-skills

Skill Claude CodeCodex

Use when committing work from the current session to stage ONLY hunks the session touched, not the entire file. Prevents accidentally staging unrelated uncommitted changes from other work.

3 2d ago A 37 tokens original MIT

tpp-orchestrate

08

photostructure/coding-skills

Skill Claude CodeCodex

Work through a queue of Technical Project Plans serially — delegate each to a TDD subagent, get a cross-model second opinion, empirically vet every finding, and make one coherent commit per plan. Use when executing a documented plan queue such as todo/ or feat-name/ for a port, migration, or multi-stage feature.

3 2d ago A 75 tokens original MIT

tpp

09

photostructure/coding-skills

Skill Claude CodeCodex

Work on a Technical Project Plan — read the plan, identify the current phase, do that phase's work, and update the plan with discoveries. Use when starting or resuming multi-session work tracked in a plan file.

3 2d ago A 47 tokens original MIT

write-clearly

10

photostructure/coding-skills

Skill Claude CodeCodex

Draft and revise prose for clarity, precision, concision, unambiguous execution, and honest emphasis using Orwell's rules, classic composition principles, modern plain-language guidance, and a specialized standard for agent instructions. Use for documentation, explanations, reports, emails, UI copy, agent…

3 2d ago A 104 tokens original MIT

project-setup

11

photostructure/coding-skills

Skill Claude CodeCodex

Setup and hardening review for cross-platform modern-C++ (C++17) native projects, especially Node.js addons built with node-gyp / node-addon-api. Use when asked to "set up a native addon", "harden a C/C++ build", "review my binding.gyp", "add compiler hardening flags", "wire up AddressSanitizer/UBSan/TSan/clang-tidy"…

3 2d ago A 170 tokens original MIT

resource-review

12

photostructure/coding-skills

Skill Claude CodeCodex

Top-level memory- and resource-safety code review for modern C/C++ (C++17), including Node.js native addons (node-addon-api / Node-API). Use when the user asks to "review C++/C for memory safety", "find a memory leak", "why does this segfault", "check for use-after-free / double-free / buffer overflow / data race"…

3 2d ago A 157 tokens original MIT

photostructure/coding-skills

Skill Claude CodeCodex

Security best-practices and hardening review for JavaScript/TypeScript web and Electron desktop applications. Use when asked to harden an app, review security posture or secure defaults, assess OWASP ASVS or Electron security-checklist alignment, improve HTTP headers or CSP, review forms/input…

3 2d ago A 128 tokens original MIT

web-security-review

14

photostructure/coding-skills

Skill Claude CodeCodex

Top-level security code review for JavaScript/TypeScript web applications and Electron desktop applications. Use when the user asks to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", "is this secure?", or to review…

3 2d ago A 172 tokens original MIT