By arkatom
異系統 LLM (Codex Devil 並列、Codex 不可時は Claude Devil fallback) でタスクをレビューする 2 層 orchestrator + 任意の Skill に Devil 観点を動的策定して scaffold するメタスキルの 2 つを同梱。Claude 単独の自信過剰バイアスを抑え、観点の盲点を別系統で拾う。
任意の Skill に Devil-only Agent Teams を動的策定して scaffold するメタスキル。 対象 Skill ごとに 6 軸の問いで Devil 観点を毎回見極め、プリセット非依存で適用する。 使用場面 (1) 既存 Skill に Devil-only レビュー層を追加したい、(2) 新規 Skill 作成時に Devil 配置したい、(3) 対象 Skill で「別系統の目」による批判層を組み込みたい、(4) 「/devil-team-adder」の呼び出し。 Hard rules: プリセット非採用 (対象ごとに動的策定)、既存 Devil と共存、ユーザー承認なしに対象 Skill 改変しない。
タスク受領時に Devil 並列レビューの起動を判断・実行する runtime orchestrator。 Codex CLI 経由で異系統 LLM (GPT 系) の Devil を主役に並列起動。Codex 利用不可時のみ Claude Devil (Agent tool 経由) に fallback。 実装・設計・調査・記事執筆・スキル / instruction 編集など重量タスクで毎回起動判断。除外: commit 実行のみ / 軽微な読み取り (grep 1 回 or 単一ファイル閲覧で完結)。 Layer 2 として skill 内 devils/ ディレクトリの常駐 Devil 群を Codex CLI 並列起動。起動判断結果を必ず出力 (適用 / スキップ / 理由)。 Hard rules: 起動判断結果出力必須、ユーザー指示外のスコープ縮小禁止、Codex 利用判定は dry-run 成功必須、scaffold はしない (Devil の追加・修正は devil-team-adder の責務)。
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 devil-teamセッション管理フック。開始時刻記録と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 手順を提示。
untrusted file (PDF text / AI チャット履歴 / GitHub issue / 他人 wiki 等) を Claude が Read する前に prompt injection 細工を機械検査する skill + hook。BIDI / Unicode TAG / VS / homoglyph / NFKD inject / base64 / window combo / TR39 confusables を Risk-code (R0/R1/R2) で判定し、R2 file の Read tool 呼び出しを PreToolUse hook (matcher: Read|Edit|NotebookEdit) で block、R1 は attestation (人間による確認証明) 強制。patterns.json manifest は age (X25519) + minisign (Ed25519) で同梱。
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.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Lazy senior dev mode. Forces the simplest, shortest solution that actually works: YAGNI, stdlib first, no unrequested abstractions.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.