oh-my-customcode 0.13.3 → 0.14.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 CHANGED
@@ -21,7 +21,7 @@ Like oh-my-zsh transformed shell customization, oh-my-customcode makes personali
21
21
 
22
22
  | Feature | Description |
23
23
  |---------|-------------|
24
- | **Batteries Included** | 42 agents, 52 skills, 22 guides, 18 rules, 1 hook, 4 contexts - ready to use out of the box |
24
+ | **Batteries Included** | 42 agents, 52 skills, 22 guides, 18 rules, 1 hook, 4 contexts, ontology graph - ready to use out of the box |
25
25
  | **Sub-Agent Model** | Supports hierarchical agent orchestration with specialized roles |
26
26
  | **Dead Simple Customization** | Create a folder + markdown file = new agent or skill |
27
27
  | **Mix and Match** | Use built-in components, create your own, or combine both |
@@ -125,111 +125,20 @@ Claude Code selects the appropriate model and parallelizes independent tasks (up
125
125
  | **QA** | 3 | qa-planner, qa-writer, qa-engineer |
126
126
  | **Total** | **42** | |
127
127
 
128
- Canonical agent IDs (`templates/.claude/agents/*.md`):
129
-
130
- ```text
131
- arch-documenter
132
- arch-speckit-agent
133
- be-express-expert
134
- be-fastapi-expert
135
- be-go-backend-expert
136
- be-nestjs-expert
137
- be-springboot-expert
138
- db-postgres-expert
139
- db-redis-expert
140
- db-supabase-expert
141
- de-airflow-expert
142
- de-dbt-expert
143
- de-kafka-expert
144
- de-pipeline-expert
145
- de-snowflake-expert
146
- de-spark-expert
147
- fe-svelte-agent
148
- fe-vercel-agent
149
- fe-vuejs-agent
150
- infra-aws-expert
151
- infra-docker-expert
152
- lang-golang-expert
153
- lang-java21-expert
154
- lang-kotlin-expert
155
- lang-python-expert
156
- lang-rust-expert
157
- lang-typescript-expert
158
- mgr-claude-code-bible
159
- mgr-creator
160
- mgr-gitnerd
161
- mgr-sauron
162
- mgr-supplier
163
- mgr-sync-checker
164
- mgr-updater
165
- qa-engineer
166
- qa-planner
167
- qa-writer
168
- sys-memory-keeper
169
- sys-naggy
170
- tool-bun-expert
171
- tool-npm-expert
172
- tool-optimizer
173
- ```
174
-
175
128
  ### Skills (52)
176
129
 
177
- Canonical skill IDs (`templates/.claude/skills/*/SKILL.md`):
178
-
179
- ```text
180
- airflow-best-practices
181
- audit-agents
182
- aws-best-practices
183
- claude-code-bible
184
- codex-exec
185
- create-agent
186
- dbt-best-practices
187
- de-lead-routing
188
- dev-lead-routing
189
- dev-refactor
190
- dev-review
191
- docker-best-practices
192
- fastapi-best-practices
193
- fix-refs
194
- go-backend-best-practices
195
- go-best-practices
196
- help
197
- intent-detection
198
- kafka-best-practices
199
- kotlin-best-practices
200
- lists
201
- memory-management
202
- memory-recall
203
- memory-save
204
- monitoring-setup
205
- npm-audit
206
- npm-publish
207
- npm-version
208
- optimize-analyze
209
- optimize-bundle
210
- optimize-report
211
- pipeline-architecture-patterns
212
- postgres-best-practices
213
- python-best-practices
214
- qa-lead-routing
215
- react-best-practices
216
- redis-best-practices
217
- result-aggregation
218
- rust-best-practices
219
- sauron-watch
220
- secretary-routing
221
- snowflake-best-practices
222
- spark-best-practices
223
- springboot-best-practices
224
- status
225
- supabase-postgres-best-practices
226
- typescript-best-practices
227
- update-docs
228
- update-external
229
- vercel-deploy
230
- web-design-guidelines
231
- writing-clearly-and-concisely
232
- ```
130
+ | Category | Count | Skills |
131
+ |----------|-------|--------|
132
+ | **Routing** | 4 | secretary-routing, dev-lead-routing, de-lead-routing, qa-lead-routing |
133
+ | **Best Practices** | 18 | go-best-practices, python-best-practices, typescript-best-practices, kotlin-best-practices, rust-best-practices, react-best-practices, fastapi-best-practices, springboot-best-practices, go-backend-best-practices, docker-best-practices, aws-best-practices, postgres-best-practices, supabase-postgres-best-practices, redis-best-practices, airflow-best-practices, dbt-best-practices, kafka-best-practices, snowflake-best-practices |
134
+ | **Development** | 5 | dev-review, dev-refactor, create-agent, intent-detection, web-design-guidelines |
135
+ | **Data Engineering** | 2 | spark-best-practices, pipeline-architecture-patterns |
136
+ | **Optimization** | 3 | optimize-analyze, optimize-bundle, optimize-report |
137
+ | **Memory** | 3 | memory-save, memory-recall, memory-management |
138
+ | **Package Management** | 3 | npm-publish, npm-version, npm-audit |
139
+ | **Operations** | 7 | update-docs, update-external, audit-agents, fix-refs, sauron-watch, monitoring-setup, claude-code-bible |
140
+ | **Utilities** | 5 | lists, help, status, result-aggregation, writing-clearly-and-concisely |
141
+ | **Deploy** | 2 | vercel-deploy, codex-exec |
233
142
 
234
143
  ### Guides (22)
235
144
 
@@ -260,9 +169,20 @@ Shared context files for cross-agent knowledge and mode configurations.
260
169
 
261
170
  ### Packages
262
171
 
263
- | Package | Version | Description |
264
- |---------|---------|-------------|
265
- | [ontology-rag](packages/ontology-rag/) | 0.3.0 | Ontology+RAG context engine for intelligent context loading. Reduces token usage by 75-95% through hierarchical loading, graph-based routing, and adaptive compression. |
172
+ #### [ontology-rag](packages/ontology-rag/)
173
+
174
+ Ontology+RAG context engine for intelligent agent context loading.
175
+
176
+ | Feature | Description |
177
+ |---------|-------------|
178
+ | **Ontology Loading** | Parse YAML ontologies (agents, skills, rules) |
179
+ | **Graph Traversal** | Navigate dependency graphs with BFS and PageRank |
180
+ | **Semantic Routing** | LLM-based agent selection with keyword fallback |
181
+ | **Hybrid Search** | 4-signal ranking (keyword, graph, community, importance) |
182
+ | **Token Budget** | Adaptive budget management — reduces token usage by 75-95% |
183
+ | **MCP Server** | Direct integration with Claude Code via MCP protocol |
184
+
185
+ Automatically configured during `omcustom init` when [uv](https://docs.astral.sh/uv/) is available.
266
186
 
267
187
  ---
268
188
 
@@ -277,6 +197,7 @@ Shared context files for cross-agent knowledge and mode configurations.
277
197
  | `omcustom list agents` | List agents only |
278
198
  | `omcustom doctor` | Verify installation health |
279
199
  | `omcustom doctor --fix` | Auto-fix common issues |
200
+ | `omcustom security` | Scan for security issues in hooks and configs |
280
201
 
281
202
  **Global Options:**
282
203
  | Option | Description |
@@ -308,6 +229,12 @@ your-project/
308
229
  │ ├── react-best-practices/
309
230
  │ ├── secretary-routing/
310
231
  │ └── ...
232
+ ├── ontology/ # Ontology knowledge graph for RAG context
233
+ │ ├── schema.yaml
234
+ │ ├── agents.yaml
235
+ │ ├── skills.yaml
236
+ │ ├── rules.yaml
237
+ │ └── graphs/
311
238
  └── guides/ # Reference docs (22 total)
312
239
  ```
313
240
 
package/dist/cli/index.js CHANGED
@@ -13131,6 +13131,7 @@ var CLAUDE_LAYOUT = {
13131
13131
  ".claude/contexts",
13132
13132
  ".claude/agents",
13133
13133
  ".claude/skills",
13134
+ ".claude/ontology",
13134
13135
  "guides"
13135
13136
  ]
13136
13137
  };
@@ -14011,7 +14012,7 @@ async function install(options) {
14011
14012
  return result;
14012
14013
  }
14013
14014
  function getAllComponents() {
14014
- return ["rules", "agents", "skills", "guides", "hooks", "contexts"];
14015
+ return ["rules", "agents", "skills", "guides", "hooks", "contexts", "ontology"];
14015
14016
  }
14016
14017
  async function installComponent(targetDir, component, options) {
14017
14018
  if (component === "entry-md") {
@@ -14124,7 +14125,7 @@ async function generateMCPConfig(targetDir) {
14124
14125
  }
14125
14126
  try {
14126
14127
  execSync3("uv venv .venv", { cwd: targetDir, stdio: "pipe" });
14127
- execSync3("uv pip install ontology-rag", { cwd: targetDir, stdio: "pipe" });
14128
+ execSync3('uv pip install "ontology-rag @ git+https://github.com/baekenough/oh-my-customcode.git#subdirectory=packages/ontology-rag"', { cwd: targetDir, stdio: "pipe" });
14128
14129
  } catch (error2) {
14129
14130
  const msg = error2 instanceof Error ? error2.message : String(error2);
14130
14131
  throw new Error(`Failed to setup Python environment: ${msg}`);
@@ -15349,7 +15350,7 @@ async function checkForUpdates(targetDir) {
15349
15350
  };
15350
15351
  }
15351
15352
  function getAllUpdateComponents() {
15352
- return ["rules", "agents", "skills", "guides", "hooks", "contexts"];
15353
+ return ["rules", "agents", "skills", "guides", "hooks", "contexts", "ontology"];
15353
15354
  }
15354
15355
  async function getLatestVersion() {
15355
15356
  const layout = getProviderLayout();
package/dist/index.js CHANGED
@@ -771,6 +771,7 @@ var CLAUDE_LAYOUT = {
771
771
  ".claude/contexts",
772
772
  ".claude/agents",
773
773
  ".claude/skills",
774
+ ".claude/ontology",
774
775
  "guides"
775
776
  ]
776
777
  };
@@ -929,7 +930,7 @@ async function getTemplateManifest() {
929
930
  };
930
931
  }
931
932
  function getAllComponents() {
932
- return ["rules", "agents", "skills", "guides", "hooks", "contexts"];
933
+ return ["rules", "agents", "skills", "guides", "hooks", "contexts", "ontology"];
933
934
  }
934
935
  async function installComponent(targetDir, component, options) {
935
936
  if (component === "entry-md") {
@@ -1409,7 +1410,7 @@ async function preserveCustomizations(targetDir, customizations) {
1409
1410
  return preserved;
1410
1411
  }
1411
1412
  function getAllUpdateComponents() {
1412
- return ["rules", "agents", "skills", "guides", "hooks", "contexts"];
1413
+ return ["rules", "agents", "skills", "guides", "hooks", "contexts", "ontology"];
1413
1414
  }
1414
1415
  async function getLatestVersion() {
1415
1416
  const layout = getProviderLayout();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oh-my-customcode",
3
- "version": "0.13.3",
3
+ "version": "0.14.1",
4
4
  "description": "Batteries-included agent harness for Claude Code",
5
5
  "type": "module",
6
6
  "bin": {
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "0.2.0",
3
- "lastUpdated": "2026-02-17T07:30:00.000Z",
2
+ "version": "0.3.0",
3
+ "lastUpdated": "2026-02-18T00:00:00.000Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "rules",
@@ -37,6 +37,12 @@
37
37
  "path": ".claude/contexts",
38
38
  "description": "Context configuration files",
39
39
  "files": 4
40
+ },
41
+ {
42
+ "name": "ontology",
43
+ "path": ".claude/ontology",
44
+ "description": "Ontology knowledge graph for RAG-powered agent context",
45
+ "files": 8
40
46
  }
41
47
  ],
42
48
  "source": "https://github.com/baekenough/oh-my-customcode"