Live system
Finish with Proof: a portable execution protocol for coding agents—diagnose before patching, bound delegation, and verify real outcomes.
npx -y skills add MiaoY0uShan/FP --skill live-systemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Remote, stateful, or embedded system operations. Use when working with routers, OpenWrt, embedded Linux, VMs, containers, remote servers, or any target where a restart or 'ready' label is not proof of function. Provides management path preservation and verification protocols.
SKILL.md
1.0 KB, as published. Nobody here has run it
FP Live-System Profile
For remote/stateful targets, load ../templates/remote-stateful-system-checklist.md.
For OpenWrt/embedded Linux/routers, also load ../templates/openwrt-live-system-verification-profile.md.
Core Rules
- Preserve management path — never lock yourself out.
- Create rollback point before any write.
- Inspect desired/generated/effective state — config file ≠ running state.
- Verify with real client path — a service restart or
readylabel is not proof. - Track resource ownership — prove stop/restart/reload don't leak processes, sockets, or locks.
- Redact secrets from all output.