IntentSwap Engineering Skill
Use this skill for code changes in:
- •
contracts/IntentSwapHook.sol - •
agent/executor.py - •
scripts/deploy.js - •
.env.example - •
README.mdand architecture docs
Workflow
- •Read
references/constraints.md. - •Read
references/workflow.md. - •Inspect only files needed for the requested change.
- •Implement minimal explicit logic.
- •Run relevant checks and report command outputs.
- •Update docs if interfaces or behavior changed.
When To Use
Trigger this skill when requests include:
- •intent condition logic changes
- •hook callback validation changes
- •agent execution behavior changes
- •env/config/run command changes
Avoid
- •speculative strategy logic
- •hidden abstractions that obscure validation
- •offchain checks that replace onchain checks