Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

LLMs

JAW documentation is available in LLM-friendly formats following the llms.txt standard, plus agent skills for AI-assisted development.

llms.txt Files

These files are designed to be fetched by AI assistants and coding tools to provide accurate, up-to-date JAW documentation as context.

Routing Index

Start here. This file routes AI assistants to the right domain-specific file based on the user's question.

FileDescription
/llms.txtMaster routing index — directs AI assistants to the correct domain file

Domain Files

Each file is self-contained with everything an AI needs to answer questions in that area. Fetch only the one that matches your question.

FileContents
/llms-wagmi.txtWagmi connector and React hooks for Next.js/React integration
/llms-core.txtEIP-1193 provider and full RPC method reference
/llms-account.txtAccount API for headless integration and AI agent wallets
/llms-quickstart.txtGetting started guides and common use cases
/llms-configuration.txtConfiguration options including gas sponsoring and ENS
/llms-advanced.txtCustom UI handlers, passkey server setup, and white-label integration
/llms-full.txtRedirects to the routing index (for tools that look for this file)

Agent Skills

There's an official agent skill that gives AI coding assistants deep knowledge of the JAW SDK and best practices for building with it.

Repository: github.com/JustaName-id/jaw-skills

Install

npx skills add JustaName-id/jaw-skills

Once installed, your AI coding assistant will automatically apply JAW-specific guidance when you're working on integration code — covering connector setup, smart account operations, permission flows, and common patterns.