🚀 Fused Gaming MCP Plugin Guide
Get Started with 30 Skills, 60+ Tools, and Advanced AI Orchestration
Initialize the MCP Server
npm install
npm run build
npm run typecheck
npm run lint
Generate and Update Registry
npm run registry:generate
npm run registry:update
📚 Complete Skill Inventory (30 Skills)
🎨 Design Skills (7 total)
Skill
Package
Description
Agentic Flow DevKit
@h4shed/skill-agentic-flow-devkit
Design and visualize agentic orchestration flows with trailer A/B-roll planning support
Canvas Design
@h4shed/skill-canvas-design
Visual design generation for web with SVG and canvas rendering
Frontend Design
@h4shed/skill-frontend-design
Frontend component design and HTML/CSS generation for modern web applications
Style Dictionary
@h4shed/skill-style-dictionary-system
Design tokens and style dictionary generation for cross-platform design system management
SVG Generator
@h4shed/skill-svg-generator
Generate SVG assets and icon concepts from structured prompts
TailwindCSS Builder
@h4shed/skill-tailwindcss-style-builder
Tailwind CSS utility-first styling and design system builder for rapid UI development
Theme Factory
@h4shed/skill-theme-factory
Design system and theme generation for consistent UI/UX across applications
🎭 Generative Art Skills (3 total)
Skill
Package
Description
Algorithmic Art
@h4shed/skill-algorithmic-art
Generative art using p5.js with seeded randomness, flow fields, and particle systems
NFT Generative Art
@h4shed/skill-nft-generative-art
NFT artwork generation, metadata creation, and blockchain-ready asset creation
Smart Contract Tools
@h4shed/skill-smart-contract-tools
Smart contract development tools for Hardhat, Truffle, and Foundry ecosystems
📱 General Purpose Skills (7 total)
Skill
Package
Description
ASCII Mockup
@h4shed/skill-ascii-mockup
Mobile-first ASCII wireframe mockup generator for rapid UI prototyping
Playwright Testing
@h4shed/skill-playwright-test-automation
End-to-end testing automation framework for web applications with cross-browser support
Storybook Components
@h4shed/skill-storybook-component-library
Component library documentation and visual testing with Storybook integration
SyncPulse
@h4shed/skill-syncpulse
Intelligent project state caching, multi-agent coordination, and secure email automation
SyncPulse Hub
@h4shed/syncpulse-hub
Centralized orchestration and installation of all @h4shed packages
TypeScript Toolchain
@h4shed/skill-typescript-toolchain
Advanced TypeScript configuration, type generation, and static analysis tooling
Vite Module Bundler
@h4shed/skill-vite-module-bundler
Next-generation JavaScript module bundler for lightning-fast development
💼 Content Creation Skills (2 total)
Skill
Package
Description
LinkedIn Master Journalist
@h4shed/skill-linkedin-master-journalist
Draft polished LinkedIn release and thought-leadership posts
Underworld Writer
@h4shed/skill-underworld-writer
Dual-methodology skill for fictional underworld narratives and factually sourced true crime writing
🛠️ MCP & Development Tools (2 total)
Skill
Package
Description
Skill Creator
@h4shed/skill-creator
Create custom skills and tools for the Fused Gaming MCP ecosystem
MCP Builder
@h4shed/skill-mcp-builder
Build and scaffold MCP servers and skills with best practices
🔗 Session Management (1 total)
Skill
Package
Description
Multi-Account Tracking
@h4shed/skill-multi-account-session-tracking
Extended framework for tracking Claude sessions across multiple accounts with unified metrics
📊 Project Management (3 total)
Skill
Package
Description
Project Manager
@h4shed/skill-project-manager
Plan projects with milestones, dependencies, and delivery phases
Project Manager Skill
@h4shed/skill-project-manager-skill
Task and project management skill for tracking work items and team collaboration
Project Status Tool
@h4shed/skill-project-status-tool
Summarize current project status, risks, and next actions
Skill
Package
Description
Daily Review
@h4shed/skill-daily-review
Productivity tracking and daily review skill for session aggregation and metrics analysis
🌐 Web & Deployment (2 total)
Skill
Package
Description
Vercel NextJS Deploy
@h4shed/skill-vercel-nextjs-deployment
Vercel deployment optimization and Next.js framework integration for serverless applications
Pre-Deploy Validator
@h4shed/skill-pre-deploy-validator
Pre-deployment validation and quality checks for production readiness
📊 User Experience (1 total)
Skill
Package
Description
UX Journey Mapper
@h4shed/skill-ux-journeymapper
Create UX journey maps with pain points, touchpoints, and opportunities
📈 Visualization (1 total)
Skill
Package
Description
Mermaid Terminal
@h4shed/skill-mermaid-terminal
Generate terminal-friendly Mermaid diagrams and flowcharts
🛠️ Complete Tool Inventory (60+ Tools)
plan-trailer-rolls - Plan A/B-roll sequences for trailers
visualize-agentic-flow - Visualize multi-agent orchestration
generate_svg - Create vector graphics from descriptions
generate_component - Generate HTML/CSS components
generate_svg_asset - Create SVG icons and assets
generate_theme - Generate complete theme systems
create-flow-field - Create flow field visualizations
generate_art - Generate algorithmic art pieces
generate_mockup - Create ASCII wireframe mockups
Content & Communication Tools
draft_linkedin_post - Draft polished LinkedIn posts
analyze_content_quality - Analyze content for quality metrics
track_content_performance - Track content performance metrics
verify_hashtags - Verify and optimize hashtags
Productivity & Project Tools
generate_daily_review - Generate daily work summaries
analyze_weekly - Analyze weekly metrics
log_session - Log session data
plan_project - Plan projects with dependencies
task_management - Manage project tasks
create_project - Create and initialize projects
summarize_project_status - Summarize project status and risks
dashboard - Access project dashboard
Testing & Validation Tools
validate_deployment - Pre-deployment validation checks
Development & Infrastructure Tools
scaffold_skill - Scaffold new MCP skills
create_skill - Create custom skills
map_user_journey - Map user journey and touchpoints
generate_mermaid_diagram - Generate Mermaid diagrams
session_aggregation - Aggregate session data
email_tools - Email automation tools
email_workflows - Pre-built email workflows
🎯 Skill Categories & Use Cases
Canvas Design, SVG Generator, Theme Factory, Agentic Flow DevKit
Best for: UI mockups, brand systems, visual assets
Algorithmic Art, NFT Generative Art, ASCII Mockup
Best for: Creative outputs, unique artwork, prototypes
Underworld Writer, LinkedIn Master Journalist, Daily Review
Best for: Writing projects, social content, summaries
Playwright Testing, Storybook Components, Pre-Deploy Validator
Best for: QA automation, component docs, release validation
Project & Process Management
Project Manager, Project Manager Skill, Project Status Tool
Best for: Team coordination, progress tracking, workflows
MCP Builder, Skill Creator, Vercel NextJS Deploy, Vite Module Bundler, Smart Contracts
Best for: Custom tools, cloud deployment, blockchain
Use canvas-design for initial mockups
Apply theme-factory for system design
Reference frontend-design for components
Document with storybook-component-library
Begin with underworld-writer-skill for narrative writing
Use daily-review for summaries
Share with linkedin-master-journalist
Path 3: Full-Stack Developer
Use mcp-builder to create custom tools
Build with vite-module-bundler
Deploy with vercel-nextjs-deployment
Test with playwright-test-automation
Validate with pre-deploy-validator
Design flows with agentic-flow-devkit
Coordinate with syncpulse
Track progress with project-status-tool
Plan with project-manager
Track tasks with project-manager-skill
Monitor status with project-status-tool
Coordinate with syncpulse
# Build all workspaces
npm run build
# Type checking
npm run typecheck
# Linting
npm run lint
# Development server (core package)
npm run dev
# Generate registry from skills
npm run registry:generate
# Sync registry with Claude
npm run registry:sync-claude
# Both in one command
npm run registry:update
Workspace Config : package.json workspaces section
Build Config : tsconfig.json for TypeScript
Version Config : VERSION.json for release metadata
Swarm Config : .claude-flow/config.yaml for multi-agent coordination
📚 Documentation & Examples
Skills Registry : registry/REGISTRY.md
Skills Directory : packages/skills/
Core API : packages/core/
CLI Tools : packages/cli/
Design System : packages/skills/theme-factory/
Testing : packages/skills/playwright-test-automation/
Writing : packages/skills/underworld-writer-skill/
AI Orchestration : packages/skills/agentic-flow-devkit/
MCP Config : .mcp/config.json
Git Config : .git/config
Environment : .env.local (create if needed)
Combine Skills : Use multiple skills together (e.g., design + content + publishing)
Registry Updates : Run npm run registry:update after adding new skills
Workspace Builds : Use npm run build --workspaces for complete validation
Performance : Use npm run typecheck to catch issues before build
Version Management : Keep skills updated with workspace builds
Multi-Agent Coordination : Use SyncPulse for intelligent project state management
Documentation : Generate and sync registry frequently for accurate skill discovery
Batch Operations : Use project-manager-skill to orchestrate complex workflows
Progress Tracking : Check project-status-tool for real-time project metrics
Want to add a new skill?
Use mcp-builder to scaffold the skill
Implement tools in src/tools/
Add tests and documentation
Run npm run registry:update to regenerate registry
Submit PR with updated registry
Issues : GitHub Issues in repository
Discussions : GitHub Discussions
Documentation : See docs/ directory
Registry : See registry/REGISTRY.md
Last Updated: August 21, 2026
Registry Version: 1.0.0
Total Skills: 30 | Total Tools: 60+
Status: Production Ready ✅