Skip to content

0xIntuition/learn-intuition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn Intuition

An interactive course that teaches the Intuition protocol inside Claude Code.

What You'll Learn

Part 1: Understanding the Knowledge Graph (Lessons 00-04)

  • What Intuition is and why it matters
  • Atoms — universal decentralized identifiers
  • Triples — semantic relationships that form the knowledge graph
  • Signals — staking, conviction, and bonding curves

Part 2: Building with the Protocol (Lessons 05-08)

  • Protocol package setup and testnet connection
  • Creating atoms and triples programmatically
  • Querying the knowledge graph (on-chain + GraphQL)
  • Reading vault state and signal data

Part 3: Building Real Applications (Lessons 09-11)

  • Navigating the Intuition ecosystem
  • Context engineering for AI-assisted development
  • Capstone project: build a real Intuition app from tiered templates

Getting Started

  1. Install Claude Code if you haven't already
  2. Clone this repo and navigate to it:
    git clone <repo-url>
    cd learn-intuition
  3. Start Claude Code:
    claude
  4. Run the course:
    /learn
    

Commands

Command What it does
/learn Show course dashboard
/learn next Start the next lesson
/learn progress View your progress stats
/learn reset Reset progress to start over
/learn 00-11 Jump to a specific lesson

Inspired By

learn-claude-code by Delba de Oliveira — an 11-lesson interactive course that teaches Claude Code by building a game inside it. We took that model and applied it to teaching a web3 protocol.

About Intuition

Intuition is a protocol for creating a decentralized knowledge graph. It uses three primitives — Atoms, Triples, and Signals — to let anyone create, connect, and stake on structured knowledge on-chain.

About

Interactive onboarding tool for learning about Intuition within Claude Code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors