Command Codex
Command "kiro-spec-tasks" from j5ik2o/okite-ai, covering implementation tasks generator, core task, execution steps, step 1: load context and step 2: generate implementation tasks.
Command Codex
Command "kiro-spec-tasks" from j5ik2o/okite-ai, covering implementation tasks generator, core task, execution steps, step 1: load context and step 2: generate implementation tasks.
Command Codex
Command "kiro-steering-custom" from j5ik2o/okite-ai, covering kiro custom steering creation, workflow, available templates, steering principles and tool guidance.
Command Codex
Command "kiro-steering" from j5ik2o/okite-ai, covering kiro steering management, scenario detection, bootstrap flow, sync flow and granularity principle.
Command Codex
Command "kiro-validate-design" from j5ik2o/okite-ai, covering technical design validation, core task, execution steps, important constraints and tool guidance.
Command Codex
Command "kiro-validate-gap" from j5ik2o/okite-ai, covering implementation gap validation, core task, execution steps, important constraints and tool guidance.
Command Codex
Command "kiro-validate-impl" from j5ik2o/okite-ai, covering implementation validation, core task, execution steps, 1. detect validation target and 2. load context.
Command Codex
Implement tasks from an OpenSpec change (Experimental).
Command Codex
Archive a completed change in the experimental workflow.
Command Codex
Enter explore mode - think through ideas, investigate problems, clarify requirements.
Command Codex
Propose a new change - create it and generate all artifacts in one step.
Skill Claude CodeCodex
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
Skill Claude CodeCodex
Install Codex skills into $CODEXHOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
MCP server Claude CodeCodexCursor +2
MCP server "serena" as configured in j5ik2o/okite-ai. Runs locally from the git+https://github.com/oraios/serena Python package. Needs 1 environment variable to run.
Instructions file CodexOpenCode
AGENTS.md instructions for j5ik2o/okite-ai, covering 大前提, 基本原則, ai-dlc and spec-driven development, claude code向け and codex cli向け.
Instructions file
Claude Code instructions for j5ik2o/okite-ai.
Instructions file Gemini CLI
Gemini CLI instructions for j5ik2o/okite-ai.
Skill Claude CodeCodex
DDDの集約(Aggregate)設計ルールに基づくコードレビュー・設計支援・リファクタリングを行う。 Evans Rules、Vernon's 4 Rules、Design by Contractに基づき、集約の境界定義、不変条件の検証、 不変(Immutable)設計、ID参照、結果整合性、ドメインイベント連携を包括的にガイドする。 以下のいずれかに該当する場合は必ずこのスキルを使用すること: 集約(Aggregate)の新規設計・実装・リファクタリング(どの言語でも) 既存の集約やエンティティクラスのDDD観点でのコードレビュー 集約の境界決定(「AとBは同じ集約にすべきか?」「この集約は大きすぎるか?」)…
Skill Claude CodeCodex
集約とトランザクション境界の関係を明確化し、複数集約を単一トランザクションに含めるアンチパターンを 検出・是正する。集約は強い整合性境界であり、ユースケースで複数集約を更新する場合は結果整合性を 使うべきという原則を適用する。コードレビュー、ユースケース設計、リファクタリング時に トランザクション境界の問題を検出する場合に使用。 対象言語: 言語非依存(Java, Kotlin, Scala, TypeScript, Go, Rust, Python等すべて)。 トリガー:「複数集約を同じトランザクションで更新している」「ユースケースに@Transactionalがある」…
Skill Claude CodeCodex
Send recent work to OpenAI Codex CLI for an independent audit/review.
Skill Claude CodeCodex
後方互換性がゴミコードを量産する構造を検出し、互換性を「契約と撤去計画」として管理する ガバナンスを支援するスキル。公開API境界の明確化、非推奨化サイクル(deprecation cycle)の 制度化、互換層の局所化(Adapter/Strangler Fig)、契約テスト(CDC)による互換性検証、 AI生成コードの互換性ゲート設計を含む。コードレビュー、API設計、リファクタリング、 レガシー移行時に互換性起因の技術的負債を防ぐために使用。 対象言語: 言語非依存(Java, TypeScript, Go, Python, Rust等すべて)。…
Skill Claude CodeCodex
Skill "breach-encapsulation-naming" from j5ik2o/okite-ai, covering breach encapsulation naming, 核心原則, なぜこの命名規約が必要か, ジレンマ and 解決策.
Skill Claude CodeCodex
クリーンアーキテクチャを採用しているプロジェクト向けの設計・レビュー支援。4層構造(ドメイン層、 ユースケース層、インターフェースアダプタ層、インフラストラクチャ層)に基づく。特にインフラ層は 横断的関心事(ロギング、設定管理)のみ、永続化やRPCはインターフェースアダプタ層に配置すべき という原則を適用する。トリガー:「クリーンアーキテクチャで」「クリーンアーキテクチャに従って」 「クリーンアーキテクチャのレビュー」など、クリーンアーキテクチャを明示的に指定した場合のみ起動。 一般的な「設計レビュー」「アーキテクチャ相談」では起動しない。.
Skill Claude CodeCodex
CQRS/ESが集約の境界定義とモデリングに与える影響を解説する。CQRSを導入すると集約は コマンド実行に必要な最小限の状態のみ保持すればよくなり、読み取り責務はリードモデルに 委譲できる。大きすぎる集約の軽量化、集約境界の再定義、イベントによる状態管理を支援する。 集約設計、CQRS導入時のモデリング見直し、パフォーマンス問題の解決時に使用。 対象言語: 言語非依存。 トリガー:「CQRSで集約が変わる」「集約が大きすぎる」「集約にメッセージ1000件」 「集約の更新が重い」「CQRS導入で集約を見直す」「集約を軽量化したい」 「集約にクエリ用データが混ざっている」「集約の境界を再定義」…
Skill Claude CodeCodex
CQRSの実装においてイベントソーシングが必然的に必要となる理由を論理的に説明する。 C側からQ側へのデータ同期問題(計算された値の同期不可、トリガーの限界、ポーリングの スケーラビリティ問題、ダブルコミット問題)を段階的に分析し、イベントを真のデータソースに する設計への到達過程を示す。CQRS導入検討、アーキテクチャ設計時に使用。 対象言語: 言語非依存。 トリガー:「CQRSにイベントソーシングは必要か」「C側とQ側の同期方法」 「CQRSでモデルを分ける必要はないのか」「リードモデルの更新方法」 「なぜイベントソーシングが必要か」「ダブルコミット問題」「CQRSの同期問題」…