ai-nexus 1.5.5 → 1.5.7
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 +6 -5
- package/README.md +6 -6
- package/package.json +2 -2
package/README.ko.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# ai-nexus
|
|
4
4
|
|
|
5
|
-
>
|
|
6
|
-
>
|
|
5
|
+
> 프롬프트마다 관련 룰과 스킬 2-3개만 로딩.
|
|
6
|
+
> 나머지는 Claude에게 아예 보이지 않음.
|
|
7
|
+
> 같은 룰과 스킬이 Cursor, Codex에서도 추가 설정 없이 동작.
|
|
7
8
|
|
|
8
9
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
9
10
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
@@ -44,7 +45,7 @@ npx ai-nexus install
|
|
|
44
45
|
✓ Codex → .codex/AGENTS.md (통합)
|
|
45
46
|
|
|
46
47
|
하나의 소스. 모든 도구가 동기화됩니다.
|
|
47
|
-
|
|
48
|
+
프롬프트마다 관련 룰과 스킬 2-3개만 로딩.
|
|
48
49
|
```
|
|
49
50
|
|
|
50
51
|
---
|
|
@@ -53,7 +54,7 @@ npx ai-nexus install
|
|
|
53
54
|
|
|
54
55
|
| | 강점 | 상세 |
|
|
55
56
|
|---|---|---|
|
|
56
|
-
| **Claude 바깥에서 필터링** |
|
|
57
|
+
| **Claude 바깥에서 필터링** | 몇 개를 설치하든, 프롬프트당 2-3개만 로딩 | 네이티브 `alwaysApply: false`는 Claude가 모든 description을 읽고 판단. ai-nexus는 Claude 시작 전에 필터링 — Claude는 불필요한 파일을 아예 안 봄. 필터링 비용 $0(키워드) 또는 ~$0.50/월(GPT-4o-mini). |
|
|
57
58
|
| **한 번 작성, 어디서든 배포** | 하나의 파일 → 세 가지 도구 | `.md` 파일 하나만 작성하면 Cursor용 `.mdc`, Codex용 `AGENTS.md`로 자동 변환. 복붙 불필요. |
|
|
58
59
|
| **AI 기반 선택** | GPT-4o-mini 또는 Claude Haiku가 선택 | 매 프롬프트마다 훅이 실행되어 필요한 것만 로딩. 월 ~$0.50. AI 없이도 키워드 매칭으로 무료 동작. |
|
|
59
60
|
| **팀 전체 일관성** | Git 기반 공유 | 모든 팀원이 같은 저장소에서 설치. `npx ai-nexus update` 한 번으로 전팀 동기화. |
|
|
@@ -407,7 +408,7 @@ node bin/ai-nexus.cjs test "your prompt"
|
|
|
407
408
|
**나한테 이게 필요해?**
|
|
408
409
|
|
|
409
410
|
도구 하나에 룰이나 스킬 몇 개면 굳이 필요 없습니다. 해당 도구 자체 설정으로 충분해요. ai-nexus는 이런 사람들을 위한 거예요:
|
|
410
|
-
- 룰/스킬을 많이 설치하고 효율적으로 로딩하고 싶을 때 (
|
|
411
|
+
- 룰/스킬을 많이 설치하고 효율적으로 로딩하고 싶을 때 (몇 개를 설치하든, 2-3개만 로딩)
|
|
411
412
|
- **여러 도구** (Claude Code + Cursor + Codex)를 쓰면서 한 곳에서 관리하고 싶을 때
|
|
412
413
|
- **230개 이상 커뮤니티 룰과 스킬**을 직접 안 쓰고 바로 가져다 쓰고 싶을 때
|
|
413
414
|
|
package/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# ai-nexus
|
|
4
4
|
|
|
5
|
-
>
|
|
6
|
-
>
|
|
7
|
-
>
|
|
5
|
+
> Only 2-3 relevant rules and skills load per prompt.
|
|
6
|
+
> The rest are hidden from Claude completely.
|
|
7
|
+
> Your rules and skills also work in Cursor and Codex — no extra setup.
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
10
10
|
[](https://www.npmjs.com/package/ai-nexus)
|
|
@@ -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
|
-
|
|
48
|
+
Only 2-3 relevant rules and skills 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** |
|
|
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 (
|
|
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-nexus",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "1.5.7",
|
|
4
|
+
"description": "Only 2-3 relevant rules and skills load per prompt. The rest stay hidden from Claude. Works across Claude Code, Cursor, and Codex.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
7
7
|
"ai-nexus": "bin/ai-nexus.cjs"
|