Syncpulse Hub
БесплатноПоддерживаетсяCentralized SyncPulse Hub - Unified orchestration and installation of all @h4shed packages
Описание
Centralized SyncPulse Hub - Unified orchestration and installation of all @h4shed packages
README
📊 FUSED GAMING MCP

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
- 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
🎨 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 |
📋 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 | — |
🎯 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
🌍 Community & Support
- 📖 Documentation — Start with docs/getting-started/
- 💬 Discussions — GitHub Discussions
- 🐛 Issues — GitHub Issues
- 📧 Contact — [email protected]
📄 License
Prosperity Public License 3.0.0 (Free) + Commercial License (Paid)
See LICENSE and COMMERCIAL_LICENSE.md for details.
from github.com/fused-gaming/fused-gaming-skill-mcp
Установить Syncpulse Hub в Claude Desktop, Claude Code, Cursor
unyly install syncpulse-hubСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add syncpulse-hub -- npx -y @h4shed/syncpulse-hubПошаговые гайды: как установить Syncpulse Hub
FAQ
Syncpulse Hub MCP бесплатный?
Да, Syncpulse Hub MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Syncpulse Hub?
Нет, Syncpulse Hub работает без API-ключей и переменных окружения.
Syncpulse Hub — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Syncpulse Hub в Claude Desktop, Claude Code или Cursor?
Открой Syncpulse Hub на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Изменения
Версии и запрашиваемые доступы со временем.
- Новая версия опубликована
- Новая версия опубликована
- Новая версия опубликована
- Новая версия опубликована
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Syncpulse Hub with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
