v1.0.0 · MIT · Agent Skill

Minima — the everything-Minima AI skill

Drop it into any AI assistant and it knows how to build on and run Minima — smart contracts, MiniDapps, transactions, nodes, the lot.

A pack of expert Minima knowledge for your AI

It's a bundle of real Minima expertise your AI reads before it answers you — KISS VM smart contracts, MiniDapps and the MDS app system, transactions and tokens, running a node, Maxima messaging, native Android, and how to diagnose a failed transaction. It's packed with hard-won, on-chain-proven gotchas, so your AI gives you correct answers instead of guessing.

You don't need to be technical to use it. Install it once and it loads automatically whenever your chat is about Minima. Works with Claude, ChatGPT, Gemini, Cursor, Copilot, and more.

Add it to your AI

Pick your tool and follow the short steps. Need more detail? See the full instructions.

Claude Code (terminal)

Unzip it, then drop the minima folder into your skills directory:

mkdir -p ~/.claude/skills && cp -r minima ~/.claude/skills/
Claude.ai (web / desktop)
  1. Open Settings → Capabilities → Skills.
  2. Click Upload skill and choose the .zip. Done. (Requires a paid plan.)
VS Code + GitHub Copilot

Put the minima folder in your skills path, then reload the window:

~/.claude/skills/minima
Cursor

Save the .md file into your project as this file, then add a short front-matter header (see full instructions):

.cursor/rules/minima.mdc
Windsurf

Save the .md file into your project as this file — Cascade reads it automatically:

.windsurf/rules/minima.md
ChatGPT, Gemini, or any other chatbot
  1. Attach it: upload the .md file to a chat, Project, Gem, or Custom GPT, then ask away.
  2. Or paste it: copy the whole .md and paste it as your first message or into custom instructions.

One question only the skill can answer

Ask your AI this. If it gets it right, the skill is live.

"In Minima, why can txnpost return status:true and the coin still never move?"

Expected: because status:true means accepted to the mempool only — not mined or valid — so a covenant can silently Script-FAIL and the transaction never lands on-chain.