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
+18
View File
@@ -0,0 +1,18 @@
# apsuflow-skills
This repository distributes one on-demand operator skill. The canonical derived
source is `/opt/repositories/apsuflow/SKILL.md`; keep
`skills/apsuflow/SKILL.md` byte-identical whenever applicable Apsuflow
requirements or observed CLI behavior change.
Do not add implementation guidance, project policy, release mechanics, or a
second skill unless it owns a distinct recurring decision with a non-overlapping
trigger. Apsuflow `REQUIREMENTS.md`, CLI help, tests, and signed release evidence
remain authoritative.
Before handoff:
```sh
cmp skills/apsuflow/SKILL.md /opt/repositories/apsuflow/SKILL.md
git diff --check
```