Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Syncpulse Hub

FreeMaintained

Centralized SyncPulse Hub - Unified orchestration and installation of all @h4shed packages

GitHubEmbed

About

Centralized SyncPulse Hub - Unified orchestration and installation of all @h4shed packages

README

📊 FUSED GAMING MCP

SyncPulse Agent Swarms - Production Ready

image

Overview

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

🚀 Quick Start

1. Clone & Install

git clone https://github.com/fused-gaming/fused-gaming-skill-mcp.git
cd fused-gaming-skill-mcp
npm install
npm run build

2. Use with Claude Desktop

Update 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

3. Install Published Packages Only

npm install @h4shed/mcp-core @h4shed/skill-theme-factory @h4shed/skill-underworld-writer

📚 Documentation Hub

The 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/

Essential Resources


🎨 Skills Overview (30 Total)

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 →


🛠️ Tools Overview (28 Total)

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 →


✨ Key Features

✔️ 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


💼 Licensing

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

Full License Details →


📋 Essential Commands

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

🐝 SyncPulse: Enterprise Orchestration

SyncPulse (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

📦 What's Included

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

View Release Status →


🎯 Use Cases

  • 🎨 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

🔗 Dual Naming Convention

  • 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.


📊 Performance & Quality

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

View Benchmarks →


🌍 Community & Support


📄 License

Prosperity Public License 3.0.0 (Free) + Commercial License (Paid)

See LICENSE and COMMERCIAL_LICENSE.md for details.


Built with ❤️ by Fused Gaming

GitHub · npm

from github.com/fused-gaming/fused-gaming-skill-mcp

Install Syncpulse Hub in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install syncpulse-hub

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add syncpulse-hub -- npx -y @h4shed/syncpulse-hub

Step-by-step: how to install Syncpulse Hub

FAQ

Is Syncpulse Hub MCP free?

Yes, Syncpulse Hub MCP is free — one-click install via Unyly at no cost.

Does Syncpulse Hub need an API key?

No, Syncpulse Hub runs without API keys or environment variables.

Is Syncpulse Hub hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Syncpulse Hub in Claude Desktop, Claude Code or Cursor?

Open Syncpulse Hub on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published
  • New version published
  • New version published
  • New version published

Related MCPs

Compare Syncpulse Hub with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs