Skip to main content
Initia provides tools to help AI coding agents and LLMs work with the Interwoven Stack. These give your tools the context they need to generate accurate code for contracts, frontends, and rollup operations.

Available Tools

Agent Skills

A skill that teaches AI agents how to build on Initia end-to-end.

llms.txt

A structured index of all Initia documentation pages for LLM context.

Docs MCP

A Model Context Protocol server for searching Initia docs from your IDE.

When to Use Each Tool

ToolBest forSetup
Agent SkillsBuilding full-stack apps (contracts, frontends, rollups)npx skills add initia-labs/agent-skills
llms.txtGiving an LLM broad context about all docsPaste the URL into your LLM context
Docs MCPTargeted search of docs from your IDEAdd the MCP server endpoint to your IDE

Getting Started

1

Choose your tool

If you are building a full app, start with Agent Skills. For quick reference lookups, use the Docs MCP. To give an LLM broad context in a single prompt, use llms.txt.
2

Set up your environment

Follow the setup instructions on the respective tool page.
3

Start building

Use natural language prompts to scaffold contracts, build frontends, and manage rollup operations.