ai-nexus 1.5.5 → 1.5.6

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.ko.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ai-nexus
4
4
 
5
- > 200개 이상의 룰과 스킬을 설치하세요. 프롬프트당 2-3개만 로딩.
5
+ > 등록한 룰과 스킬이 개든, 프롬프트당 2-3개만 로딩.
6
6
  > 필터링은 Claude 안이 아니라 Claude 바깥에서.
7
7
 
8
8
  [![npm version](https://img.shields.io/npm/v/ai-nexus.svg)](https://www.npmjs.com/package/ai-nexus)
@@ -44,7 +44,7 @@ npx ai-nexus install
44
44
  ✓ Codex → .codex/AGENTS.md (통합)
45
45
 
46
46
  하나의 소스. 모든 도구가 동기화됩니다.
47
- 200개 이상 설치, 프롬프트당 2-3개만 로딩.
47
+ 개를 설치하든, 프롬프트당 2-3개만 로딩.
48
48
  ```
49
49
 
50
50
  ---
@@ -53,7 +53,7 @@ npx ai-nexus install
53
53
 
54
54
  | | 강점 | 상세 |
55
55
  |---|---|---|
56
- | **Claude 바깥에서 필터링** | 200개 이상 설치, 프롬프트당 2-3개만 로딩 | 네이티브 `alwaysApply: false`는 Claude가 모든 description을 읽고 판단. ai-nexus는 Claude 시작 전에 필터링 — Claude는 불필요한 파일을 아예 안 봄. 필터링 비용 $0(키워드) 또는 ~$0.50/월(GPT-4o-mini). |
56
+ | **Claude 바깥에서 필터링** | 개를 설치하든, 프롬프트당 2-3개만 로딩 | 네이티브 `alwaysApply: false`는 Claude가 모든 description을 읽고 판단. ai-nexus는 Claude 시작 전에 필터링 — Claude는 불필요한 파일을 아예 안 봄. 필터링 비용 $0(키워드) 또는 ~$0.50/월(GPT-4o-mini). |
57
57
  | **한 번 작성, 어디서든 배포** | 하나의 파일 → 세 가지 도구 | `.md` 파일 하나만 작성하면 Cursor용 `.mdc`, Codex용 `AGENTS.md`로 자동 변환. 복붙 불필요. |
58
58
  | **AI 기반 선택** | GPT-4o-mini 또는 Claude Haiku가 선택 | 매 프롬프트마다 훅이 실행되어 필요한 것만 로딩. 월 ~$0.50. AI 없이도 키워드 매칭으로 무료 동작. |
59
59
  | **팀 전체 일관성** | Git 기반 공유 | 모든 팀원이 같은 저장소에서 설치. `npx ai-nexus update` 한 번으로 전팀 동기화. |
@@ -407,7 +407,7 @@ node bin/ai-nexus.cjs test "your prompt"
407
407
  **나한테 이게 필요해?**
408
408
 
409
409
  도구 하나에 룰이나 스킬 몇 개면 굳이 필요 없습니다. 해당 도구 자체 설정으로 충분해요. ai-nexus는 이런 사람들을 위한 거예요:
410
- - 룰/스킬을 많이 설치하고 효율적으로 로딩하고 싶을 때 (200개 이상 설치, 2-3개만 로딩)
410
+ - 룰/스킬을 많이 설치하고 효율적으로 로딩하고 싶을 때 ( 개를 설치하든, 2-3개만 로딩)
411
411
  - **여러 도구** (Claude Code + Cursor + Codex)를 쓰면서 한 곳에서 관리하고 싶을 때
412
412
  - **230개 이상 커뮤니티 룰과 스킬**을 직접 안 쓰고 바로 가져다 쓰고 싶을 때
413
413
 
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  # ai-nexus
4
4
 
5
- > Install 200+ rules and skills. Only 2-3 load per prompt.
5
+ > No matter how many rules and skills you install, only 2-3 load per prompt.
6
6
  > Filtering happens before Claude, not inside Claude.
7
7
  > Write once, deploy across Claude Code, Cursor, and Codex.
8
8
 
@@ -45,7 +45,7 @@ Deploy everywhere:
45
45
  ✓ Codex → .codex/AGENTS.md (aggregated)
46
46
 
47
47
  One source of truth. Every tool in sync.
48
- 200+ installed, only 2-3 loaded per prompt.
48
+ No matter how many you install, only 2-3 loaded per prompt.
49
49
  ```
50
50
 
51
51
  ---
@@ -54,7 +54,7 @@ One source of truth. Every tool in sync.
54
54
 
55
55
  | | Benefit | Detail |
56
56
  |---|---|---|
57
- | **Filter before Claude, not inside Claude** | 200+ installed, only 2-3 loaded per prompt | Native `alwaysApply: false` has Claude read all descriptions to decide. ai-nexus filters before Claude starts — Claude never sees irrelevant files. Filtering costs $0 (keywords) or ~$0.50/mo (GPT-4o-mini). |
57
+ | **Filter before Claude, not inside Claude** | However many installed, only 2-3 loaded per prompt | Native `alwaysApply: false` has Claude read all descriptions to decide. ai-nexus filters before Claude starts — Claude never sees irrelevant files. Filtering costs $0 (keywords) or ~$0.50/mo (GPT-4o-mini). |
58
58
  | **Write once, deploy everywhere** | One file → three tools | Write a single `.md` file. ai-nexus auto-converts to `.mdc` for Cursor and `AGENTS.md` for Codex. No more copy-pasting. |
59
59
  | **AI-powered selection** | GPT-4o-mini or Claude Haiku picks files for you | A hook runs on every prompt, loading only what you need. Costs ~$0.50/month. Falls back to keyword matching with zero cost. |
60
60
  | **Team-wide consistency** | Git-based sharing | Everyone installs from the same repo. `npx ai-nexus update` keeps the whole team in sync. |
@@ -408,7 +408,7 @@ node bin/ai-nexus.cjs test "your prompt"
408
408
  **Do I actually need this?**
409
409
 
410
410
  If you use one tool with a few rules or skills, probably not — your tool's built-in settings are enough. ai-nexus is for people who:
411
- - Install a lot of rules/skills and want them loaded efficiently (200+ installed, 2-3 loaded)
411
+ - Install a lot of rules/skills and want them loaded efficiently (however many installed, only 2-3 loaded)
412
412
  - Use **multiple tools** (Claude Code + Cursor + Codex) and want one source of truth
413
413
  - Want **230+ community rules and skills** without writing everything from scratch
414
414
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-nexus",
3
- "version": "1.5.5",
3
+ "version": "1.5.6",
4
4
  "description": "Install 200+ AI coding rules and skills — only 2-3 load per prompt. Write once, deploy across Claude Code, Cursor, and Codex.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {