@n8n-as-code/skills 1.1.0 → 1.1.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
@@ -1,10 +1,14 @@
1
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
+ **The AI skill layer that gives coding agents n8n superpowers.**
4
+
5
+ This package powers the shared n8n ontology behind `n8n-as-code`: searchable nodes, documentation, workflow examples, validation, and generated `AGENTS.md` context for coding agents.
6
+
3
7
  > **⚠️ BREAKING CHANGE (v0.16.0)**: Workflows are now generated and documented in **TypeScript format** (`.workflow.ts`) instead of JSON for better AI compatibility and readability.
4
8
 
5
9
  > **📌 Internal Library** — This package is not meant to be used directly. Public access is via [`n8nac`](https://www.npmjs.com/package/n8nac): `npx n8nac skills <command>`.
6
10
 
7
- Specialized tooling for AI Agents (Cursor, Cline, Copilot) to interact with n8n workflows and nodes.
11
+ Specialized tooling for AI agents across Copilot, Cursor, Windsurf, Claude Code, and related editor or CLI workflows.
8
12
 
9
13
  ## 🛠 Purpose
10
14