holycodex 0.5.3 → 0.7.0-dev.29548214169.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -89
- package/THIRD-PARTY-NOTICES.md +6 -2
- package/bin/holycodex.js +1 -1
- package/dist/cli.js +843 -0
- package/package.json +15 -27
- package/marketplace.json +0 -12
- package/plugin/.codex-plugin/plugin.json +0 -23
- package/plugin/.mcp.json +0 -7
- package/plugin/agents/explorer.toml +0 -6
- package/plugin/agents/librarian.toml +0 -6
- package/plugin/agents/worker.toml +0 -6
- package/plugin/hooks/hooks.json +0 -62
- package/plugin/runtime/bootstrap.js +0 -31
- package/plugin/runtime/cli.js +0 -235
- package/plugin/runtime/core-instructions.js +0 -4
- package/plugin/runtime/git-bash.js +0 -355
- package/plugin/runtime/lsp.js +0 -3611
- package/plugin/runtime/mcp-stdio-core.js +0 -212
- package/plugin/runtime/rules.js +0 -171
- package/plugin/skills/ast-grep/LICENSE +0 -21
- package/plugin/skills/ast-grep/SKILL.md +0 -20
- package/plugin/skills/ast-grep/references/cli.md +0 -3
- package/plugin/skills/ast-grep/references/install.md +0 -3
- package/plugin/skills/ast-grep/references/patterns.md +0 -3
- package/plugin/skills/ast-grep/references/pitfalls.md +0 -3
- package/plugin/skills/ast-grep/references/recipes.md +0 -9
- package/plugin/skills/ast-grep/references/sgconfig.md +0 -3
- package/plugin/skills/ast-grep/references/yaml-rules.md +0 -3
- package/plugin/skills/caveman/LICENSE +0 -21
- package/plugin/skills/caveman/SKILL.md +0 -31
- package/plugin/skills/compress/SKILL.md +0 -18
- package/plugin/skills/debugging/SKILL.md +0 -22
- package/plugin/skills/debugging/references/runtimes/README.md +0 -9
- package/plugin/skills/debugging/references/tools/README.md +0 -8
- package/plugin/skills/define-goal/LICENSE.txt +0 -201
- package/plugin/skills/define-goal/SKILL.md +0 -37
- package/plugin/skills/frontend/ATTRIBUTION.md +0 -218
- package/plugin/skills/frontend/LICENSE-Apache-2.0.txt +0 -201
- package/plugin/skills/frontend/SKILL.md +0 -50
- package/plugin/skills/frontend/references/perfection/README.md +0 -5
- package/plugin/skills/frontend/references/perfection/react-perf-tooling.md +0 -3
- package/plugin/skills/frontend/references/ui-ux-db/README.md +0 -5
- package/plugin/skills/frontend/references/ui-ux-db/data/charts.csv +0 -26
- package/plugin/skills/frontend/references/ui-ux-db/data/colors.csv +0 -162
- package/plugin/skills/frontend/references/ui-ux-db/data/icons.csv +0 -106
- package/plugin/skills/frontend/references/ui-ux-db/data/landing.csv +0 -35
- package/plugin/skills/frontend/references/ui-ux-db/data/products.csv +0 -162
- package/plugin/skills/frontend/references/ui-ux-db/data/react-performance.csv +0 -45
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/astro.csv +0 -54
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/flutter.csv +0 -53
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/html-tailwind.csv +0 -56
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/jetpack-compose.csv +0 -53
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/nextjs.csv +0 -53
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/nuxt-ui.csv +0 -51
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/nuxtjs.csv +0 -59
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/react-native.csv +0 -52
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/react.csv +0 -54
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/shadcn.csv +0 -61
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/svelte.csv +0 -54
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/swiftui.csv +0 -51
- package/plugin/skills/frontend/references/ui-ux-db/data/stacks/vue.csv +0 -50
- package/plugin/skills/frontend/references/ui-ux-db/data/styles.csv +0 -85
- package/plugin/skills/frontend/references/ui-ux-db/data/typography.csv +0 -74
- package/plugin/skills/frontend/references/ui-ux-db/data/ui-reasoning.csv +0 -162
- package/plugin/skills/frontend/references/ui-ux-db/data/ux-guidelines.csv +0 -100
- package/plugin/skills/frontend/references/ui-ux-db/data/web-interface.csv +0 -31
- package/plugin/skills/frontend/references/ui-ux-db/scripts/core.py +0 -262
- package/plugin/skills/frontend/references/ui-ux-db/scripts/design_system.py +0 -1148
- package/plugin/skills/frontend/references/ui-ux-db/scripts/search.py +0 -114
- package/plugin/skills/handoff/SKILL.md +0 -10
- package/plugin/skills/lsp/SKILL.md +0 -35
- package/plugin/skills/lsp-setup/SKILL.md +0 -18
- package/plugin/skills/lsp-setup/scripts/detect-lsp.ts +0 -233
- package/plugin/skills/lsp-setup/scripts/lsp-server-table.ts +0 -188
- package/plugin/skills/lsp-setup/scripts/tsconfig.json +0 -17
- package/plugin/skills/lsp-setup/scripts/verify-lsp.ts +0 -166
- package/plugin/skills/plan/SKILL.md +0 -24
- package/plugin/skills/plan-review/SKILL.md +0 -22
- package/plugin/skills/programming/SKILL.md +0 -42
- package/plugin/skills/programming/references/code-smells.md +0 -3
- package/plugin/skills/programming/references/go/README.md +0 -3
- package/plugin/skills/programming/references/logging.md +0 -3
- package/plugin/skills/programming/references/python/README.md +0 -3
- package/plugin/skills/programming/references/rust/README.md +0 -3
- package/plugin/skills/programming/references/rust-ub/README.md +0 -3
- package/plugin/skills/programming/references/typescript/README.md +0 -3
- package/plugin/skills/refactor/SKILL.md +0 -21
- package/plugin/skills/remove-ai-slops/SKILL.md +0 -20
- package/plugin/skills/rules/SKILL.md +0 -16
- package/plugin/skills/security-research/SKILL.md +0 -38
package/README.md
CHANGED
|
@@ -1,95 +1,12 @@
|
|
|
1
|
-
#
|
|
1
|
+
# holycodex
|
|
2
2
|
|
|
3
|
-
HolyCodex
|
|
4
|
-
|
|
5
|
-
## What
|
|
6
|
-
|
|
7
|
-
HolyCodex installs one focused Codex toolkit:
|
|
8
|
-
|
|
9
|
-
- 16 on-demand skills for programming, debugging, frontend, LSP, AST search, security research, planning, handoffs, goal definition, compression, and related workflows.
|
|
10
|
-
- Three optional subagents: `explorer` for internal inspection, `librarian` for external research, and `worker` for bounded implementation.
|
|
11
|
-
- Three MCP defaults: `git_bash`, `lsp`, and `context7`.
|
|
12
|
-
- Small command hooks for readiness and scoped rules.
|
|
13
|
-
- A Node-compatible installer and prebuilt runtime usable through npm or Bun.
|
|
14
|
-
|
|
15
|
-
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.
|
|
16
|
-
|
|
17
|
-
## Why
|
|
18
|
-
|
|
19
|
-
Large always-on prompts, agent hierarchies, review loops, and duplicated context consume tokens before useful work begins. HolyCodex takes a smaller approach:
|
|
20
|
-
|
|
21
|
-
- Skills load only when descriptions match the task and state activation, exclusions, outcome, and adjacent boundary.
|
|
22
|
-
- Rules are path-scoped, size-limited, cached, and deduplicated; `AGENTS.md` is never reinjected.
|
|
23
|
-
- Concurrent delegation is capped at two; every delegated slice has fixed scope, evidence, acceptance, and stop conditions under primary-agent control.
|
|
24
|
-
- Explorer and librarian use GPT-5.6 Luna low; worker uses GPT-5.6 Luna medium.
|
|
25
|
-
- Git Bash shell execution is required only on native Windows when its MCP run tool is available; other environments use their native shell directly.
|
|
26
|
-
- OMO workflows and retained references are rewritten with caveman-style token efficiency.
|
|
27
|
-
- The OMO frontend skill is merged with GPT Taste instead of shipping another overlapping skill.
|
|
28
|
-
|
|
29
|
-
The result aims to keep strong engineering behavior while spending fewer Plus tokens on ceremony and repeated instructions.
|
|
30
|
-
|
|
31
|
-
## How
|
|
32
|
-
|
|
33
|
-
### Install
|
|
34
|
-
|
|
35
|
-
Use either runtime:
|
|
3
|
+
HolyCodex installer and doctor CLI. Plugin prompts, skills, agents, hooks, and runtime assets ship through the exact-version `@holycodex/plugin` dependency.
|
|
36
4
|
|
|
37
5
|
```sh
|
|
38
|
-
|
|
39
|
-
bunx holycodex
|
|
6
|
+
bunx holycodex@dev install
|
|
7
|
+
bunx holycodex@dev doctor
|
|
40
8
|
```
|
|
41
9
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
1. Backs up every affected existing file or managed cache under the OS temporary directory.
|
|
45
|
-
2. Removes legacy OMO configuration and cache after backup.
|
|
46
|
-
3. Preserves unrelated Codex settings and explicit model or agent preferences.
|
|
47
|
-
4. Installs the HolyCodex marketplace, plugin, agents, skills, hooks, and MCP definitions.
|
|
48
|
-
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.
|
|
49
|
-
|
|
50
|
-
Codex may still ask you to review and trust the installed command hooks. This security review is the only manual installation step.
|
|
51
|
-
|
|
52
|
-
Options:
|
|
53
|
-
|
|
54
|
-
```sh
|
|
55
|
-
holycodex install --json
|
|
56
|
-
holycodex install
|
|
57
|
-
holycodex --help
|
|
58
|
-
holycodex --version
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
### Cleanup
|
|
62
|
-
|
|
63
|
-
```sh
|
|
64
|
-
npx holycodex cleanup
|
|
65
|
-
# or
|
|
66
|
-
bunx holycodex cleanup
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Cleanup backs up affected files, removes only HolyCodex-owned configuration and artifacts, and preserves unrelated settings. Install and cleanup are idempotent.
|
|
70
|
-
|
|
71
|
-
### Repository layout
|
|
72
|
-
|
|
73
|
-
- `plugin/skills/` — shipped skill catalogue and on-demand references.
|
|
74
|
-
- `plugin/agents/` — the three cost-focused subagent definitions.
|
|
75
|
-
- `plugin/hooks/` — supported command hooks for readiness and scoped rules.
|
|
76
|
-
- `plugin/.mcp.json` — local and remote MCP defaults.
|
|
77
|
-
- `plugin/runtime/` — prebuilt Node-compatible CLI, rules, Git Bash, and LSP runtime.
|
|
78
|
-
- `src/` — installer, cleanup, bootstrap, and scoped-rules source.
|
|
79
|
-
- `packages/` — Git Bash and LSP MCP source.
|
|
80
|
-
- `test/` — CLI, lifecycle, catalogue, rules, bootstrap, and MCP tests.
|
|
81
|
-
|
|
82
|
-
## Thanks
|
|
83
|
-
|
|
84
|
-
HolyCodex exists because of the work of:
|
|
85
|
-
|
|
86
|
-
- [YeonGyu Kim and the oh-my-openagent contributors](https://github.com/code-yeongyu/oh-my-openagent), whose project, history, workflows, and Codex integrations form the foundation of this hard fork.
|
|
87
|
-
- [Julius Brussee and caveman contributors](https://github.com/JuliusBrussee/caveman), for the token-efficient communication approach adapted here.
|
|
88
|
-
- The authors credited in [`plugin/skills/frontend/ATTRIBUTION.md`](plugin/skills/frontend/ATTRIBUTION.md), whose frontend design, performance, and UI/UX resources remain attributed under their original terms.
|
|
89
|
-
- Every upstream library and tool author whose work is preserved in the Git history and third-party notices.
|
|
90
|
-
|
|
91
|
-
## Licenses
|
|
92
|
-
|
|
93
|
-
HolyCodex uses the same [Sustainable Use License 1.0](LICENSE.md) as oh-my-openagent. This is not the MIT License: use and distribution are subject to the limitations in `LICENSE.md`.
|
|
10
|
+
Use `holycodex --help` for commands and autonomy options. Stable releases use `bunx holycodex`; development releases use npm's `dev` dist-tag.
|
|
94
11
|
|
|
95
|
-
|
|
12
|
+
Repository, documentation, license, and security notices: https://github.com/davidbasilefilho/holycodex
|
package/THIRD-PARTY-NOTICES.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
HolyCodex began as a one-time hard fork of `code-yeongyu/oh-my-openagent` and preserves its Git history. The repository uses the same Sustainable Use License 1.0. Third-party components retain their original licenses.
|
|
4
4
|
|
|
5
|
-
The caveman communication concept is adapted from
|
|
5
|
+
The caveman communication concept is adapted from [juliusbrussee/caveman](https://github.com/JuliusBrussee/caveman). Copyright belongs to its authors and contributors; use remains subject to that project's published license.
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
`packages/plugin/plugin/skills/remove-slop` adapts the scoped behavior-locking process from [code-yeongyu/oh-my-openagent](https://github.com/code-yeongyu/oh-my-openagent) `remove-ai-slops` at commit `dec381ed201a1326883db9f42bdb3c2add91b299`, under the upstream Sustainable Use License 1.0. OpenCode-specific task mechanics were not copied. [pols.dev/slop.md](https://pols.dev/slop.md) is cited as frontend anti-slop guidance; no text is bundled from that page, and its visual classifications apply only to matching frontend scope.
|
|
8
|
+
|
|
9
|
+
HolyCodex agent routing and orchestration instructions adapt bounded-role, task-ownership, non-overlapping-write, session-reuse, and verification-planning concepts from [alvinunreal/oh-my-opencode-slim](https://github.com/alvinunreal/oh-my-opencode-slim) at commit `7bc7b56856ee693812d87d68615757d4d1c2e218`, principally `src/agents/{orchestrator,explorer,librarian,fixer}.ts`, `src/skills/verification-planning/SKILL.md`, and `docs/background-orchestration.md`. OpenCode runtime APIs, hooks, council, ACP, companion, and background-session mechanics were not copied. Upstream material is MIT licensed; its license is preserved in `packages/plugin/plugin/LICENSE-OH-MY-OPENCODE-SLIM-MIT.txt`.
|
|
10
|
+
|
|
11
|
+
The bundled LSP runtime at `packages/plugin/plugin/runtime/lsp.js` is derived from `code-yeongyu/oh-my-openagent`'s `lsp-tools-mcp`. Copyright (c) 2026 Yeongyu Kim; used under the MIT License preserved at `packages/plugin/plugin/runtime/LICENSE-LSP-MIT.txt`.
|
package/bin/holycodex.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import "../
|
|
2
|
+
import "../dist/cli.js";
|