SessionStart
25Hook
Runs when a session starts, executing setup-cc-meta.sh via bash. From qte77/claude-code-plugins.
Hook
Runs when a session starts, executing setup-cc-meta.sh via bash. From qte77/claude-code-plugins.
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.
Plugin Claude Code
Isolated codebase research, quality hardening, and build error resolution via skills and agents.
Agent
Build and TypeScript error resolution specialist. Use PROACTIVELY when build fails or type errors occur. Fixes build/type errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
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.
Plugin Claude Code
Generate conventional commit messages and pull requests with approval workflow.
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.
Plugin Claude Code
C++ desktop application development with wxWidgets, GTK, and Qt frameworks.
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.
Plugin Claude Code
Document generation for writeups, tech specs (ADR/RFC/design docs), and reports with optional pandoc PDF export.
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.
Plugin Claude Code
Audit and maintain documentation hierarchy and agent governance files.
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.