Fused Gaming MCP is a modular, production-ready Model Context Protocol server with 10 published-ready skills in-repo plus core infrastructure packages.
| Skill | Purpose | Status |
|---|---|---|
| algorithmic-art | Generative art using p5.js | โ |
| ascii-mockup | Mobile-first wireframe designs | โ |
| canvas-design | SVG-based visual design | โ |
| frontend-design | HTML/CSS component design | โ |
| theme-factory | Design system generation | โ |
| mcp-builder | MCP server scaffolding | โ |
| pre-deploy-validator | Deployment validation | โ |
| skill-creator | Custom skill builder | โ |
| underworld-writer | Character/world narrative generation | โ |
| agentic-flow-devkit | Agentic orchestration GUI + trailer A/B-roll planning | ๐ |
All skills are production-ready and actively maintained โจ
Published now (@h4shed)
mcp-cli,mcp-coreskill-algorithmic-art,skill-ascii-mockup,skill-canvas-designskill-frontend-design,skill-mcp-builder,skill-pre-deploy-validatorskill-skill-creator,skill-theme-factory,skill-underworld-writer
Scaffolded and queued for publish (@h4shed)
skill-mermaid-terminalskill-ux-journeymapperskill-svg-generatorskill-project-managerskill-project-status-toolskill-daily-reviewmulti-account-session-trackingskill-linkedin-master-journalist
Transform your Claude workflow with meticulously crafted tools designed for:
โ๏ธ Generative Art โ Create algorithmic artwork and visualizations
โ๏ธ UI/UX Design โ Build design systems and component libraries
โ๏ธ Web Development โ Scaffold projects and validate deployments
โ๏ธ Game Development โ Asset generation and rapid prototyping
โ๏ธ AI Automation โ Streamline creative and technical workflows
Trusted by: Fused Gaming โข VLN Security โข Design Studios โข AI Development Teams
# Clone and navigate to the repo
git clone https://github.com/fused-gaming/fused-gaming-skill-mcp.git
cd fused-gaming-skill-mcp
# Run the interactive installer
npm run mcp:installThis will guide you through:
- โ Selecting installation mode (full, minimal, or custom)
- โ Choosing your environment (development or production)
- โ Generating the skill registry
- โ Installing dependencies
- โ Building all packages
# Install dependencies
npm install
# Initialize MCP core
npm run mcp:init
# Generate skill registry
npm run registry:generate
# Build all packages
npm run build
# Start development server
npm run dev# Install published packages (active scope: @h4shed)
npm install @h4shed/mcp-core @h4shed/mcp-cli
# Add selected skills
npm install \
@h4shed/skill-algorithmic-art \
@h4shed/skill-theme-factory \
@h4shed/skill-underworld-writerDone! You're now ready to supercharge Claude. ๐
npm run mcp:init # Initialize MCP core framework
npm run mcp:install # Run interactive installer
npm run registry:generate # Generate/update skill registry
npm run registry:validate # Validate registry & code quality
npm run registry:view # View full skill registrynpm run build # Build all packages
npm run dev # Start development server
npm run lint # Check code quality
npm run typecheck # Validate TypeScript
npm run test # Run test suitesfused-gaming-mcp init # Initialize config
fused-gaming-mcp list # Show available skills
fused-gaming-mcp add <skill> # Enable a skill
fused-gaming-mcp remove <skill> # Disable a skill
fused-gaming-mcp panel # Launch SyncPulse panel directly
fused-gaming-mcp config # View current configThe Fused Gaming MCP includes a comprehensive skill registry that automatically discovers and catalogs all available skills and tools.
# View the Markdown registry
npm run registry:view
# Or open the HTML registry in your browser
open registry/registry.html๐ 19 Skills | ๐ ๏ธ 22 Tools | ๐ท๏ธ 11 Categories
Categories:
- ๐จ Design (5 skills)
- ๐ญ Generative Art (1 skill)
- ๐ Content Creation (2 skills)
- ๐ผ Project Management (2 skills)
- ๐ง MCP Tools (2 skills)
- ๐ฏ User Experience (1 skill)
- ๐ Session Management (1 skill)
- ๐ฌ Visualization (1 skill)
- ๐ป Development (1 skill)
- ๐ Productivity (1 skill)
- ๐ General (2 skills)
See registry/REGISTRY.md for the complete skill inventory.
Edit .mcp/config.json:
{
"version": "1.0.0",
"server": {
"name": "Fused Gaming MCP",
"environment": "development",
"debug": false
},
"skills": {
"enabled": [],
"auto_discover": true
},
"logging": {
"level": "info"
}
}Customize via .fused-gaming-mcp.json:
{
"skills": {
"enabled": ["algorithmic-art", "theme-factory", "frontend-design"],
"disabled": []
},
"auth": {
"apiKeys": {
"openai": "sk-..."
}
},
"logging": {
"level": "info"
}
}npm install # Install dependencies
npm run build # Build all packages
npm run test # Run tests
npm run lint # Check code quality
npm run typecheck # Validate TypeScript
npm run dev # Start dev server| Resource | Purpose |
|---|---|
| QUICKSTART.md | Get started in minutes |
| ARCHITECTURE.md | System design & internals |
| SKILLS_GUIDE.md | Build custom skills |
| API_REFERENCE.md | Complete API docs |
| EXAMPLES.md | Real-world usage patterns |
| RELEASE_COMMUNICATION.md | Launch summary + LinkedIn post draft |
| ROADMAP.md | Published/missing/planned skills and priorities |
| docs/README.md | Documentation index by category |
| CONTRIBUTING.md | How to contribute |
- โ
VERSION.jsonis1.0.4and marks the projectstable. - โ
11
@h4shed/*packages are listed as published, with 9 additional skill packages queued for publish. - โ Core docs exist for roadmap/changelog/release orientation and package publishing workflow.
Source: https://github.com/Fused-Gaming/Fused-Gaming-Skill-MCP/pulls?q=is%3Apr+is%3Aopen
#109Add LinkedIn Master Journalist (LIMJ) skill (base:main)#101ux-journeymapper implementation/docs refresh (base:feature/syncpulse-skill-docs)#81Feat/socials automation phase1#79Socials Automation Asset Pipeline - Phase 1#19SVG generation for canvas-design skill#18project status tool skill#17project manager skill#16multi-account session tracking skill
Source: https://github.com/Fused-Gaming/Fused-Gaming-Skill-MCP/milestones
- 14 milestones are open, including:
Syncpulse - AI Orchestration & Developer Control PlaneSocial Media Brand Asset SkillNPM Package Release(closed issues complete)SVG generation for Canvas Design SkillProject Manager SkillUX Journeymapper SkillMermaid Terminal SkillDaily Review SkillMulti Account Session Tracking Skill
- GitHub page/API content is partially degraded when unauthenticated (
Uh oh!load failures on filters/check details), so some check-run evidence must be validated in an authenticated browser session. - Open PR queue includes older April 2026 feature branches that need rebase/conflict/testing passes before merge sequencing.
- At least one open PR (
#101) still shows a failed Vercel preview deployment signal in visible thread events.
- Keep README/roadmap/changelog aligned with live GitHub PR + milestone state.
- Prioritize failing-deployment PR remediation before feature merges.
- Merge or close stale feature PRs with explicit branch strategy (stacked branch vs
maindirect).
- Triage and fix failing deployment(s) on open PRs, starting with
#101. - Normalize open feature branches (
#16/#17/#18/#19/#79/#81/#101/#109) against currentmain. - Add/refresh a single merge checklist for each PR with test + deployment evidence links.
- Resolve failing open PR checks/deployments first (do not merge while red).
- Finish publish-ready implementation for missing high-impact skills (
mermaid-terminal,ux-journeymapper,svg-generator,project-*). - Automate docs/version/package drift checks in CI so release metadata stays accurate.
- npm publish workflow:
.github/workflows/publish.yml- Runs lint, typecheck, build, scope preparation, and workspace publish.
- GitHub release workflow:
.github/workflows/github-release.yml- Runs on the same release tags (
v*,skill-*) and creates GitHub Releases with generated notes.
- Runs on the same release tags (
- This split keeps npm publishing and release-note generation independently observable and easier to retry.
๐จ Generative Art โ Create procedural artwork and visual effects
๐ผ๏ธ Design Systems โ Build cohesive UI components and themes
๐ ๏ธ Development โ MCP builders, validators, and scaffolding
๐ฑ Prototyping โ Rapid wireframing and layout design
๐ฎ Game Development โ Asset generation and design automation
Node.js โฅ 20.0.0
npm โฅ 8.0.0
We'd love your involvement!
- ๐ Report Issues โ GitHub Issues
- ๐ก Suggest Features โ GitHub Discussions
- ๐ค Contribute Code โ CONTRIBUTING.md
- ๐ง Get Support โ [email protected]
Built with โค๏ธ by the Fused Gaming Team and community contributors.
Apache 2.0 โ See LICENSE for details
