Claude Code power-user plugin: prompt sharpener, agent-driven workflows, tuning profiles, API injection controls, and CLAUDE.md templates — based on reverse-engineered internals.
Full agent-driven build workflow — explore, plan, implement, and verify in one command.
Interactive macro wizard — chain multiple tuning profiles, modes, and flags in one shot.
Toggle full debug logging to disk (CLAUDE_DEBUG, OTEL_LOG_TOOL_DETAILS, CLAUDE_CODE_DUMP_AUTO_MODE).
Inspect, set, or reset Claude Code environment variables in settings.json.
Enable or disable internal Claude Code feature flags via CLAUDE_INTERNAL_FC_OVERRIDES.
Matches all tools
Hooks run on every tool call, not just specific ones
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A power-user Claude Code plugin: sharpen prompts, run agent workflows, tune performance profiles, and control hidden internals — all from slash commands.
claude-prompt-optimizer is a Claude Code plugin that gives you direct control over Claude's behavior through 15 slash commands, 2 skills, 9 tuning profiles, and 4 CLAUDE.md templates.
It was built by analyzing Claude Code's internal architecture — cataloguing environment variables, reading the system prompt assembly, and studying the hook schema. Every feature here works in the public build.
This is not a prompt rewriter. It is a control layer: precise commands that expose knobs Claude Code ships with but doesn't surface by default.
Two skills are available as Claude Code knowledge bases:
prompt-craftQuick reference for writing effective Claude Code prompts. Teaches the [VERB] [WHAT] in [WHERE]. [CONSTRAINT]. formula, identifies what wastes tokens, and clarifies when to add vs. omit context.
claude-tuningComplete reference for all tuning environment variables, 9 pre-built configuration profiles, feature flag documentation, and instructions for applying settings temporarily or persistently.
| Command | What it does |
|---|---|
/sharpen <prompt> | Rewrites a vague or verbose prompt into the [VERB] [WHAT] in [WHERE]. [CONSTRAINT]. formula. Shows before/after and explains the change. Does not execute the sharpened prompt. |
| Command | What it does |
|---|---|
/build <what to build> | Full 5-phase development lifecycle: Explore → Plan → Implement → Verify → Report. Spawns subagents for exploration, planning, and adversarial verification. |
/refactor <what to refactor> | Safe 5-phase refactoring: maps blast radius, captures baseline tests, executes one file at a time with checkpoints, verifies all call sites were updated. |
/pipeline [test|lint|typecheck|build|all] | Local CI. Auto-detects project type (Node, Rust, Go, Python) and runs the appropriate validation chain in sequence with pass/fail reporting per stage. |
| Command | What it does |
|---|---|
/tune [profile] | Apply a pre-built performance profile. Run without arguments to see all profiles. |
/super | Maximum power mode: EFFORT_LEVEL=max, 32k thinking tokens, 64k output, 10x tool concurrency. |
/chain [wizard|apply <combo>] | Macro wizard. Apply stacked configurations (deep, fast, swarm, audit, god, privacy) in one shot, with confirmation before writing. |
| Command | What it does |
|---|---|
/inject [status|body JSON|metadata JSON|reset] | Manage CLAUDE_CODE_EXTRA_BODY and CLAUDE_CODE_EXTRA_METADATA — arbitrary JSON injected into every API request. Deep-merges, never overwrites. |
/mode [bedrock|vertex|opus|fast|set MODEL_ID|reset] | Switch model or provider. Supports AWS Bedrock, Google Vertex, and custom model IDs. |
/env [list|set KEY value|unset KEY|reset] | Inspect and manage the env block in ~/.claude/settings.json. |
/flags [list|enable FLAG|disable FLAG|reset] | Control CLAUDE_INTERNAL_FC_OVERRIDES. Known working flags: tengu_thinkback, tengu_scratch, tengu_tool_pear, tengu_amber_flint. |
/swarm [on|off|status] | Enable experimental Agent Teams (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS), which spawns separate Claude processes that communicate with each other. |
/yolo [on|off|status] | Tune the auto-mode safety classifier: two-stage mode, model override, and disk auditing of every decision. |
/verify [on|off] | Toggle CLAUDE_CODE_VERIFY_PLAN to enable VerifyPlanExecutionTool where available. |
/debug [on|off|dump|status] | Toggle full debug logging: CLAUDE_DEBUG, OTEL_LOG_TOOL_DETAILS, CLAUDE_CODE_DUMP_AUTO_MODE. Logs write to /tmp/claude-debug/. |
Use /tune <profile> to apply any of these to ~/.claude/settings.json:
Complete iOS development toolkit: SwiftUI UI patterns, view refactoring, performance audits, Liquid Glass (iOS 26+), simulator and real-device debugging via XcodeBuildMCP, plus 22 App Store Connect CLI workflows for builds, releases, TestFlight, pricing, localization, screenshots, notarization, and ASO.
npx claudepluginhub cristianoaredes/aredes-marketplace --plugin prompt-optimizerHarness-native ECC plugin for engineering teams - 67 agents, 270 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.