agentsclimarketplace

Mina protocol agent

Skill mysteryon88/skills/mina-protocol/skills/mina-protocol-agent

Use when installing, choosing, coordinating, or operating the Mina Protocol/o1js skill pack, especially when shared playbooks, examples, templates, source references, or multiple Mina specialist skills may be needed.From its SKILL.md

Install
npx -y skills add mysteryon88/skills --skill mina-protocol-agent

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

3.1 KB, 685 tokens by cl100k_base, as published. Nobody here has run it

Mina Protocol Agent Skill Pack

Use when

Use this skill as the router and shared reference hub for the Mina Protocol/o1js skill pack.

It is especially useful when the user asks which Mina skill to use, wants a complete Mina coding or review agent, or needs task cards, examples, templates, source links or version hygiene notes.

Install model

This package is self-contained when the full skills/* directory is copied into an agent skills directory.

Shared materials live here:

mina-protocol-agent/
  references/
    INDEX.md
    SOURCES.md
    playbooks/
    examples/
    templates/

Specialist skills can refer to this sibling path:

../mina-protocol-agent/references/INDEX.md

Load only the specific reference file needed for the task.

Skill routing

TaskUse skill
Learn Mina/o1jsmina-o1js-learning-coach
Write zkApp codemina-o1js-zkapp-dev
Review securitymina-o1js-security-review
Add testsmina-o1js-testing-fuzzing
Token logicmina-token-standard-security
Deployment and upgradesmina-deployment-upgrade-security
Credentials and privacymina-privacy-credentials-security
Current ecosystem researchmina-ecosystem-research-scout
ZkPrograms and recursionmina-zkprogram-recursion-dev
Merkle/off-chain statemina-merkle-offchain-state-dev
Frontend prover UXmina-frontend-prover-ux
Transaction or AccountUpdate debuggingmina-accountupdate-transaction-debugger
Circuit design patternsmina-o1js-circuit-design-patterns
Debugging and performancemina-o1js-debugging-performance

Use multiple specialist skills when the task crosses boundaries, for example privacy plus frontend, token plus testing, or deployment plus security review.

Shared references

Start with references/INDEX.md when you need reusable material.

Common choices:

  • references/playbooks/QUICK_REFERENCE.md for task-to-skill routing.
  • references/playbooks/CODING_TASK_CARDS.md for prompts to paste into coding agents.
  • references/playbooks/O1JS_CODE_PATTERNS.md for compact code patterns.
  • references/playbooks/SECURITY_BUG_PATTERNS.md for audit checklists.
  • references/playbooks/TESTING_RECIPES.md for invariant-to-test mapping.
  • references/playbooks/LEARNING_ROADMAP.md for a teaching path.
  • references/templates/ for audit reports, implementation notes and system prompt setup.
  • references/examples/ for small examples.
  • references/SOURCES.md for official source links and version hygiene.

Working rule

For every Mina/o1js task, force this classification:

What is public?
What is private?
What is proven?
What is authorized?
What is trusted?
What can replay?
What can leak?

Do not treat normal TypeScript checks as proof constraints. Do not load every shared reference file by default.

What ships with it: 17 files

30.2 KB alongside SKILL.md

agents/

Keep looking

Skills are one crate of 326,144. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.