gibil 0.1.1 → 0.1.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 +9 -1
- package/dist/index.js +22 -1713
- package/package.json +2 -1
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://i.imgur.com/
|
|
2
|
+
<img src="https://i.imgur.com/l5uHTnh.png" width="200" alt="Gibil" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">Gibil</h1>
|
|
@@ -82,6 +82,14 @@ gibil run task "cd /root/project && pnpm install && pnpm test" --json
|
|
|
82
82
|
gibil destroy task --json
|
|
83
83
|
```
|
|
84
84
|
|
|
85
|
+
## Agent Skill
|
|
86
|
+
|
|
87
|
+
Teach your AI agent how to use gibil. Works with Claude Code, Cursor, Copilot, Gemini CLI, and [40+ other agents](https://agentskills.io).
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
npx skills add https://github.com/AlexikM/gibil-skills --skill gibil
|
|
91
|
+
```
|
|
92
|
+
|
|
85
93
|
## License
|
|
86
94
|
|
|
87
95
|
Proprietary. See [LICENSE](LICENSE) for details.
|