fram-loop は何をしますか?
Two-agent autonomous dev loop — Builder + Reviewer, phase-gated, freight-train mode
ビルダーとレビュアーの2エージェントによる自律的な開発ループ。フェーズゲート制御とフレートトレインモードを備えています。
このスキルは、AIエージェントを用いた自律的な開発ワークフローを実現します。ビルダーエージェントがコードを生成・修正し、レビュアーエージェントが品質をチェックする2エージェント体制を採用。フェーズゲート制御により、各開発段階(設計、実装、テストなど)での承認プロセスを組み込み、品質を担保しながら進行できます。また、「フレートトレインモード」では、連続的な処理を高速に実行し、大量のタスクを効率的に消化します。主にClaude CodeやCodexといったターミナルベースのAIエージェント向けに設計されており、自律的かつ堅牢な開発パイプラインを構築したい開発者に適しています。
npx skills add TheRealClodius/fram-loopTwo-agent autonomous dev loop — Builder + Reviewer, phase-gated, freight-train mode
ElevenLabs text-to-speech with mac-style say UX.
Oracle CLI second-model review/debug/refactor/design with selected files, dry-run token checks, API or browser engine.
Capture and automate macOS UI with the Peekaboo CLI.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Prisma ORM patterns for TypeScript backends — schema design, query optimization, transactions, pagination, and critical traps like updateMany returning count not records, $transaction timeouts, migrate dev resetting the DB, @updatedAt skipped on bulk writes, and serverless connection exhaustion.
Django + Celery async task patterns — configuration, task design, beat scheduling, retries, canvas workflows, monitoring, and testing. Use when adding background jobs, scheduled tasks, or async processing to a Django app.