Configure Ecc logo

Configure Ecc

Community
mturac
configure-ecc

Everything OpenAI Codex のインタラクティブなインストーラー — スキルとルールの選択とインストールをユーザーレベルまたはプロジェクトレベルのディレクトリへガイドし、パスを検証し、必要に応じてインストールされたファイルを最適化します。

Overview

Publishermturac
Repositoryeverything-openai-codex
Skill nameconfigure-ecc
Stars
91
Forks
2
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by mturac on GitHub. Read the source before you install it.

Installation

Install the Configure Ecc AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/mturac/everything-openai-codex.git /tmp/everything-openai-codex
mkdir -p .claude/skills
cp -r /tmp/everything-openai-codex/docs/ja-JP/skills/configure-ecc .claude/skills/configure-ecc
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Configure Ecc in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Configure Ecc on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Configure Ecc is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Configure Everything OpenAI Codex (ecc)

Everything OpenAI Codex プロジェクトのインタラクティブなステップバイステップのインストールウィザードです。AskUserQuestion を使用してスキルとルールの選択的インストールをユーザーにガイドし、正確性を検証し、最適化を提供します。

起動タイミング

  • ユーザーが "configure ecc"、"install ecc"、"setup everything.openai.codex" などと言った場合
  • ユーザーがこのプロジェクトからスキルまたはルールを選択的にインストールしたい場合
  • ユーザーが既存の ecc インストールを検証または修正したい場合
  • ユーザーがインストールされたスキルまたはルールをプロジェクト用に最適化したい場合

前提条件

このスキルは起動前に OpenAI Codex からアクセス可能である必要があります。ブートストラップには2つの方法があります:

  1. プラグイン経由: /plugin install eoc@eoc — プラグインがこのスキルを自動的にロードします
  2. 手動: このスキルのみを ~/.codex/skills/configure-ecc/SKILL.md にコピーし、"configure ecc" と言って起動します

ステップ 0: ecc リポジトリのクローン

インストールの前に、最新の ecc ソースを /tmp にクローンします:

bash
rm -rf /tmp/Everything OpenAI Codex
git clone https://github.com/mturac/everything-openai-codex.git /tmp/Everything OpenAI Codex

以降のすべてのコピー操作のソースとして ecc_ROOT=/tmp/Everything OpenAI Codex を設定します。

クローンが失敗した場合(ネットワークの問題など)、AskUserQuestion を使用してユーザーに既存の ecc クローンへのローカルパスを提供するよう依頼します。


ステップ 1: インストールレベルの選択

AskUserQuestion を使用してユーザーにインストール先を尋ねます:

Question: "ecc コンポーネントをどこにインストールしますか?"
Options:
  - "User-level (~/.codex/)" — "すべての OpenAI Codex プロジェクトに適用されます"
  - "Project-level (.codex/)" — "現在のプロジェクトのみに適用されます"
  - "Both" — "共通/共有アイテムはユーザーレベル、プロジェクト固有アイテムはプロジェクトレベル"

選択を INSTALL_LEVEL として保存します。ターゲットディレクトリを設定します:

  • User-level: TARGET=~/.codex
  • Project-level: TARGET=.codex(現在のプロジェクトルートからの相対パス)
  • Both: TARGET_USER=~/.codexTARGET_PROJECT=.codex

ターゲットディレクトリが存在しない場合は作成します:

bash
mkdir -p $TARGET/skills $TARGET/rules

ステップ 2: スキルの選択とインストール

2a: スキルカテゴリの選択

31個のスキルが4つのカテゴリに分類されています。multiSelect: trueAskUserQuestion を使用します:

Question: "どのスキルカテゴリをインストールしますか?"
Options:
  - "Framework & Language" — "Django, Spring Boot, Go, Python, Java, Frontend, Backend パターン"
  - "Database" — "PostgreSQL, ClickHouse, JPA/Hibernate パターン"
  - "Workflow & Quality" — "TDD, 検証, 学習, セキュリティレビュー, コンパクション"
  - "All skills" — "利用可能なすべてのスキルをインストール"

2b: 個別スキルの確認

選択された各カテゴリについて、以下の完全なスキルリストを表示し、ユーザーに確認または特定のものの選択解除を依頼します。リストが4項目を超える場合、リストをテキストとして表示し、AskUserQuestion で「リストされたすべてをインストール」オプションと、ユーザーが特定の名前を貼り付けるための「その他」オプションを使用します。

カテゴリ: Framework & Language(20スキル)

スキル説明
backend-patternsバックエンドアーキテクチャ、API設計、Node.js/Express/Next.js のサーバーサイドベストプラクティス
coding-standardsTypeScript、JavaScript、React、Node.js の汎用コーディング標準
django-patternsDjango アーキテクチャ、DRF による REST API、ORM、キャッシング、シグナル、ミドルウェア
django-securityDjango セキュリティ: 認証、CSRF、SQL インジェクション、XSS 防止
django-tddpytest-django、factory_boy、モック、カバレッジによる Django テスト
django-verificationDjango 検証ループ: マイグレーション、リンティング、テスト、セキュリティスキャン
frontend-patternsReact、Next.js、状態管理、パフォーマンス、UI パターン
golang-patterns慣用的な Go パターン、堅牢な Go アプリケーションのための規約
golang-testingGo テスト: テーブル駆動テスト、サブテスト、ベンチマーク、ファジング
java-coding-standardsSpring Boot 用 Java コーディング標準: 命名、不変性、Optional、ストリーム
python-patternsPythonic なイディオム、PEP 8、型ヒント、ベストプラクティス
python-testingpytest、TDD、フィクスチャ、モック、パラメータ化による Python テスト
quarkus-patternsQuarkus アーキテクチャ、Camel メッセージング、CDI サービス、Panache データアクセス
quarkus-securityQuarkus セキュリティ: JWT/OIDC、RBAC、入力バリデーション、シークレット管理
quarkus-tddJUnit 5、Mockito、REST Assured、Camel テストによる Quarkus TDD
quarkus-verificationQuarkus 検証: ビルド、静的解析、テスト、ネイティブコンパイル
springboot-patternsSpring Boot アーキテクチャ、REST API、レイヤードサービス、キャッシング、非同期
springboot-securitySpring Security: 認証/認可、検証、CSRF、シークレット、レート制限
springboot-tddJUnit 5、Mockito、MockMvc、Testcontainers による Spring Boot TDD
springboot-verificationSpring Boot 検証: ビルド、静的解析、テスト、セキュリティスキャン

カテゴリ: Database(3スキル)

スキル説明
clickhouse-ioClickHouse パターン、クエリ最適化、分析、データエンジニアリング
jpa-patternsJPA/Hibernate エンティティ設計、リレーションシップ、クエリ最適化、トランザクション
postgres-patternsPostgreSQL クエリ最適化、スキーマ設計、インデックス作成、セキュリティ

カテゴリ: Workflow & Quality(8スキル)

スキル説明
continuous-learningセッションから再利用可能なパターンを学習済みスキルとして自動抽出
continuous-learning-v2信頼度スコアリングを持つ本能ベースの学習、スキル/コマンド/エージェントに進化
eval-harness評価駆動開発(EDD)のための正式な評価フレームワーク
iterative-retrievalサブエージェントコンテキスト問題のための段階的コンテキスト改善
security-reviewセキュリティチェックリスト: 認証、入力、シークレット、API、決済機能
strategic-compact論理的な間隔で手動コンテキスト圧縮を提案
tdd-workflow80%以上のカバレッジで TDD を強制: ユニット、統合、E2E
verification-loop検証と品質ループのパターン

スタンドアロン

スキル説明
docs/examples/project-guidelines-template.mdプロジェクト固有のスキルを作成するためのテンプレート

2c: インストールの実行

選択された各スキルについて、正しいソースルートからスキルディレクトリ全体をコピーします:

bash
# コアスキルは .agents/skills/ 配下にあります
cp -R "$ecc_ROOT/.agents/skills/<skill-name>" "$TARGET/skills/"

# ニッチスキルは skills/ 配下にあります
cp -R "$ecc_ROOT/skills/<skill-name>" "$TARGET/skills/"

glob で取得したソースディレクトリを処理するときは、trailing slash 付きのソースをそのまま cp に渡さないでください。宛先名にディレクトリ名を明示します:

bash
cp -R "${src%/}" "$TARGET/skills/$(basename "${src%/}")"

注: continuous-learningcontinuous-learning-v2 には追加ファイル(config.json、フック、スクリプト)があります — SKILL.md だけでなく、ディレクトリ全体がコピーされることを確認してください。


ステップ 3: ルールの選択とインストール

multiSelect: trueAskUserQuestion を使用します:

Question: "どのルールセットをインストールしますか?"
Options:
  - "Common rules (Recommended)" — "言語に依存しない原則: コーディングスタイル、git ワークフロー、テスト、セキュリティなど(8ファイル)"
  - "TypeScript/JavaScript" — "TS/JS パターン、フック、Playwright によるテスト(5ファイル)"
  - "Python" — "Python パターン、pytest、black/ruff フォーマット(5ファイル)"
  - "Go" — "Go パターン、テーブル駆動テスト、gofmt/staticcheck(5ファイル)"

インストールを実行:

bash
# 共通ルール
cp -r $ecc_ROOT/rules/common $TARGET/rules/common

# 言語固有のルール(言語別ディレクトリを保持)
cp -r $ecc_ROOT/rules/typescript $TARGET/rules/typescript   # 選択された場合
cp -r $ecc_ROOT/rules/python $TARGET/rules/python            # 選択された場合
cp -r $ecc_ROOT/rules/golang $TARGET/rules/golang            # 選択された場合

重要: ユーザーが言語固有のルールを選択したが、共通ルールを選択しなかった場合、警告します:

"言語固有のルールは共通ルールを拡張します。共通ルールなしでインストールすると、不完全なカバレッジになる可能性があります。共通ルールもインストールしますか?"


ステップ 4: インストール後の検証

インストール後、以下の自動チェックを実行します:

4a: ファイルの存在確認

インストールされたすべてのファイルをリストし、ターゲットロケーションに存在することを確認します:

bash
ls -la $TARGET/skills/
ls -la $TARGET/rules/

4b: パス参照のチェック

インストールされたすべての .md ファイルでパス参照をスキャンします:

bash
grep -rn "~/.codex/" $TARGET/skills/ $TARGET/rules/
grep -rn "../common/" $TARGET/rules/
grep -rn "skills/" $TARGET/skills/

プロジェクトレベルのインストールの場合~/.codex/ パスへの参照をフラグします:

  • スキルが ~/.codex/settings.json を参照している場合 — これは通常問題ありません(設定は常にユーザーレベルです)
  • スキルが ~/.codex/skills/ または ~/.codex/rules/ を参照している場合 — プロジェクトレベルのみにインストールされている場合、これは壊れている可能性があります
  • スキルが別のスキルを名前で参照している場合 — 参照されているスキルもインストールされているか確認します

4c: スキル間の相互参照のチェック

一部のスキルは他のスキルを参照します。これらの依存関係を検証します:

  • django-tdddjango-patterns を参照する可能性があります
  • springboot-tddspringboot-patterns を参照する可能性があります
  • continuous-learning-v2~/.codex/homunculus/ ディレクトリを参照します
  • python-testingpython-patterns を参照する可能性があります
  • golang-testinggolang-patterns を参照する可能性があります
  • 言語固有のルールは common/ の対応物を参照します

4d: 問題の報告

見つかった各問題について、報告します:

  1. ファイル: 問題のある参照を含むファイル
  2. : 行番号
  3. 問題: 何が間違っているか(例: "~/.codex/skills/python-patterns を参照していますが、python-patterns がインストールされていません")
  4. 推奨される修正: 何をすべきか(例: "python-patterns スキルをインストール" または "パスを .codex/skills/ に更新")

ステップ 5: インストールされたファイルの最適化(オプション)

AskUserQuestion を使用します:

Question: "インストールされたファイルをプロジェクト用に最適化しますか?"
Options:
  - "Optimize skills" — "無関係なセクションを削除、パスを調整、技術スタックに合わせて調整"
  - "Optimize rules" — "カバレッジ目標を調整、プロジェクト固有のパターンを追加、ツール設定をカスタマイズ"
  - "Optimize both" — "インストールされたすべてのファイルの完全な最適化"
  - "Skip" — "すべてをそのまま維持"

スキルを最適化する場合:

  1. インストールされた各 SKILL.md を読み取ります
  2. ユーザーにプロジェクトの技術スタックを尋ねます(まだ不明な場合)
  3. 各スキルについて、無関係なセクションの削除を提案します
  4. インストール先(ソースリポジトリではなく)で SKILL.md ファイルをその場で編集します
  5. ステップ4で見つかったパスの問題を修正します

ルールを最適化する場合:

  1. インストールされた各ルール .md ファイルを読み取ります
  2. ユーザーに設定について尋ねます:
    • テストカバレッジ目標(デフォルト80%)
    • 優先フォーマットツール
    • Git ワークフロー規約
    • セキュリティ要件
  3. インストール先でルールファイルをその場で編集します

重要: インストール先($TARGET/)のファイルのみを変更し、ソース ecc リポジトリ($ecc_ROOT/)のファイルは決して変更しないでください。


ステップ 6: インストールサマリー

/tmp からクローンされたリポジトリをクリーンアップします:

bash
rm -rf /tmp/Everything OpenAI Codex

次にサマリーレポートを出力します:

## ecc インストール完了

### インストール先
- レベル: [user-level / project-level / both]
- パス: [ターゲットパス]

### インストールされたスキル([数])
- skill-1, skill-2, skill-3, ...

### インストールされたルール([数])
- common(8ファイル)
- typescript(5ファイル)
- ...

### 検証結果
- [数]個の問題が見つかり、[数]個が修正されました
- [残っている問題をリスト]

### 適用された最適化
- [加えられた変更をリスト、または "なし"]

トラブルシューティング

"スキルが OpenAI Codex に認識されません"

  • スキルディレクトリに SKILL.md ファイルが含まれていることを確認します(単なる緩い .md ファイルではありません)
  • ユーザーレベルの場合: ~/.codex/skills/<skill-name>/SKILL.md が存在するか確認します
  • プロジェクトレベルの場合: .codex/skills/<skill-name>/SKILL.md が存在するか確認します

"ルールが機能しません"

  • ルールはフラットファイルで、サブディレクトリにはありません: $TARGET/rules/coding-style.md(正しい) vs $TARGET/rules/common/coding-style.md(フラットインストールでは不正)
  • ルールをインストール後、OpenAI Codex を再起動します

"プロジェクトレベルのインストール後のパス参照エラー"

  • 一部のスキルは ~/.codex/ パスを前提としています。ステップ4の検証を実行してこれらを見つけて修正します。
  • continuous-learning-v2 の場合、~/.codex/homunculus/ ディレクトリは常にユーザーレベルです — これは想定されており、エラーではありません。

Frequently asked questions

What does the Configure Ecc AI skill do?

Everything OpenAI Codex のインタラクティブなインストーラー — スキルとルールの選択とインストールをユーザーレベルまたはプロジェクトレベルのディレクトリへガイドし、パスを検証し、必要に応じてインストールされたファイルを最適化します。

Why use Configure Ecc on TypingMind?

Because you install it once and use it with any model. Configure Ecc is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Configure Ecc in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/mturac/everything-openai-codex/tree/main/docs/ja-JP/skills/configure-ecc. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Configure Ecc?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Configure Ecc?

As many as you like. As long as a model supports skills, you can use Configure Ecc with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Configure Ecc AI skill free?

Yes. It is published on GitHub by mturac under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇