Sagargupta16/claude-cost-optimizer
Plugin Claude Code
Plugin marketplace listing 1 plugin: cost-mode.
Sagargupta16/claude-cost-optimizer
Plugin Claude Code
Plugin marketplace listing 1 plugin: cost-mode.
Sagargupta16/claude-cost-optimizer
Plugin Claude Code
Cost-conscious mode for Claude Code. Saves 30-60% on costs through concise responses, model routing, and efficient workflow patterns.
Sagargupta16/claude-cost-optimizer
Instructions file
Instructions for Sagargupta16/claude-cost-optimizer, covering claude.md - claude-cost-optimizer, purpose, file structure, writing conventions and python tools.
Sagargupta16/claude-cost-optimizer
Skill Claude CodeCodex
Cost-conscious Claude Code mode. Reduces output tokens 40-70% and overall costs 30-60% by enforcing concise responses, smart model routing, and efficient workflow patterns. Keeps full technical accuracy. Activate with /cost-mode or "enable cost mode". Auto-triggers on mentions of budget, cost, tokens, or spending.
Sagargupta16/claude-cost-optimizer
Command
Activate cost-conscious behavior for the rest of this session.
Sagargupta16/claude-cost-optimizer
Command
Check and report current session cost and usage patterns.
Sagargupta16/claude-cost-optimizer
Command
Minimal-token bug fix — direct fix with no exploration.
Instructions file
Instructions for Sagargupta16/tour-vibes, covering claude.md, rules, development commands, both servers together (from root) and individual.
Instructions file
Instructions for Sagargupta16/itr-agent, covering claude.md, project, stack, run and test.
MCP server Claude CodeCodexCursor +2
Local-first MCP server for Indian income tax: compute tax, compare regimes, plan advance tax, and parse tax documents -- entirely on your machine. Runs locally from the itr-agent npm package.
Instructions file
Instructions for Sagargupta16/skillcheck, covering claude.md, project, stack, run and test.
Skill Claude CodeCodex
Conformance suite for Agent Skills: lint SKILL.md against the spec, run against real agent runtimes, publish a compatibility matrix.
Skill Claude CodeCodex
A minimal spec-conformant skill used as a lint fixture. Use when testing skillcheck itself.
Plugin Claude Code
Plugin marketplace listing 16 plugins: dev-workflow, dev-rules, farm-stack, docker-deploy, deps-audit.
Instructions file
Instructions for Sagargupta16/claude-skills, covering claude.md, what this is, architecture, component types and key format details.
Plugin Claude Code
Boy Scout Rule plus Robert Martin's complete Clean Code catalog for Python -- naming, comments, functions, DRY, boundaries, and tests. Rule chapters load on demand.
Skill Claude CodeCodex
Use when the user writes new Python, or asks for review, refactor, or cleanup of Python code, names, comments/docstrings, functions, or tests. Applies Robert Martin's complete Clean Code catalog -- naming, functions, comments, DRY, boundary conditions, and tests -- to the code being changed.
Plugin Claude Code
Context window management -- compaction timing, context rot prevention, branching strategies, and sub-agent isolation patterns.
Agent
Use this agent to assess context window health and recommend compaction or session management strategies. Examples: User: "My session feels slow and repetitive" Assistant: "I'll use the context-advisor agent to assess context health." User: "Should I compact or start fresh?" Assistant: "Let me launch the…
Command
Assess current context health and recommend compaction, clearing, or sub-agent strategy.
Skill Claude CodeCodex
Use when managing Claude Code context window during long sessions, when context feels degraded, or when deciding between /compact, /clear, /rewind, and sub-agents. Covers context rot detection, compaction timing, branching strategy, and sub-agent isolation patterns.
Plugin Claude Code
Tight cause-fix-test triage from a pasted error or stack trace. No lectures, no bullet-point philosophy -- just cause, fix, regression test, sibling files to update.
Skill Claude CodeCodex
Use when triaging a pasted error, stack trace, or terminal transcript. Activates on "debug this", "fix this", "why is this broken", or when a user pastes red terminal output. Produces a tight cause-fix-test report, not a lecture.
Plugin Claude Code
Dependency auditing -- vulnerability scanning, outdated package detection, unused dependency identification, and safe update strategies.