Back to Projects

Context

Skill

A structured skills package for AI coding agents, packaging Blutui's engineering guidelines as composable rules that agents consume at inference time, built to pair with the Blutui MCP.

Blutui Context repository

Blutui Context - agentic skills package for AI coding agents.

Tech Stack

  • Skills
  • Markdown

Overview

A recurring challenge when building AI-assisted tooling for Blutui was that coding agents, even highly capable ones had no reliable grounding in Blutui's conventions. Models would produce structurally plausible code that was wrong for Blutui: incorrect file paths, invalid Canvas syntax, raw HTML where Blutui form tags belong, or hardcoded content that should live in Collections. The problem wasn't the model's capability, it was the absence of context.

Blutui Context is the fix. It packages Blutui's engineering guidelines as a structured skill blutui-project-guidelines, that agents consume at inference time to produce code that actually works in a Blutui project.

MCP Integration

The skill pairs directly with the Blutui MCP, which exposes tools for creating, listing, and retrieving Blutui resources, as well as a documentation search tool. Together, the skill and MCP give agents both the rules and the lookup capability to build accurate Blutui code without hallucinating platform-specific syntax.

Email: dionpinto000@gmail.com