@fro.bot/systematic 2.29.0 → 2.30.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 +10 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,13 +33,21 @@ Systematic is an [OpenCode](https://opencode.ai/) plugin that ships 40+ bundled
33
33
 
34
34
  ## Quick Install
35
35
 
36
- Add to your `opencode.json` and restart OpenCode:
36
+ **OpenCode plugin** full integration (slash commands, `systematic_skill` tool, agent registration):
37
37
 
38
38
  ```json
39
39
  { "plugins": ["@fro.bot/systematic@latest"] }
40
40
  ```
41
41
 
42
- Your global config lives at `~/.config/opencode/opencode.json`.
42
+ Add that to `~/.config/opencode/opencode.json` and restart OpenCode.
43
+
44
+ **`npx skills`** — portable skill content for any AI harness (Claude Code, Cursor, Copilot, …):
45
+
46
+ ```bash
47
+ npx skills add marcusrbrown/systematic
48
+ ```
49
+
50
+ Use the plugin if you're on OpenCode and want the complete experience. Use `npx skills` if you want the skill Markdown files dropped into whatever harness you're running.
43
51
 
44
52
  ## First Workflow
45
53
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fro.bot/systematic",
3
- "version": "2.29.0",
3
+ "version": "2.30.0",
4
4
  "description": "Structured engineering workflows for OpenCode",
5
5
  "type": "module",
6
6
  "homepage": "https://fro.bot/systematic",