@n8n-as-code/skills 0.12.0 → 0.13.0
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 +3 -3
- package/dist/assets/n8n-docs-complete.json +9986 -9863
- package/dist/assets/n8n-knowledge-index.json +4558 -4418
- package/dist/assets/n8n-nodes-index.json +1 -1
- package/dist/assets/n8n-nodes-technical.json +3 -5
- package/dist/assets/workflows-index.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @n8n-as-code/skills
|
|
1
|
+
# <img src="https://raw.githubusercontent.com/EtienneLescot/n8n-as-code/main/res/logo.png" alt="n8n-as-code logo" width="32" height="32"> @n8n-as-code/skills
|
|
2
2
|
|
|
3
3
|
Specialized tooling for AI Agents (Cursor, Cline, Copilot) to interact with n8n workflows and nodes.
|
|
4
4
|
|
|
@@ -9,7 +9,7 @@ This package provides a dedicated CLI (`n8nac-skills`) and programmatic tools de
|
|
|
9
9
|
2. **Search Nodes**: Find specific n8n nodes and their properties.
|
|
10
10
|
3. **Initialize Context**: Bootstrap developer environments with `AGENTS.md`, JSON schemas, and snippets.
|
|
11
11
|
|
|
12
|
-
##
|
|
12
|
+
## Installation
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
15
|
npm install @n8n-as-code/skills
|
|
@@ -17,7 +17,7 @@ npm install @n8n-as-code/skills
|
|
|
17
17
|
|
|
18
18
|
## 📖 CLI Usage
|
|
19
19
|
|
|
20
|
-
### `search <query>` -
|
|
20
|
+
### `search <query>` - Deep Unified Search (PRIMARY TOOL)
|
|
21
21
|
|
|
22
22
|
**Deep Full-Text Search with Smart Keyword Matching** across 600+ nodes and 1240+ documentation pages.
|
|
23
23
|
Optimized for natural language queries, technical terms, and capabilities (e.g., "image generation" finds Google Gemini).
|