A skills.sh-compatible Agent Skill for building, debugging, and reviewing TxLINE integrations.
Place the txline-builder directory in the skills directory used by your agent, or publish it in a GitHub repository and install it with the skills CLI:
npx skills add SachPlayZ/txline-builder --skill txline-builder- focused
SKILL.mdworkflow; - current-reference snapshot for auth, REST/SSE, proof validation, and troubleshooting;
- safe Node/Next.js scaffold generator;
- static integration audit script;
- behavioral and trigger eval sets.
node scripts/scaffold_txline.mjs --root /path/to/project --framework next --network mainnet
node scripts/audit_txline_integration.mjs /path/to/projectReview generated code and verify current TxLINE docs before production use.