Skill Claude CodeCodex
Generate commit message for staged changes, pause for approval, then commit. Stage files first with git add, then run this skill.
A Claude Code plugin marketplace providing skills, rules, and scripts extracted from a production development workflow.
Skill Claude CodeCodex
Generate commit message for staged changes, pause for approval, then commit. Stage files first with git add, then run this skill.
Skill Claude CodeCodex
Designs concise, streamlined backend systems matching exact task requirements. Use when planning APIs, data models, system architecture, or when the user requests backend design work.
Skill Claude CodeCodex
Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.
Skill Claude CodeCodex
Extracts decisions, rejected alternatives, and patterns from recent plans into a persistent learnings document. Use after completing a plan or sprint.
Skill Claude CodeCodex
Generate structured session handoff notes for cross-session continuity. Use at end of session or when switching context.
Skill Claude CodeCodex
Extract actionable patterns from Claude Code session JSONL files. Surfaces error→fix sequences, tool failure rates, and cost-per-story signals for compound learning.
Skill Claude CodeCodex
Fan out tasks to parallel background agents with independent context windows. Use when work can be split into independent units that benefit from isolated execution.
Skill Claude CodeCodex
Auto-generates a session summary on SessionEnd. Writes structured notes to /.claude/session-summaries/ for use by bigpicture synthesis.
Skill Claude CodeCodex
Synthesizes a living big-picture meta-plan from Claude Code sessions, plans, tasks, and team communications. Use when orienting across projects, assessing reasoning modes, or creating a plan-to-plan overview.
Skill Claude CodeCodex
Audit and tighten codebase quality gates — architecture, lint, types, tests, docs, code review. Use when onboarding a project, before a release, or when validation is too permissive.
Skill Claude CodeCodex
Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.
Skill Claude CodeCodex
Create a pull request from the current branch. Analyzes commits, generates title+body from PR template, pauses for approval, then pushes and creates PR. Use after committing changes.
Skill Claude CodeCodex
Analyzes C++ desktop codebase architecture, dependency graphs, framework detection, and migration assessment. Use when exploring an unfamiliar C++ project or assessing upgrade paths.
Skill Claude CodeCodex
Implements C++17 desktop GUI code with wxWidgets, GTK3, or Qt framework patterns and CMake build system. Use when writing C++ desktop application code, creating GUI components, or implementing framework-specific features.
Skill Claude CodeCodex
Reviews C++ desktop code for memory safety, framework anti-patterns, build system issues, and thread safety. Use when reviewing C++ GUI code quality or when the user asks for code review.
Skill Claude CodeCodex
Generates structured reports including status updates, assessments, post-mortems, and executive summaries. Use when writing a report, creating a project status update, or documenting an incident post-mortem.
Skill Claude CodeCodex
Generates structured technical specifications including ADR (MADR), RFC, design documents, and proposals. Use when writing a spec, creating an ADR, drafting an RFC, or creating a design document.
Skill Claude CodeCodex
Generates academic/technical writeups with IEEE citations and pandoc PDF output. Use when creating research papers, technical reports, or documentation with references.
Skill Claude CodeCodex
Audit documentation against its declared hierarchy — broken links, duplicates, misplaced content, stale references, single-source-of-truth enforcement. Use for doc health reviews.
Skill Claude CodeCodex
Maintains AGENTS.md, AGENTLEARNINGS.md, AGENTREQUESTS.md, and CONTRIBUTING.md governance files in sync with codebase changes. Use when updating governance files, during sprint reviews, or after structural changes.
Skill Claude CodeCodex
Runs KiCad DRC/ERC checks, exports gerbers and BOM, and generates a structured findings report. Use when reviewing PCB designs, running design rule checks, or preparing manufacturing outputs.
Skill Claude CodeCodex
Generates compliance requirements from CE/FCC/UL standards for a device description. Use when starting a new embedded product, checking regulatory compliance, or generating initial SYS-REQ entries from applicable directives.
Skill Claude CodeCodex
Implements ESP-IDF or PlatformIO firmware with mandatory requirement docstring tags and MISRA-C linting. Use when writing embedded C code, implementing firmware features, or adding requirement-traced functions.
Skill Claude CodeCodex
Validates the SYS→PRD→SW requirement traceability chain by reconciling database entries with code docstring tags. Use when checking requirement coverage, finding orphaned code, or generating a coverage matrix.