@softprobe/softprobe-js 2.0.3 → 2.0.4
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 +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -216,15 +216,23 @@ No `NPM_TOKEN` repository secret is required for this workflow.
|
|
|
216
216
|
This repo ships a ready-to-use Cursor Skill at:
|
|
217
217
|
|
|
218
218
|
- `cursor-skills/softprobe/SKILL.md`
|
|
219
|
+
- `cursor-skills/softprobe/docs/softprobe-spec.md`
|
|
220
|
+
- `cursor-skills/softprobe/docs/architecture-contract.md`
|
|
221
|
+
- `cursor-skills/softprobe/docs/workflow-contract.md`
|
|
222
|
+
- `cursor-skills/softprobe/docs/compatibility-matrix.md`
|
|
223
|
+
- `cursor-skills/softprobe/docs/do-not-infer.md`
|
|
219
224
|
- `cursor-skills/softprobe/templates/capture.sh`
|
|
220
225
|
- `cursor-skills/softprobe/templates/diff.sh`
|
|
221
226
|
- `cursor-skills/softprobe/templates/demo-pricing.sh`
|
|
222
227
|
|
|
228
|
+
For external repositories, install/copy the entire `cursor-skills/softprobe` folder so the skill includes both instructions and product knowledge.
|
|
229
|
+
|
|
223
230
|
### Install into Cursor
|
|
224
231
|
|
|
225
232
|
1. Open Cursor Settings.
|
|
226
233
|
2. Open Skills management.
|
|
227
234
|
3. Add/import the skill from this repo path: `cursor-skills/softprobe`.
|
|
235
|
+
- If importing to another repo, copy the full folder (including `docs/` and `templates/`).
|
|
228
236
|
4. Ensure global CLI is installed: `npm install -g @softprobe/softprobe-js`.
|
|
229
237
|
5. Reload Cursor window.
|
|
230
238
|
|