clear
01Skill Claude CodeCodex
Reset the project context back to a blank template. Always confirms with the user before proceeding. Archives the existing log as a .bak file.
Pitlane Plugins for Claude Code — persistent session memory (carry-forward), deep video understanding (video-insight), and disciplined engineering loops (deep-engineer)
Skill Claude CodeCodex
Reset the project context back to a blank template. Always confirms with the user before proceeding. Archives the existing log as a .bak file.
Skill Claude CodeCodex
Load and display saved context for the current project. Use when the user wants to review what was previously saved, catch up on saved context mid-session, or asks "what was I working on?" or "where did we leave off?" or "catch me up".
Skill Claude CodeCodex
Save the current session context to carry-forward/context.md. Run at the end of a work session to persist what was accomplished, decisions made, files touched, and next steps.
Skill Claude CodeCodex
One-time setup for carry-forward in the current project. Run this once per project before using save/load/clear.
Skill Claude CodeCodex
Search the onboarding guide for a specific pattern, topic, or keyword. Returns the relevant section(s).
Skill Claude CodeCodex
Generate or refresh the codebase onboarding guide. Scans the project for structure, frameworks, key files, and produces a comprehensive markdown guide.
Skill Claude CodeCodex
Refresh the onboarding guide by re-scanning the project. Use after significant codebase changes.
Skill Claude CodeCodex
Set or view the token spending budget.
Skill Claude CodeCodex
Show detailed cost breakdown — per session or all-time.
Skill Claude CodeCodex
The main engineering loop. Forces Claude through 5 phases: generalize → scenario-test → TDD → implement → verify. Prevents hardcoded solutions.
Skill Claude CodeCodex
Check the current engineering loop status — active phase, scenarios covered, warnings, and test runner info.
Skill Claude CodeCodex
Analyze a package for safety, license, bundle size, and vulnerabilities before installing.
Skill Claude CodeCodex
Approve a package for installation, bypassing the install hook.
Skill Claude CodeCodex
List all dependencies in the current project with versions.
Skill Claude CodeCodex
Reject a package — permanently block it from installation with a reason.
Skill Claude CodeCodex
Generate a PR-ready description from all narrated changes in the current session. Includes Summary, Changes, and Test Plan sections.
Skill Claude CodeCodex
Show a plain-English summary of recent changes narrated by diff-narrator. Useful for reviewing what was done during a session.
Skill Claude CodeCodex
Start a ping-pong pair programming session. Claude pauses after N edits for human review.
Skill Claude CodeCodex
Show pair programming stats — edits, approvals, rejections, approval rate, session duration.
Skill Claude CodeCodex
Configure test command and auto-revert settings for regression-sentinel.
Skill Claude CodeCodex
Show recent tracked actions with IDs.
Skill Claude CodeCodex
Undo the last N Claude actions.
Skill Claude CodeCodex
Start or submit an explanation of your approach before writing code.
Skill Claude CodeCodex
Lock the scope to specific file paths. Only files matching the given glob patterns will be accessible.