Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Holycodex

БесплатноНе проверен

Lean Codex-only agent toolkit for ChatGPT Plus

GitHubEmbed

Описание

Lean Codex-only agent toolkit for ChatGPT Plus

README

HolyCodex is a modified, standalone Codex-only hard fork of oh-my-openagent. It keeps the parts that make Codex better at software work, removes the OpenCode runtime and organizational agent machinery, and compresses persistent instructions for lower ChatGPT Plus usage.

What

HolyCodex installs one focused Codex toolkit:

  • 16 on-demand skills for programming, debugging, frontend, LSP, AST search, security research, planning, handoffs, goal definition, compression, and related workflows.
  • Three optional subagents: explorer for internal inspection, librarian for external research, and worker for bounded implementation.
  • Three MCP defaults: git_bash, lsp, and context7.
  • Small command hooks for readiness and scoped rules.
  • A Node-compatible installer and prebuilt runtime usable through npm or Bun.

The primary agent owns intent, scope, architecture, decisions, integration, and final verification. Subagents only reduce cost on narrow independent work; skills own their declared methods and gates.

Why

Large always-on prompts, agent hierarchies, review loops, and duplicated context consume tokens before useful work begins. HolyCodex takes a smaller approach:

  • Skills load only when descriptions match the task and state activation, exclusions, outcome, and adjacent boundary.
  • Rules are path-scoped, size-limited, cached, and deduplicated; AGENTS.md is never reinjected.
  • Concurrent delegation is capped at two; every delegated slice has fixed scope, evidence, acceptance, and stop conditions under primary-agent control.
  • Explorer and librarian use GPT-5.6 Luna low; worker uses GPT-5.6 Luna medium.
  • Git Bash shell execution is required only on native Windows when its MCP run tool is available; other environments use their native shell directly.
  • OMO workflows and retained references are rewritten with caveman-style token efficiency.
  • The OMO frontend skill is merged with GPT Taste instead of shipping another overlapping skill.

The result aims to keep strong engineering behavior while spending fewer Plus tokens on ceremony and repeated instructions.

How

Install

Use either runtime:

npx holycodex install
bunx holycodex install

Installation is noninteractive. It:

  1. Backs up every affected existing file or managed cache under the OS temporary directory.
  2. Removes legacy OMO configuration and cache after backup.
  3. Preserves unrelated Codex settings and explicit model or agent preferences.
  4. Installs the HolyCodex marketplace, plugin, agents, skills, hooks, and MCP definitions.
  5. Sets max_concurrent_threads_per_session = 2 and defaults the root model to GPT-5.6 Sol low only when no root preference exists.

Codex may still ask you to review and trust the installed command hooks. This security review is the only manual installation step.

Options:

holycodex install --json
holycodex install
holycodex --help
holycodex --version

Cleanup

npx holycodex cleanup
# or
bunx holycodex cleanup

Cleanup backs up affected files, removes only HolyCodex-owned configuration and artifacts, and preserves unrelated settings. Install and cleanup are idempotent.

Repository layout

  • plugin/skills/ — shipped skill catalogue and on-demand references.
  • plugin/agents/ — the three cost-focused subagent definitions.
  • plugin/hooks/ — supported command hooks for readiness and scoped rules.
  • plugin/.mcp.json — local and remote MCP defaults.
  • plugin/runtime/ — prebuilt Node-compatible CLI, rules, Git Bash, and LSP runtime.
  • src/ — installer, cleanup, bootstrap, and scoped-rules source.
  • packages/ — Git Bash and LSP MCP source.
  • test/ — CLI, lifecycle, catalogue, rules, bootstrap, and MCP tests.

Thanks

HolyCodex exists because of the work of:

Licenses

HolyCodex uses the same Sustainable Use License 1.0 as oh-my-openagent. This is not the MIT License: use and distribution are subject to the limitations in LICENSE.md.

Third-party components retain their original licenses. Relevant notices and bundled license files are preserved in THIRD-PARTY-NOTICES.md and alongside the applicable skills or components.

from github.com/davidbasilefilho/holycodex

Установить Holycodex в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install holycodex

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add holycodex -- npx -y holycodex

FAQ

Holycodex MCP бесплатный?

Да, Holycodex MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Holycodex?

Нет, Holycodex работает без API-ключей и переменных окружения.

Holycodex — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Holycodex в Claude Desktop, Claude Code или Cursor?

Открой Holycodex на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Holycodex with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai