multiversx-spec-compliance
✓Verify smart contract implementations match their specifications, whitepapers, and MIP standards. Use when auditing for specification adherence, validating tokenomics implementations, or checking MIP compliance.
Installation
SKILL.md
Ensure that MultiversX smart contract implementations match their intended design as specified in whitepapers, technical specifications, and MultiversX Improvement Proposals (MIPs). This skill bridges the gap between documentation and code.
| Code | Rust implementation | src/.rs | | Specification | Design document | whitepaper.pdf, README.md, specs/ | | MIP Reference | Standard requirements | MultiversX MIPs |
| MUST | Required | "Users MUST stake minimum 100 tokens" | | MUST NOT | Forbidden | "Admin MUST NOT withdraw user funds" | | SHOULD | Recommended | "Contract SHOULD emit events" | | SHALL | Obligation | "Rewards SHALL be calculated daily" | | MAY | Optional | "Users MAY delegate to multiple validators" |
Verify smart contract implementations match their specifications, whitepapers, and MIP standards. Use when auditing for specification adherence, validating tokenomics implementations, or checking MIP compliance. Source: multiversx/mx-ai-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-spec-compliance- Source
- multiversx/mx-ai-skills
- Category
- !Security
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is multiversx-spec-compliance?
Verify smart contract implementations match their specifications, whitepapers, and MIP standards. Use when auditing for specification adherence, validating tokenomics implementations, or checking MIP compliance. Source: multiversx/mx-ai-skills.
How do I install multiversx-spec-compliance?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/multiversx/mx-ai-skills --skill multiversx-spec-compliance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/multiversx/mx-ai-skills
Details
- Category
- !Security
- Source
- skills.sh
- First Seen
- 2026-02-01