By arkatom
自己観察 + 自律改善サイクル。observe (セッション履歴 jsonl 走査 + 5 軸 10 点満点の品質採点 + 摩擦検出) + evolve (改善提案の Risk 分類 + 提案中→適用済→検証済のステート遷移管理) + observe-setting (hook 設定ウィザード) で品質を継続的に上げる。失敗パターン台帳 + 振り返り記録 + 改善提案台帳の 3 段ログ構成。Eagon Meng et al. Making Software Meaningful (arxiv:2606.11051) の型付きログ + トレース再生設計を Claude Code 上に展開。
改善提案を適用・検証する自律改善エンジン。 (1) 低リスク提案は自動適用 (2) 高リスク提案は人間キューに (3) 適用済みの検証 (4) サイクル健全性チェック。1回の実行で最大1件を自動適用。 使用場面: /loop 30m での定期実行、手動での改善レビュー。
observe / evolve plugin の hook 設定を対話的に調整するセットアップウィザード。 60 分リマインダー間隔、SessionEnd で自動 observe を走らせるか、commit 時 observe を有効にするか、設定保存先 (ユーザー / プロジェクト) を AskUserQuestion で選択する。 使用場面: plugin 初回 install 時、運用方針変更時、リマインダー頻度を変更したい時。
セッションの観察・評価・改善提案を一括実行する。 (1) 振り返り記録の生成 (2) Rubric スコアリング (3) 摩擦検出と改善提案。 改善点があれば improvements.md に1件追記。なければ OBSERVE_OK を出力。 使用場面: セッション終了時、/loop での定期実行、Stop hook からの自動トリガー。
Executes bash commands
Hook triggers when Bash tool is used
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 self-improvement異系統 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.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
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.
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.