@mindfiredigital/ignix-lite-skill
v2.1.0
Published
AI skill, intents, reference guides, templates, and rule context for Ignix-Lite
Downloads
268
Readme
Ignix-Lite AI Skill
AI guidelines, intent catalogs, design tokens, and validation tools for Ignix-Lite.
This package provides a standardized AI Skill model that teaches Large Language Models (LLMs) and MCP agents how to generate, validate, and style HTML layouts using the classless Ignix-Lite design system.
Package Structure
SKILL.md: The master instruction guide for AI agents. It describes the design system's architecture, intent rules, states, and Emmet shortcuts.assets/:design-tokens.json: The complete:rootcustom properties list (colors, margins, spacing, shapes).intents.json: Component configuration mapping elements to their valid data-intent tags and native states.
references/:api-guide.md: A detailed technical manual for all 13 Model Context Protocol (MCP) server tools.examples.md: Verified MCP call and response structures.
templates/:component.html.template: Showcase template demonstrating all components styled natively with Ignix-Lite.
scripts/:validate.js: Verification script to ensure design tokens, guide docs, and manifests remain consistent.
Validation
To ensure all guides and catalogs remain in sync with the core engine registry:
- Make sure you are in the workspace root.
- Run the validation script:
node skills/ignix-lite/scripts/validate.js
