Plugin Claude Code
Plugin marketplace listing 3 plugins: carry-forward, video-insight, deep-engineer.
Plugin Claude Code
Plugin marketplace listing 3 plugins: carry-forward, video-insight, deep-engineer.
Plugin Claude Code
Persists Claude Code session context across sessions. Auto-saves after every response. Auto-loads at session start via CLAUDE.md import.
Hook
Runs when the agent finishes a response, executing stop_hook.py via python3. From 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.
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.
Plugin Claude Code
Analyzes your codebase and generates an onboarding guide: architecture diagrams, key patterns, data flow, where-to-find-X index, and gotchas.
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.
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.
Skill Claude CodeCodex
Set or view the token spending budget.
Skill Claude CodeCodex
Show detailed cost breakdown — per session or all-time.
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.
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.
Plugin Claude Code
Analyzes dependencies before installation: bundle size, vulnerabilities, license compatibility, breaking changes, and alternatives.
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.
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.
Skill Claude CodeCodex
Generate a PR-ready description from all narrated changes in the current session. Includes Summary, Changes, and Test Plan sections.