Skill Claude CodeCodex
Reference for accessing session ID via ${CLAUDESESSIONID} automatic substitution.
Skill Claude CodeCodex
Reference for accessing session ID via ${CLAUDESESSIONID} automatic substitution.
Skill Claude CodeCodex
MANDATORY: Use instead of git commit --amend - verifies HEAD and push status first.
Skill Claude CodeCodex
Guide for writing clear, descriptive commit messages.
Skill Claude CodeCodex
Merge task branch to base branch with linear history (works from task worktree).
Skill Claude CodeCodex
MANDATORY: Use instead of git rebase - provides automatic backup and conflict recovery.
Skill Claude CodeCodex
MANDATORY: Use instead of git filter-branch - safer git-filter-repo with recovery.
Skill Claude CodeCodex
MANDATORY: Use instead of git rebase -i for squashing - unified commit messages.
Skill Claude CodeCodex
Find and read multiple files in one operation (50-70% faster for exploration).
Skill Claude CodeCodex
Analyze mistakes with conversation length as potential cause (CAT-specific).
Skill Claude CodeCodex
Merge subagent branch into task branch with conflict resolution and cleanup.
Skill Claude CodeCodex
Check status of running subagents including token usage and context limits.
Skill Claude CodeCodex
Orchestrate multiple independent subagents concurrently with coordinated collection.
Skill Claude CodeCodex
Create and register hook scripts with proper error handling and settings.
Skill Claude CodeCodex
Purpose: Release a new version of a Claude Code plugin by merging to main, tagging, and preparing the next version branch.
Skill Claude CodeCodex
MANDATORY: Use BEFORE showing ANY diff to user - transforms git diff into 4-column table with box characters (╭╮╰╯│). Required for approval gates, code reviews, change summaries.
Skill Claude CodeCodex
Run scheduled retrospective analysis, derive action items, and track effectiveness.
Skill Claude CodeCodex
Safely remove code patterns from multiple files with validation and rollback (project).
Skill Claude CodeCodex
MANDATORY: Use instead of rm -rf or rm -r to prevent shell session breakage.
Skill Claude CodeCodex
Compress documentation while preserving execution equivalence (validation-driven approach).
Skill Claude CodeCodex
Use BEFORE creating or updating any skill OR command - decomposes goal into forward steps via backward reasoning.
Skill Claude CodeCodex
Launch subagent with task context in isolated worktree with token tracking.
Skill Claude CodeCodex
Multi-perspective quality review gate with architect, security, quality, tester, and performance stakeholders.
Skill Claude CodeCodex
Use Test-Driven Development for features that benefit from upfront behavior specification.
Skill Claude CodeCodex
Generate detailed token usage report with threshold analysis and recommendations.