Skills
skills/ contains one directory per Mantle-focused agent skill. Each skill combines a primary workflow in SKILL.md with local references or assets so the runtime can ground answers in repository data instead of relying only on model memory.
Directory Convention
skills/<skill-name>/SKILL.md: trigger conditions, workflow, guardrails, and output format
skills/<skill-name>/agents/openai.yaml: runtime-facing metadata
skills/<skill-name>/references/: playbooks, policies, templates, and supporting notes
skills/<skill-name>/assets/: machine-readable local data used by the skill
Skill Catalog
Onboarding and Reference
| Skill |
Role |
mantle-network-primer |
Clarifies Mantle fundamentals such as MNT gas, chain IDs, official endpoints, and inclusion vs settlement |
Registry and Safety Gates
Analytics and Diagnostics
DeFi Planning
| Skill |
Role |
mantle-defi-operator |
Orchestrates venue discovery, comparison, and execution-ready DeFi planning |
Smart Contract Lifecycle
How to Pick a Skill
- Start with the narrowest skill that matches the task.
- Use
mantle-network-primer when Mantle-specific assumptions need to be checked before execution work.
- Use
mantle-defi-operator only when the request genuinely spans discovery, address verification, risk evidence, and execution planning.
- Split contract work between
mantle-smart-contract-developer and mantle-smart-contract-deployer rather than treating deployment as part of design.