Skip to main content

Developer Resources

Use these official resources when you want to learn the protocol, start from a working application, or hand Intuition-specific context to an AI coding agent.

Start Here​

ResourceUse WhenLink
Learn IntuitionYou want a guided course through atoms, triples, signals, reads, writes, and app building.Learn Intuition
TemplatesYou want to fork a working Intuition app instead of starting from a blank repository.Templates
AI SkillsYou want Claude Code, Codex, or another agent to produce correct Intuition protocol operations.AI Skills
MCP ServerYou want an AI app to query Intuition through Model Context Protocol tools.MCP Server

Official Repositories​

RepositoryPurpose
learn-intuitionInteractive Claude Code course for learning Intuition from primitives to a capstone app.
agent-skillsAgent-facing skills that provide canonical protocol context and unsigned transaction parameters.
intuition-basic-templateVite + React template that exposes protocol functions through direct forms.
intuition-advanced-templateNext.js template for curated lists with GraphQL reads, protocol writes, and SIWE auth.
intuition-mcp-serverModel Context Protocol server for querying and exploring Intuition data from AI clients.

Suggested Path​

  1. Read Choose Your Path to pick the right building surface.
  2. Run Learn Intuition if you want guided protocol context.
  3. Fork the basic or advanced template that matches your application.
  4. Install the AI skills before asking an agent to write Intuition protocol code.
  5. Use the MCP Server when your AI application needs live graph tools.

Agent-Ready Development​

The course, templates, and skills are designed to work together:

  • Learn Intuition teaches the protocol and ends with a template-based capstone.
  • The templates include agent-facing instructions for Claude Code, Codex, Cursor, and compatible tools.
  • The AI skills fill in Intuition-specific details that general LLMs usually miss, including ABIs, bytes32 IDs, batch-only creation flows, bonding curve mechanics, and unsigned transaction parameter generation.

For protocol concepts before implementation, start with Primitives. For reads and queries, use the GraphQL API. For onchain writes, use the SDK or Protocol docs.