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
npx -y skills add mysteryon88/skills --skill mina-protocol-agentAssembled 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
| Task | Use skill |
|---|---|
| Learn Mina/o1js | mina-o1js-learning-coach |
| Write zkApp code | mina-o1js-zkapp-dev |
| Review security | mina-o1js-security-review |
| Add tests | mina-o1js-testing-fuzzing |
| Token logic | mina-token-standard-security |
| Deployment and upgrades | mina-deployment-upgrade-security |
| Credentials and privacy | mina-privacy-credentials-security |
| Current ecosystem research | mina-ecosystem-research-scout |
| ZkPrograms and recursion | mina-zkprogram-recursion-dev |
| Merkle/off-chain state | mina-merkle-offchain-state-dev |
| Frontend prover UX | mina-frontend-prover-ux |
| Transaction or AccountUpdate debugging | mina-accountupdate-transaction-debugger |
| Circuit design patterns | mina-o1js-circuit-design-patterns |
| Debugging and performance | mina-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.mdfor task-to-skill routing.references/playbooks/CODING_TASK_CARDS.mdfor prompts to paste into coding agents.references/playbooks/O1JS_CODE_PATTERNS.mdfor compact code patterns.references/playbooks/SECURITY_BUG_PATTERNS.mdfor audit checklists.references/playbooks/TESTING_RECIPES.mdfor invariant-to-test mapping.references/playbooks/LEARNING_ROADMAP.mdfor a teaching path.references/templates/for audit reports, implementation notes and system prompt setup.references/examples/for small examples.references/SOURCES.mdfor 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/
- openai.yaml231 B
references/
- examples/LOCALBLOCKCHAIN_TEST_PATTERN.md804 B
- examples/METHOD_SPEC_EXAMPLE.md740 B
- examples/PRIVACY_NULLIFIER_PATTERN.md476 B
- examples/SAFE_COUNTER_PATTERN.md641 B
- examples/TOKEN_TEST_MATRIX.md625 B
- INDEX.md1.9 KB
- playbooks/CODING_TASK_CARDS.md3.6 KB
- playbooks/LEARNING_ROADMAP.md3.1 KB
- playbooks/O1JS_CODE_PATTERNS.md1.9 KB
- playbooks/QUICK_REFERENCE.md1.6 KB
- playbooks/SECURITY_BUG_PATTERNS.md3.0 KB
- playbooks/TESTING_RECIPES.md2.5 KB
- SOURCES.md3.6 KB
- templates/MINA_AUDIT_REPORT_TEMPLATE.md2.5 KB
- templates/MINA_IMPLEMENTATION_NOTE_TEMPLATE.md782 B
- templates/MINA_PROTOCOL_AGENT_SYSTEM.md2.2 KB