Create/Modify MIP Proposal
SkillDev toolsA skill for dev tools by moonwell-fi.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Create/Modify MIP Proposal skill
What this skill tells your AI
The instructions your AI receives, as published by moonwell-fi/moonwell-contracts-v2 in .claude/skills/mip/SKILL.md and read by ahel’s review.
Steps
- Ask user for: MIP number, target chain, reference proposal (if any)
- Run
git branch --show-current— refuse to proceed if onmain - Check existing MIP naming pattern:
ls src/proposals/ - Load chain addresses from config files (never hardcode addresses)
- After code changes, run
forge buildto verify compilation - Run
forge test --match-contract <MIPName>to verify tests pass - Show diff summary before committing
Rules
- Storage variables in build() must be initialized from chain config addresses
- Duration calculations: always show math explicitly for user verification
- Follow existing naming convention exactly
Signals
- GitHub stars
- 108
- Forks
- 62
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
mip- Source
- github.com/moonwell-fi/moonwell-contracts-v2