photostructure

20 mods across 1 repository, 3 stars between them.

coding

02

photostructure/coding-skills

Plugin Claude Code

Opinionated Claude Code workflow skills: clear and unambiguous technical writing (write-clearly), iterative planning (replan), proof-based code review (review, review-staged, second-opinion), disciplined Conventional-Commit staging (gitplan, stage), and the Technical Project Plan workflow (tpp, handoff…

3 2d ago A tokens not measured original MIT

reviewer

03

photostructure/coding-skills

Agent

Leaf worker for an active review orchestrator. Use only when a parent explicitly assigns role leaf-reviewer and delegation-budget 0; never use for a direct user request.

3 2d ago A 37 tokens original MIT

gitplan

04

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

05

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

06

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

07

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

08

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

09

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

10

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

11

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

12

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

13

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

cpp

14

photostructure/coding-skills

Plugin Claude Code

Two complementary modern-C++ (C++17) native-addon skills for Claude Code. resource-review traces object and resource lifetimes and reports only proven memory/resource defects (use-after-free, double-free, leaks, out-of-bounds, integer overflow, data races, Node-API handle/reference/threadsafe-function misuse), using a.

3 2d ago A tokens not measured original MIT

project-setup

15

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

16

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

rust

17

photostructure/coding-skills

Plugin Claude Code

A practical Rust project-setup skill for Claude Code. It creates, assesses, or improves stable Rust projects using profile-aware Cargo workspace and feature design, explicit edition/MSRV/toolchain policy, strict but usable rustc/Clippy/rustfmt configuration, layered testing and CI, idiomatic ownership and API design…

3 2d ago A tokens not measured original MIT

security

18

photostructure/coding-skills

Plugin Claude Code

Complementary JavaScript/TypeScript web and Electron security skills for Claude Code. web-security-review traces data flow and reports only proven vulnerabilities. web-security-hardening assesses applicable OWASP ASVS 5.0.0 and Electron Security Checklist controls using evidence-backed Met/Gap/Not applicable/Needs…

3 2d ago A tokens not measured 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

20

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