gowtham012/Claude-plugins

Pitlane Plugins for Claude Code — persistent session memory (carry-forward), deep video understanding (video-insight), and disciplined engineering loops (deep-engineer)

5Stars on the repository
58Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

clear

01

gowtham012/Claude-plugins

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.

5 5mo ago A 30 tokens original MIT

load

02

gowtham012/Claude-plugins

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".

5 5mo ago A 55 tokens original MIT

save

03

gowtham012/Claude-plugins

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.

5 5mo ago A 37 tokens original MIT

setup

04

gowtham012/Claude-plugins

Skill Claude CodeCodex

One-time setup for carry-forward in the current project. Run this once per project before using save/load/clear.

5 5mo ago A 25 tokens original MIT

find

05

gowtham012/Claude-plugins

Skill Claude CodeCodex

Search the onboarding guide for a specific pattern, topic, or keyword. Returns the relevant section(s).

5 5mo ago A 22 tokens original MIT

onboard

06

gowtham012/Claude-plugins

Skill Claude CodeCodex

Generate or refresh the codebase onboarding guide. Scans the project for structure, frameworks, key files, and produces a comprehensive markdown guide.

5 5mo ago A 31 tokens original MIT

refresh

07

gowtham012/Claude-plugins

Skill Claude CodeCodex

Refresh the onboarding guide by re-scanning the project. Use after significant codebase changes.

5 5mo ago A 20 tokens original MIT

report

09

gowtham012/Claude-plugins

Skill Claude CodeCodex

Show detailed cost breakdown — per session or all-time.

5 5mo ago A 13 tokens original MIT

solve

10

gowtham012/Claude-plugins

Skill Claude CodeCodex

The main engineering loop. Forces Claude through 5 phases: generalize → scenario-test → TDD → implement → verify. Prevents hardcoded solutions.

5 5mo ago A 33 tokens original MIT

status

11

gowtham012/Claude-plugins

Skill Claude CodeCodex

Check the current engineering loop status — active phase, scenarios covered, warnings, and test runner info.

5 5mo ago A 22 tokens original MIT

analyze

12

gowtham012/Claude-plugins

Skill Claude CodeCodex

Analyze a package for safety, license, bundle size, and vulnerabilities before installing.

5 5mo ago A 19 tokens original MIT

approve

13

gowtham012/Claude-plugins

Skill Claude CodeCodex

Approve a package for installation, bypassing the install hook.

5 5mo ago A 14 tokens original MIT

audit

14

gowtham012/Claude-plugins

Skill Claude CodeCodex

List all dependencies in the current project with versions.

5 5mo ago A 12 tokens original MIT

reject

15

gowtham012/Claude-plugins

Skill Claude CodeCodex

Reject a package — permanently block it from installation with a reason.

5 5mo ago A 15 tokens original MIT

pr-description

16

gowtham012/Claude-plugins

Skill Claude CodeCodex

Generate a PR-ready description from all narrated changes in the current session. Includes Summary, Changes, and Test Plan sections.

5 5mo ago A 27 tokens original MIT

summary

17

gowtham012/Claude-plugins

Skill Claude CodeCodex

Show a plain-English summary of recent changes narrated by diff-narrator. Useful for reviewing what was done during a session.

5 5mo ago A 27 tokens original MIT

pair

18

gowtham012/Claude-plugins

Skill Claude CodeCodex

Start a ping-pong pair programming session. Claude pauses after N edits for human review.

5 5mo ago A 20 tokens original MIT

stats

19

gowtham012/Claude-plugins

Skill Claude CodeCodex

Show pair programming stats — edits, approvals, rejections, approval rate, session duration.

5 5mo ago A 20 tokens original MIT

configure

20

gowtham012/Claude-plugins

Skill Claude CodeCodex

Configure test command and auto-revert settings for regression-sentinel.

5 5mo ago A 15 tokens original MIT

explain

23

gowtham012/Claude-plugins

Skill Claude CodeCodex

Start or submit an explanation of your approach before writing code.

5 5mo ago A 14 tokens original MIT

lock

24

gowtham012/Claude-plugins

Skill Claude CodeCodex

Lock the scope to specific file paths. Only files matching the given glob patterns will be accessible.

5 5mo ago A 21 tokens original MIT