Fused Gaming MCP is a comprehensive, production-ready Model Context Protocol server featuring 31 reusable AI skills, 28 specialized tools, and enterprise-grade multi-agent orchestration. Build AI-powered workflows for design, content, development, and automation.
- ๐จ 31 AI Skills โ Design systems, generative art, content creation, project management, and more
- ๐ ๏ธ 28 Specialized Tools โ Build tools, testing, CSS, documentation, and automation
- ๐ค SyncPulse Orchestration โ Enterprise multi-agent coordination with 9 email workflows
- ๐ฆ Production Ready โ TypeScript, npm-published, 12 published packages with continuous benchmarking
git clone https://github.com/fused-gaming/fused-gaming-skill-mcp.git
cd fused-gaming-skill-mcp
npm install
npm run buildUpdate claude_desktop_config.json:
{
"mcpServers": {
"fused-gaming-mcp": {
"command": "npm",
"args": ["run", "dev"],
"cwd": "/path/to/fused-gaming-skill-mcp",
"alwaysAllow": ["tools/all"]
}
}
}macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
npm install @h4shed/mcp-core @h4shed/skill-theme-factory @h4shed/skill-underworld-writerThe repository is organized into focused documentation categories for easier navigation:
| Section | Purpose | Location |
|---|---|---|
| Getting Started | Installation, quick-start guides, beginner tutorials | docs/getting-started/ |
| Architecture & Design | System design, MCP internals, design patterns | docs/architecture/ |
| Design Systems | UI components, themes, design tokens | docs/design/ |
| Reference | Project status, release notes, testing infrastructure | docs/reference/ |
- PLUGIN_GUIDE.md โ Complete 30-skill inventory with learning paths
- API_REFERENCE.md โ Complete API documentation for all tools and skills
- BENCHMARK_RELEASES.md โ Performance benchmarks and metrics
- CONTRIBUTING.md โ How to contribute and development setup
- CHANGELOG.md โ Release history and version tracking
- VERSION.json โ Authoritative release metadata
Organized by category. Each skill includes a full README in its package directory.
| Category | Count | Skills |
|---|---|---|
| ๐จ Design & Styling | 8 | Canvas, Frontend, Theme Factory, SVG, TailwindCSS, Style Dictionary, Agentic Flow, UX Journey Mapper |
| ๐ญ Generative Art | 3 | Algorithmic Art, NFT Art, Smart Contracts |
| ๐ ๏ธ Build Tools | 4 | TypeScript Toolchain, Vite Bundler, Mermaid Terminal, Vercel NextJS |
| ๐งช Testing & Validation | 2 | Playwright Testing, Pre-Deploy Validator |
| ๐ Components & Docs | 2 | Storybook, ASCII Mockup |
| ๐ง MCP Scaffolding | 2 | MCP Builder, Skill Creator |
| ๐ Content Creation | 2 | LinkedIn Master, Underworld Writer |
| ๐ค Orchestration | 2 | SyncPulse, SyncPulse Hub |
| ๐ Project Management | 3 | Project Manager, Skill Manager, Status Tool |
| ๐ฏ Productivity | 2 | Daily Review, Session Tracking |
View Complete Skill Inventory โ
Comprehensive tooling ecosystem for bundlers, testing, styling, docs, and automation.
| Category | Count | Tools |
|---|---|---|
| ๐ฆ Build & Bundling | 7 | esbuild, rollup, tsup, vite, vitepress, webpack, docusaurus |
| ๐จ Style & CSS | 6 | PostCSS, Sass, Less, CSSNano, TailwindCSS, Style Dictionary |
| ๐งช Testing & QA | 6 | Jest, Vitest, Cypress, Playwright, Pa11y, Axe Core |
| ๐ Documentation | 4 | Storybook, TypeDoc, Markdown-it, Husky |
| ๐ง CLI & Automation | 3 | Commander, Inquirer, Ora |
| ๐ Analysis & Reporting | 2 | Istanbul, Release Manager |
View Complete Tool Inventory โ
โ๏ธ Multi-Agent Orchestration โ SyncPulse with 9 templated email workflows
โ๏ธ Security-First โ JWT authentication, role-based access control, signed releases
โ๏ธ Design Systems โ Complete design tokens, theming, component libraries
โ๏ธ Generative Capabilities โ Art, content, code, assets, and automation
โ๏ธ Production Quality โ TypeScript strict mode, benchmarks, comprehensive testing
โ๏ธ Developer Experience โ Clear documentation, quick-start paths, scaffolding tools
| License | Use Case | Features |
|---|---|---|
| PPL 3.0.0 (Free) | Personal, open-source, educational | Community support |
| Commercial (Paid) | Business, SaaS, closed-source | Priority support, tiered pricing |
# Setup
npm install # Install dependencies
npm run build # Build all packages
npm run dev # Start dev server
# Quality & Validation
npm run lint # Code quality checks
npm run typecheck # TypeScript validation
npm run test # Run test suites
# Registry & Publishing
npm run registry:generate # Generate skill registry
npm run registry:update # Update and sync registry
npm run publish:prepare # Prepare versions for publishSyncPulse (v0.2.2) powers multi-agent coordination with:
- 100-500x vector search speedup via hierarchical indexing
- 9 email workflows for authentication, business, operations
- Work-stealing load balancing for heterogeneous swarms
- LRU cache management preventing OOM in 24h+ deployments
SyncPulse Hub (v0.1.1) adds:
- Real-time swarm monitoring dashboard
- Agent health metrics and performance analytics
- Task queue visualization and management
| Type | Count | Status |
|---|---|---|
| Skills (Published) | 12 | โ Available on npm |
| Skills (Queued) | 19 | ๐ฆ Ready for publishing |
| Tools | 28 | ๐ฆ Scaffolded, queued |
| Core Packages | 2 | โ Published |
| Dev Packages | 4 | ๐ง In progress |
| Total | 65 | โ |
- ๐จ Design Systems โ Build cohesive UI components and themes
- ๐ผ๏ธ Generative Art โ Create procedural artwork and NFTs
- ๐ ๏ธ Development โ MCP builders, validators, bundlers, and scaffolding
- ๐ฑ Prototyping โ Rapid wireframing and component design
- ๐ Content Creation โ Autonomous articles, posts, and assets
- ๐ค AI Automation โ Multi-agent workflows and orchestration
- ๐ฎ Game Development โ Asset generation and design automation
- Internal Git Names:
@fused-gaming/skill-*or@fused-gaming/tool-* - Published NPM Names:
@h4shed/skill-*or@h4shed/tool-*
This separation allows flexible internal development while maintaining a consistent, branded public presence on npm.
Every package undergoes continuous benchmarking:
- โ Behavioral Testing (40% weight) โ 90%+ pass rate required
- โ Performance Testing (35% weight) โ Latency/throughput validation
- โ Code Quality (25% weight) โ Complexity, coverage, maintainability
Combined Precision Score: โฅ90% required for release
- ๐ Documentation โ Start with docs/getting-started/
- ๐ฌ Discussions โ GitHub Discussions
- ๐ Issues โ GitHub Issues
- ๐ง Contact โ support@vln.gg
Prosperity Public License 3.0.0 (Free) + Commercial License (Paid)
See LICENSE and COMMERCIAL_LICENSE.md for details.

