flowsfarm 0.1.1 → 0.1.3

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.
Files changed (3) hide show
  1. package/README.md +11 -0
  2. package/dist/index.js +60 -50
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -20,6 +20,17 @@ npm install -g flowsfarm
20
20
  bun install -g flowsfarm
21
21
  ```
22
22
 
23
+ ### Claude Code Plugin
24
+
25
+ Install the FlowsFarm skill for Claude Code:
26
+
27
+ ```
28
+ /plugin marketplace add filipexyz/plugins
29
+ /plugin install flowsfarm@filipelabs
30
+ ```
31
+
32
+ This teaches Claude how to use FlowsFarm to manage your n8n workflows.
33
+
23
34
  ### Development Setup
24
35
 
25
36
  ```bash