gowtham012

58 mods across 1 repository, 5 stars between them.

pitlane-plugins

01

gowtham012/Claude-plugins

Plugin Claude Code

Plugin marketplace listing 3 plugins: carry-forward, video-insight, deep-engineer.

5 5mo ago A tokens not measured original MIT

carry-forward

02

gowtham012/Claude-plugins

Plugin Claude Code

Persists Claude Code session context across sessions. Auto-saves after every response. Auto-loads at session start via CLAUDE.md import.

5 5mo ago A tokens not measured original MIT

Stop

03

gowtham012/Claude-plugins

Hook

Runs when the agent finishes a response, executing stop_hook.py via python3. From gowtham012/Claude-plugins.

5 5mo ago A tokens not measured original MIT

clear

04

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

05

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

06

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

07

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

codebase-onboard

08

gowtham012/Claude-plugins

Plugin Claude Code

Analyzes your codebase and generates an onboarding guide: architecture diagrams, key patterns, data flow, where-to-find-X index, and gotchas.

5 5mo ago A tokens not measured original MIT

find

09

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

10

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

11

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

cost-guard

12

gowtham012/Claude-plugins

Plugin Claude Code

Tracks token usage and API costs per session and task. Sets spending limits, warns when approaching budget, shows cost breakdown. Stop flying blind on costs.

5 5mo ago A tokens not measured original MIT

report

14

gowtham012/Claude-plugins

Skill Claude CodeCodex

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

5 5mo ago A 13 tokens original MIT

deep-engineer

15

gowtham012/Claude-plugins

Plugin Claude Code

Forces Claude through a disciplined engineering loop: generalize the problem, think through scenarios, TDD, implement, verify. Prevents hardcoded solutions and skipped edge cases.

5 5mo ago A tokens not measured original MIT

solve

16

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

17

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

dependency-doctor

18

gowtham012/Claude-plugins

Plugin Claude Code

Analyzes dependencies before installation: bundle size, vulnerabilities, license compatibility, breaking changes, and alternatives.

5 5mo ago A tokens not measured original MIT

analyze

19

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

20

gowtham012/Claude-plugins

Skill Claude CodeCodex

Approve a package for installation, bypassing the install hook.

5 5mo ago A 14 tokens original MIT

audit

21

gowtham012/Claude-plugins

Skill Claude CodeCodex

List all dependencies in the current project with versions.

5 5mo ago A 12 tokens original MIT

reject

22

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

diff-narrator

23

gowtham012/Claude-plugins

Plugin Claude Code

After every edit, generates a plain-English summary of what changed and why. Maintains a running changelog and produces PR-ready descriptions.

5 5mo ago A tokens not measured original MIT

pr-description

24

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