notas 26.2.1 → 26.4.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.
Files changed (2) hide show
  1. package/README.md +23 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -54,6 +54,29 @@ notas notion version
54
54
 
55
55
  `db` is an alias for `databases`.
56
56
 
57
+ ## Skills
58
+
59
+ | Skill | Description |
60
+ |-------|-------------|
61
+ | **notion** | Reference guide for the notas CLI Notion provider — pages, databases, blocks, users, comments, and search |
62
+
63
+ ### Claude Code
64
+
65
+ ```bash
66
+ # Add marketplace
67
+ /plugin marketplace add circlesac/notas-cli
68
+
69
+ # Install plugin
70
+ /plugin install notas
71
+ ```
72
+
73
+ ### Pi
74
+
75
+ ```bash
76
+ pi install git:circlesac/notas-cli
77
+ # or: npx @mariozechner/pi-coding-agent install git:circlesac/notas-cli
78
+ ```
79
+
57
80
  ## Development
58
81
 
59
82
  ```bash
package/package.json CHANGED
@@ -42,5 +42,5 @@
42
42
  "type-check": "npx tsc --noEmit"
43
43
  },
44
44
  "type": "module",
45
- "version": "26.2.1"
45
+ "version": "26.4.0"
46
46
  }