zaileys 4.0.1 → 4.0.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 +1 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -92,16 +92,7 @@ to fix errors. Install it straight from this repo:
|
|
|
92
92
|
npx skills add zeative/zaileys # add -g for a global install
|
|
93
93
|
```
|
|
94
94
|
|
|
95
|
-
The suite has an orchestrator that auto-routes plus
|
|
96
|
-
|
|
97
|
-
| Command (plugin) | Does |
|
|
98
|
-
| ---------------- | ---- |
|
|
99
|
-
| `/zaileys-official:assist` | Orchestrator — auto-detects intent (build / debug / review / explain) |
|
|
100
|
-
| `/zaileys-official:scaffold` | Generate a complete runnable bot from a short spec |
|
|
101
|
-
| `/zaileys-official:debug` | Diagnose a zaileys error/symptom → cause → fix |
|
|
102
|
-
| `/zaileys-official:review` | Audit code vs best practices + ban-safety |
|
|
103
|
-
|
|
104
|
-
Each skill also fetches the [live docs](https://zeative.github.io/zaileys/llms-full.txt) for the latest API. See [the skill guide](https://zeative.github.io/zaileys/skill/).
|
|
95
|
+
The suite has an orchestrator that auto-routes plus focused scaffold, debug, and review skills. See the full guide → **[zeative.github.io/zaileys/skill](https://zeative.github.io/zaileys/skill/)**.
|
|
105
96
|
|
|
106
97
|
## Why Zaileys
|
|
107
98
|
|