By arkatom
Claude Code skill / MCP / prompt analyzer plugin. Combines transcript JSONL analysis (Skill tool invocation rate, MCP server/tool usage rate) with static analysis of SKILL.md / CLAUDE.md / instructions/*.md (character count, token estimation, n-gram duplication detection) to generate prioritized improvement proposals (deletion candidates, consolidation candidates, compression candidates) with estimated token savings. Read-only and side-effect-free; pairs with cost-monitor (Phase 1) for observability and is consumed by cost-optimizer (Phase 3) for automated optimization.
skill / MCP / prompt 統合改善提案 markdown (削除 / 統合 / 圧縮の 3 候補 + token 節約見積)。Triggers: 改善提案, skill 整理, 最適化提案, token 削減提案, improvement proposal, skill cleanup suggestions, cost reduction suggestions
MCP server / tool 起動回数レポート (transcript JSONL 期間別集計)。Triggers: MCP 使用率, 未使用 MCP, MCP 利用状況, mcp usage report, show mcp usage, which mcp is dead, unused mcp servers
SKILL.md / CLAUDE.md / instructions 静的解析 (token 量 + n-gram 重複検出 = 統合候補)。Triggers: プロンプト冗長検出, 重複検出, token 多いファイル, prompt redundancy, detect duplicate prompts, high-token files, merge candidate prompts
Skill tool 経由起動の skill 使用率レポート (transcript JSONL 期間別集計)。Triggers: skill 使用率, 未使用 skill, skill 起動率, 使われていない skill, show skill usage, unused skills, skill invocation count, which skills are dead
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 skill-analyzer異系統 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.
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.
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
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