AI Dev Kit
The io.Intelligence AI Dev Kit helps developers use AI coding agents to build with io.Intelligence. It gives an agent the product-specific knowledge and workflows it needs to understand your goal, inspect your project, navigate the official documentation, and help implement or troubleshoot a solution.
The kit is an Agent Skills-compatible development aid. It isn't an io.Intelligence runtime package and doesn't replace the public documentation. The official io.Intelligence documentation remains the source of truth for product behavior and public APIs.
What the Kit Provides
The V1 kit combines two layers:
- The
io-intelligenceskill gives a compatible coding agent task routing, architecture knowledge, implementation workflows, and diagnostic playbooks for io.Intelligence. - The template materializer retrieves one official application template selected by the agent from an immutable Git tag. Template source isn't bundled into the installed skill.
Together, these layers can help you:
- understand the io.Intelligence package ecosystem and choose an integration path;
- add io.Intelligence capabilities to an existing project;
- start a packaged or editable React or Angular io.Assist application;
- start a framework-free custom assistant built with AI Web;
- integrate MCP, Working Context, MCP Apps, sampling, and elicitation;
- connect an existing agentic backend through AI Mastra Bridge or design a custom adapter for the io.Intelligence Agent Protocol;
- follow the io.Assist Anywhere guide and diagnose problems using evidence from your project.
How It Works
The kit divides responsibility deliberately:
| Layer | Responsibility |
|---|---|
| Official documentation | Defines current public capabilities, concepts, and APIs. |
io-intelligence skill | Teaches the agent how to select relevant documentation, reason across packages, scaffold supported applications, and investigate common problems. |
| AI coding agent | Understands your request, inspects the local project, proposes or makes changes with your permission, and chooses suitable verification for the situation. |
| Template materializer | Deterministically retrieves the selected official template and records its source identity. |
The skill doesn't depend on a deterministic project inspector. The coding agent uses its normal file, search, terminal, and browser tools to understand the project in front of it. This lets the investigation adapt to real project structure while the skill supplies io.Intelligence-specific guidance.
Choose a Starting Point
- New to the kit: install it and try your first prompt.
- Working in an existing project: see Using the Dev Kit.
- Starting a new application: compare the official application templates.
- Evaluating scope: review the capabilities and V1 boundaries.