You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_(Once installed, you can execute the `library-insight` command directly from any folder)._
120
120
121
-
### Option B: Run installer script from local source
122
-
123
-
You can install and symlink the CLI globally from a local checkout:
124
-
125
-
```bash
126
-
chmod +x install.sh
127
-
./install.sh
128
-
```
129
-
130
-
### Option C: Manual build from source
121
+
### Option B: Manual build from source
131
122
132
123
If you just want to run a local build without global registration:
133
124
@@ -148,7 +139,7 @@ The skill is designed around one rule: do not guess from web examples when the i
148
139
149
140
### 1. Global Auto-Integration
150
141
151
-
When you install the CLI globally via **Option A** (`npm install -g`) or **Option B** (`./install.sh`), a post-install script automatically copies the agent skill file into your user profile configurations:
142
+
When you install the CLI globally via **Option A** (`install.sh`), the installer script automatically copies the agent skill file into your user profile configurations:
152
143
153
144
-`~/.cursor/skills/library-insight`
154
145
-`~/.gemini/config/skills/library-insight`
@@ -176,7 +167,7 @@ This creates `.agents/skills/library-insight/SKILL.md` in the project root, enab
176
167
## CLI Usage & Commands
177
168
178
169
> [!NOTE]
179
-
> The examples below assume the executable has been installed globally (via npm or the installer script). You can execute it directly using:
170
+
> The examples below assume the executable has been installed globally (via the installer script). You can execute it directly using:
180
171
> `library-insight <command> [options]`
181
172
182
173
> [!IMPORTANT]
@@ -518,11 +509,7 @@ Library-Insight/
518
509
│ │ └── search/
519
510
│ │ └── SearchEngine.kt
520
511
│ └── build.gradle.kts
521
-
├── npm/ # npm package distribution packaging configuration
522
-
│ ├── bin/
523
-
│ │ ├── index.js # Global CLI entrypoint runner script
524
-
│ │ └── postinstall.js # Auto skill registration script
<p>The skill tells AI agents to verify real dependency APIs before writing code.</p>
365
+
<h3>Initialize workspace skill</h3>
366
+
<p>Scopes the agent skill to your current project root, creating <code>.agents/skills/library-insight/SKILL.md</code> for workspace-scoped AI agents.</p>
0 commit comments