Skip to content

Fused-Gaming/Fused-Gaming-Skill-MCP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

122 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

๐ŸŽฎ Fused Gaming MCP

Fused Gaming MCP Social Preview


๐Ÿ“Š Status & Technology

npm scope License Build Node.js TypeScript npm


๐Ÿš€ The Ultimate AI-Powered Skill Ecosystem

Fused Gaming MCP is a modular, production-ready Model Context Protocol server with 10 published-ready skills in-repo plus core infrastructure packages.

๐ŸŽฏ Your Creative Arsenal Includes:

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 โœจ

๐Ÿ“ฆ Publishing now / next wave

Published now (@h4shed)

  • mcp-cli, mcp-core
  • skill-algorithmic-art, skill-ascii-mockup, skill-canvas-design
  • skill-frontend-design, skill-mcp-builder, skill-pre-deploy-validator
  • skill-skill-creator, skill-theme-factory, skill-underworld-writer

Scaffolded and queued for publish (@h4shed)

  • skill-mermaid-terminal
  • skill-ux-journeymapper
  • skill-svg-generator
  • skill-project-manager
  • skill-project-status-tool
  • skill-daily-review
  • multi-account-session-tracking
  • skill-linkedin-master-journalist

โœจ Why Fused Gaming MCP?

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


๐ŸŽฌ Quick Start

Option 1: Interactive Installation (Recommended)

# 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:install

This 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

Option 2: Manual Setup

# 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

Option 3: Published Packages Only

# 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-writer

Done! You're now ready to supercharge Claude. ๐Ÿ”‹


๐Ÿ“‹ Essential Commands

MCP Core Commands

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 registry

Development Commands

npm 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 suites

CLI Commands (when using @h4shed/mcp-cli)

fused-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 config

๐Ÿ“š Skill Registry

The Fused Gaming MCP includes a comprehensive skill registry that automatically discovers and catalogs all available skills and tools.

View Available Skills

# View the Markdown registry
npm run registry:view

# Or open the HTML registry in your browser
open registry/registry.html

Current Registry Status

๐Ÿ“Š 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.

โš™๏ธ Configuration

MCP Core Configuration

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"
  }
}

CLI Configuration

Customize via .fused-gaming-mcp.json:

{
  "skills": {
    "enabled": ["algorithmic-art", "theme-factory", "frontend-design"],
    "disabled": []
  },
  "auth": {
    "apiKeys": {
      "openai": "sk-..."
    }
  },
  "logging": {
    "level": "info"
  }
}

๐Ÿ—๏ธ Development

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

๐Ÿ“š Documentation

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

๐Ÿ—บ๏ธ Roadmap Snapshot (Existing + Planned)

Current repository state (as of April 21, 2026)

  • โœ… VERSION.json is 1.0.4 and marks the project stable.
  • โœ… 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.

Open PR queue (GitHub currently shows 8 open)

Source: https://github.com/Fused-Gaming/Fused-Gaming-Skill-MCP/pulls?q=is%3Apr+is%3Aopen

  1. #109 Add LinkedIn Master Journalist (LIMJ) skill (base: main)
  2. #101 ux-journeymapper implementation/docs refresh (base: feature/syncpulse-skill-docs)
  3. #81 Feat/socials automation phase1
  4. #79 Socials Automation Asset Pipeline - Phase 1
  5. #19 SVG generation for canvas-design skill
  6. #18 project status tool skill
  7. #17 project manager skill
  8. #16 multi-account session tracking skill

MVP milestone snapshot (GitHub milestones page)

Source: https://github.com/Fused-Gaming/Fused-Gaming-Skill-MCP/milestones

  • 14 milestones are open, including:
    • Syncpulse - AI Orchestration & Developer Control Plane
    • Social Media Brand Asset Skill
    • NPM Package Release (closed issues complete)
    • SVG generation for Canvas Design Skill
    • Project Manager Skill
    • UX Journeymapper Skill
    • Mermaid Terminal Skill
    • Daily Review Skill
    • Multi Account Session Tracking Skill

Current blockers

  1. 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.
  2. Open PR queue includes older April 2026 feature branches that need rebase/conflict/testing passes before merge sequencing.
  3. At least one open PR (#101) still shows a failed Vercel preview deployment signal in visible thread events.

Current steps

  1. Keep README/roadmap/changelog aligned with live GitHub PR + milestone state.
  2. Prioritize failing-deployment PR remediation before feature merges.
  3. Merge or close stale feature PRs with explicit branch strategy (stacked branch vs main direct).

Immediate next 3 steps

  1. Triage and fix failing deployment(s) on open PRs, starting with #101.
  2. Normalize open feature branches (#16/#17/#18/#19/#79/#81/#101/#109) against current main.
  3. Add/refresh a single merge checklist for each PR with test + deployment evidence links.

Top 3 priorities now

  1. Resolve failing open PR checks/deployments first (do not merge while red).
  2. Finish publish-ready implementation for missing high-impact skills (mermaid-terminal, ux-journeymapper, svg-generator, project-*).
  3. Automate docs/version/package drift checks in CI so release metadata stays accurate.

๐Ÿšข Release Automation

  • 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.
  • This split keeps npm publishing and release-note generation independently observable and easier to retry.

๐Ÿ’ก Use Cases

๐ŸŽจ 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


๐Ÿ“ฆ System Requirements

Node.js โ‰ฅ 20.0.0
npm โ‰ฅ 8.0.0

๐Ÿค Contributing

We'd love your involvement!

Contributors

Built with โค๏ธ by the Fused Gaming Team and community contributors.


๐Ÿ“„ License

Apache 2.0 โ€” See LICENSE for details


Version 1.0.4 Released April 17, 2026 Status: Stable Maintained

About

An easily managed NPM MCP Server with modular skills for claude.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors