batch-read
01Skill Claude CodeCodex
Find and read multiple files in one operation (50-70% faster for exploration).
Skill Claude CodeCodex
Find and read multiple files in one operation (50-70% faster for exploration).
Skill Claude CodeCodex
Gather results from completed subagent including commits, metrics, and state updates.
Skill Claude CodeCodex
Compare two documents semantically with relationship preservation to identify content and structural differences.
Skill Claude CodeCodex
Split oversized task into smaller tasks with proper dependency management.
Skill Claude CodeCodex
Guide for formatting Claude-facing documentation with proper line wrapping and YAML multi-line syntax.
Skill Claude CodeCodex
Access raw conversation history from Claude Code session storage for analysis.
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.