photostructure

Coding Skills — Productivity skill for Claude Code

Productivity community

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

How to install Coding Skills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open photostructure/coding-skills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Coding Skills does

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

Alternatives in Productivity

  • Swarm Worker — You are a swarm worker agent for the {{tentacleName}} tentacle 1.4k ★
  • Agentacct — See what your coding agents did and what it cost 665 ★
  • Chief — CLI that wraps Claude Code in a loop 396 ★

README

PhotoStructure coding skills

A dual [Codex](https://learn.chatgpt.com/docs/plugins) and [Claude Code](https://code.claude.com) plugin marketplace for disciplined planning, proof-based review, focused Git history, web and Electron security, modern C++ native development, and maintainable Rust projects. Every skill is packaged natively for both products.

The `coding` plugin contains general engineering workflows, including a plain-language editing pass for technical prose. The `security` plugin pairs proof-gated JavaScript/TypeScript web and Electron vulnerability review with applicability-aware OWASP ASVS and Electron Security Checklist hardening assessments. The `cpp` plugin provides the corresponding defect-review and build-hardening pair for modern C++ and Node.js native addons. The `rust` plugin sets up or assesses idiomatic safe Rust projects, including Cargo policy, strict usable linting, testing, CI, packaging, and publishing preparation.

Skills

Plugin Skill Purpose
coding write-clearly Clarify prose and make agent instructions unambiguous without changing meaning or voice.
coding replan Iteratively critique alternatives before settling a complex design.
coding review Review code and report only issues proven through the full code path.
coding review-staged Apply the same proof gate to the staged diff before proposing a commit.
coding second-opinion Get a cross-model review, adjudicate each finding with evidence, then re-review.
coding gitplan Untangle a mixed working tree into coherent Conventional Commits.
coding stage Stage only the hunks attributable to the current body of work.
coding tpp Continue the current phase of a living Technical Project Plan (TPP).
coding handoff Update the active TPP so a later session can continue without rediscovery.
coding tpp-orchestrate Drive a queue of TPPs through TDD, independent review ga