Skip to main content

@axinom/mosaic-agent-skills

An MCP (Model Context Protocol) server that provides AI-powered code generation for Mosaic development.

Purpose

Mosaic Agent Skills delivers production-ready code generation capabilities through specialized skills that work with any MCP-enabled AI agent (Claude Code, GitHub Copilot, etc.). The skills generate complete frontend stations following Mosaic best practices.

Key Features

  • Frontend Station Generation - Generate Explorer, Create, and Details stations with simple prompts
  • AI Agent Agnostic - Works with any AI agent supporting MCP
  • Self-Contained Skills - Each skill includes all conventions, templates, and reference files
  • Domain Agnostic - Adapts to your GraphQL schema and project structure

Installation

The package is distributed as an MCP server and doesn't require installation in your project. Configure your AI agent to use:

{
"mcpServers": {
"mosaic-agent-skills": {
"type": "stdio",
"command": "npx",
"args": ["@axinom/mosaic-agent-skills"]
}
}
}

Documentation

For comprehensive documentation including configuration, usage examples, and best practices, see:

AI-Assisted Development with Mosaic Agent Skills

Resources