Skills
skills are for agents that need durable knowledge without hallucinating last week's API. each skill pins upstream sources and exposes an audit gate. if pins go stale, the audit tells you. it does not silently rewrite the bundle like a polite liar.
packages
| skill | source pins | path |
|---|---|---|
moonx-everything | moonx docs + @moon-x/react-sdk | skills/moonx-everything |
paybox-everything | docs.paybox.sh | skills/paybox-everything |
x402-everything | docs.x402.org / foundation | skills/x402-everything |
install
copy a skill folder into your cursor skills directory, or grab the mirrored tree under /skills/<name>/ on this site.
example (repo checkout):
cp -r skills/moonx-everything ~/.cursor/skills/moonx-everything
audit verbs
audit- report freshness; exit non-zero if staleaudit-force- continue despite stale pins (--force)audit-focus- focused checks where supported (--focus=urls)
node skills/moonx-everything/scripts/audit-moonx-everything.mjs
node skills/paybox-everything/scripts/audit-paybox-everything.mjs
node skills/x402-everything/scripts/audit-x402-everything.mjs