By arkatom
Claude Code cost optimization plugin (Phase 3 of cost-saver trio). Detects task characteristics from prompts to suggest optimal model/subagent (Opus 4.7 / Sonnet 4.6 / Haiku 4.5), recommends genshijin (compression) mode for verbose-output sessions, and analyzes settings.json for unused permissions/hooks/env. Includes opt-in UserPromptSubmit hook (off by default) and 4-layer-defense settings optimizer (dry-run -> backup -> atomic apply -> auto-restore on failure). Pairs with cost-monitor (Phase 1) and skill-analyzer (Phase 2) for the full cost-reduction workflow.
task に最適な subagent_type 推奨 (Explore / architect-review / debugger / code-reviewer / security-auditor / general-purpose、heuristic)。Triggers: どの subagent, agent 推奨, サブエージェント 選択, which subagent, which agent, do I need Explore, specialized agent, suggest subagent
長文応答セッション検出 → genshijin 圧縮モード起動提案 (assistant 応答 char 数閾値超過時)。Triggers: 応答長い, 圧縮提案, token 削減, genshijin 提案, compress my output, shorten responses, reduce token usage, verbose session
task に最適な Claude model (Opus 4.7 / Sonnet 4.6 / Haiku 4.5) 推奨 (heuristic、LLM 不使用)。Triggers: どの model, model 推奨, Opus 必要, Haiku で足りる, which model, best model, do I need Opus, is Haiku enough, Opus or Sonnet
settings.json 整理 (stale Bash permission / 壊れた hook / 未使用 env)、dry-run default + 明示 --apply 必須。Triggers: settings 整理, 不要 permission 削除, hook cleanup, clean up settings.json, settings cleanup, remove unused permissions, dead hooks, optimize settings
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.
npx claudepluginhub arkatom/claude-plugins --plugin cost-optimizer異系統 LLM (Codex Devil 並列、Codex 不可時は Claude Devil fallback) でタスクをレビューする 2 層 orchestrator + 任意の Skill に Devil 観点を動的策定して scaffold するメタスキルの 2 つを同梱。Claude 単独の自信過剰バイアスを抑え、観点の盲点を別系統で拾う。
セッション管理フック。開始時刻記録とgit状態チェック。
Claude Code cost-saver trio (cost-monitor / skill-analyzer / cost-optimizer) + genshijin + core-instructions の統合 orchestrator plugin。SessionStart hook で軽量診断 + reminder、`/cost-saver-orchestrator:cost-saver` skill で詳細診断 + 4 段階強制力 (案内 / CLAUDE.md @import / settings.json 書換 / 全実装) を AskUserQuestion で対話的に選ばせて適用。書換系は 4 段防御 (dry-run → backup → atomic mktemp+mv → auto-restore)。利用者を「cost-saver 何ができるか不明」状態から「設定完了 + 各 plugin 機能把握済」へ能動的に案内。
ffmpeg を使った動画・音声ファイル形式変換 skill。mov↔mp4 / mov↔webm / 音声抽出 / GIF 化を preset 化済。Mac/Windows/Linux クロスプラットフォーム対応、ffmpeg 未インストール環境では OS 別 install 手順を提示。
Claude Code cost observability plugin. Aggregates token usage and cost from local transcript JSONL (~/.claude/projects/), with optional ccusage CLI integration. Provides statusLine helper script (manual settings.json wiring required), per-period dashboard generation (daily/weekly/monthly), per-model breakdown, cache hit rate analysis, and sanitized --export output for sharing. Read-only and side-effect-free; no API calls.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Plugin-safe Claude Code distribution of Agentic Awesome Skills with 1,916 supported skills.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,884 supported skills.
Evidence-gated AI coding workflow: scan → analyze → plan → TDD → execute → fix → verify → review, powered by Codebase Memory MCP >= 0.9.0 with optional Serena LSP intelligence. Includes blast-radius planning, test/cycle gates, independent review, and Windows Git Bash hook auto-resolution.