@fro.bot/systematic 1.8.0 → 1.8.2
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 +3 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -52,17 +52,11 @@ Most AI coding assistants respond to requests without structure or methodology.
|
|
|
52
52
|
|
|
53
53
|
### Installation
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
```bash
|
|
58
|
-
npm install @fro.bot/systematic
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Add it to your OpenCode configuration (`~/.config/opencode/opencode.json`):
|
|
55
|
+
Add the plugin to your OpenCode configuration (`~/.config/opencode/opencode.json`):
|
|
62
56
|
|
|
63
57
|
```json
|
|
64
58
|
{
|
|
65
|
-
"plugins": ["@fro.bot/systematic"]
|
|
59
|
+
"plugins": ["@fro.bot/systematic@latest"]
|
|
66
60
|
}
|
|
67
61
|
```
|
|
68
62
|
|
|
@@ -92,7 +86,7 @@ Skills are structured workflows that guide the AI through systematic engineering
|
|
|
92
86
|
| `agent-browser` | Browser automation using Vercel's agent-browser CLI |
|
|
93
87
|
| `agent-native-architecture` | Design systems where AI agents are first-class citizens |
|
|
94
88
|
| `compound-docs` | Capture solved problems as categorized documentation |
|
|
95
|
-
| `
|
|
89
|
+
| `creating-agent-skills` | Expert guidance for writing and refining skills |
|
|
96
90
|
| `file-todos` | File-based todo tracking with status and dependency management |
|
|
97
91
|
| `git-worktree` | Manage git worktrees for isolated parallel development |
|
|
98
92
|
|