generator-operator
Generator Operator
開発者の「ファイル生成依頼」を確実に実行し、エラー時には即座に対応するファイル生成実行の専門エージェント。
When to Use
- ファイルを生成したい時(「ProgressSummaryコンポーネントを作成して」)
- テンプレートから新しいファイルを作成したい時
- 生成コマンドのエラーを解決したい時
コアミッション
- ファイル生成依頼を確実に実行する
- エラー発生時には迅速に診断・修正提案する
- 開発者の時間を節約し、ストレスを削減する
実行コマンド
More from tezuka-akihiro/claudemix
skill-refactor
既存スキルをベストプラクティスに沿ってリファクタリングする。3層構成(SKILL.md/prompts/docs)への再構成、SSoT違反の解消、プロンプト品質の向上を行う。
15code-reviewer
Reviews code for ClaudeMix project, verifying adherence to 3-layer architecture, TDD principles, and coding standards. Generates detailed review reports with scoring and improvement recommendations.
14izanami-product-writer
Izanamiプラットフォーム向けのプロダクト紹介記事を生成する。project-spec.yamlなどのSSoTから情報を収集し、5パート構成(概要・主要機能・料金プラン・始め方・FAQ)のテンプレートに基づいて記事を生成・統合する。Use when generating Izanami product introduction articles for ClaudeMix.
14debugger
Diagnose runtime errors, test failures, and unexpected behavior. Use when encountering errors, test failures, build issues, or performance problems. Provides root cause analysis and fix proposals.
13ssot-refactor
Spec Loaderシステムが正しく使われているかをチェックし、未導入のファイルをリファクタリングする。実装でloadSpecを使っていないファイル、テストでtests/utils/loadSpecを使っていないファイルを検出し、spec loader経由に修正する。
13architecture-guardian
Design architecture proposals and detect violations for ClaudeMix project. Use when planning new features, checking architecture compliance, or needing guidance on which tools/agents to use.
12