mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-12 12:06:29 +03:00
The "Completed Architecture" diagram in Phase 4 showed the CLI binary at the skill root, but every other skill in this repo (and the Agent Skills spec) places executable scripts in a `scripts/` subdirectory. Changes: - Replaced ASCII-art two-layer diagram with concrete directory structure showing `scripts/servicex-cli` inside the skill directory - Added Trigger/Execute layer table clarifying the role of each file - Updated the "Agent opens session" flow to use `scripts/` relative paths - Added deployment model comparison (scripts/ inside skill vs global PATH) - Updated the "Installation instructions" entry in What NOT to Put table Trigger: neopabo on Nous Research Discord Signed-off-by: Magnus Hedemark <magnus919@pm.me>