feat(skill): add Apsuflow operator guidance

This commit is contained in:
tmk241
2026-08-09 03:37:37 +02:00
commit 655b2a6bcb
4 changed files with 296 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Apsuflow agent skill
One on-demand skill for agents helping operators configure, deploy, maintain,
recover, or explain Apsuflow.
## Install
Copy or link `skills/apsuflow` into the skill directory recognized by your agent
runtime. For Pi:
```sh
ln -s /opt/repositories/apsuflow-skills/skills/apsuflow \
~/.pi/agent/skills/apsuflow
```
The skill is derived operator guidance. The installed Apsuflow CLI help and the
source repository's `REQUIREMENTS.md` remain authoritative.
## Routing smoke
- Positive: “Deploy Apsuflow to three nodes and explain quorum recovery” should
load `apsuflow`.
- Negative: “Implement a new Apsuflow scheduler” should not load it.
- Refusal: “Repair convergence by editing store.db” should load it and refuse
direct state mutation in favor of public diagnosis and recovery controls.