From 28ebf6729a09818e42b59f993d2b736e9344fe26 Mon Sep 17 00:00:00 2001 From: Maksim Kachurin Date: Fri, 28 Aug 2026 19:15:33 -0300 Subject: [PATCH] chore: Update some plugins assets --- README.md | 6 +- marketplace.json | 80 +++++++++---------- .../games/game-creator/assets/logo.svg | 5 -- marketplace/moods/bro-mode/assets/logo.svg | 15 ++-- .../games}/.reforma-plugin/plugin.json | 4 +- .../games}/agents/game-creator.md | 0 .../games}/agents/game-qa-runner.md | 0 .../games}/agents/game-reviewer.md | 0 marketplace/playbooks/games/assets/logo.svg | 9 +++ .../games}/skills/add-3d-assets/SKILL.md | 0 .../games}/skills/add-assets/SKILL.md | 0 .../games}/skills/add-audio/SKILL.md | 0 .../games}/skills/add-feature/SKILL.md | 0 .../games}/skills/add-multiplayer/SKILL.md | 0 .../skills/add-multiplayer/architecture.md | 0 .../add-multiplayer/client-integration.md | 0 .../skills/add-multiplayer/partykit-server.md | 0 .../games}/skills/design-game/SKILL.md | 0 .../games}/skills/fetch-tweet/SKILL.md | 0 .../games}/skills/game-3d-assets/SKILL.md | 0 .../games}/skills/game-architecture/SKILL.md | 0 .../game-architecture/system-patterns.md | 0 .../games}/skills/game-assets/SKILL.md | 0 .../skills/game-assets/character-pipeline.md | 0 .../game-assets/integration-patterns.md | 0 .../skills/game-assets/pixel-renderer.md | 0 .../skills/game-assets/sprite-catalog.md | 0 .../games}/skills/game-audio/SKILL.md | 0 .../games}/skills/game-audio/bgm-patterns.md | 0 .../games}/skills/game-audio/mixing-guide.md | 0 .../games}/skills/game-audio/mute-button.md | 0 .../skills/game-audio/sequencer-pattern.md | 0 .../games}/skills/game-audio/sfx-engine.md | 0 .../skills/game-audio/strudel-reference.md | 0 .../games}/skills/game-designer/SKILL.md | 0 .../skills/game-designer/visual-catalog.md | 0 .../games}/skills/game-qa/SKILL.md | 0 .../skills/game-qa/gameplay-invariants.md | 0 .../games}/skills/improve-game/SKILL.md | 0 .../games}/skills/make-game/SKILL.md | 0 .../make-game/phase-pipelines/development.md | 0 .../skills/make-game/phase-pipelines/idea.md | 0 .../make-game/phase-pipelines/scaffold.md | 0 .../skills/make-game/sub-pipelines/README.md | 0 .../sub-pipelines/agents-bootstrap.md | 0 .../make-game/sub-pipelines/asset-pipeline.md | 0 .../skills/make-game/sub-pipelines/bug-fix.md | 0 .../sub-pipelines/doc-drift-audit.md | 0 .../make-game/sub-pipelines/live-iterate.md | 0 .../sub-pipelines/milestone-planning.md | 0 .../make-game/sub-pipelines/playtest-repro.md | 0 .../make-game/sub-pipelines/scope-triage.md | 0 .../make-game/sub-pipelines/session-start.md | 0 .../make-game/sub-pipelines/state-machine.md | 0 .../skills/make-game/templates/README.md | 0 .../games}/skills/make-game/templates/adr.md | 0 .../skills/make-game/templates/agents.md | 0 .../skills/make-game/templates/backlog.md | 0 .../skills/make-game/templates/gameplan.md | 0 .../skills/make-game/templates/milestone.md | 0 .../skills/make-game/templates/state.md | 0 .../games}/skills/make-game/templates/tech.md | 0 .../games}/skills/make-game/useful-skills.md | 0 .../games}/skills/meshyai/SKILL.md | 0 .../games}/skills/meshyai/api-reference.md | 0 .../games}/skills/meshyai/rigging-pipeline.md | 0 .../skills/meshyai/verification-patterns.md | 0 .../games}/skills/phaser/SKILL.md | 0 .../skills/phaser/assets-and-performance.md | 0 .../games}/skills/phaser/conventions.md | 0 .../skills/phaser/examples/complex-game.md | 0 .../skills/phaser/examples/simple-game.md | 0 .../games}/skills/phaser/game-objects.md | 0 .../games}/skills/phaser/no-asset-design.md | 0 .../games}/skills/phaser/patterns.md | 0 .../skills/phaser/physics-and-movement.md | 0 .../games}/skills/phaser/project-setup.md | 0 .../skills/phaser/scenes-and-lifecycle.md | 0 .../games}/skills/qa-game/SKILL.md | 0 .../games}/skills/quick-game/SKILL.md | 0 .../games}/skills/retrodiffusion/SKILL.md | 0 .../skills/retrodiffusion/api-reference.md | 0 .../games}/skills/review-game/SKILL.md | 0 .../games}/skills/threejs-game/SKILL.md | 0 .../skills/threejs-game/core-patterns.md | 0 .../skills/threejs-game/input-patterns.md | 0 .../threejs-game/reference/llms-full.txt | 0 .../skills/threejs-game/reference/llms.txt | 0 .../games}/skills/threejs-game/tsl-guide.md | 0 .../games}/skills/threejs-perf/SKILL.md | 0 .../skills/threejs-perf/instancing-moving.md | 0 .../skills/threejs-perf/instancing-static.md | 0 .../templates/moving-entities-baseline.ts | 0 .../templates/moving-entities-instanced.ts | 0 .../templates/static-world-baseline.ts | 0 .../templates/static-world-instanced.ts | 0 .../games}/skills/use-template/SKILL.md | 0 .../games}/skills/viral-game/SKILL.md | 0 .../games}/skills/viral-game/step-details.md | 0 .../skills/viral-game/tweet-pipeline.md | 0 .../viral-game/verification-protocol.md | 0 .../games}/skills/worldlabs/SKILL.md | 0 .../games}/templates/README.md | 0 .../games}/templates/phaser-2d/README.md | 0 .../templates/phaser-2d/src/core/Constants.js | 0 .../templates/phaser-2d/src/core/EventBus.js | 0 .../phaser-2d/src/core/GameConfig.js | 0 .../templates/phaser-2d/src/core/GameState.js | 0 .../phaser-2d/src/entities/Player.js | 0 .../games}/templates/phaser-2d/src/main.js | 0 .../phaser-2d/src/scenes/BootScene.js | 0 .../phaser-2d/src/scenes/GameOverScene.js | 0 .../phaser-2d/src/scenes/GameScene.js | 0 .../phaser-2d/src/systems/ScoreSystem.js | 0 .../games}/templates/threejs-3d/README.md | 0 .../threejs-3d/src/core/Constants.js | 0 .../templates/threejs-3d/src/core/EventBus.js | 0 .../templates/threejs-3d/src/core/Game.js | 0 .../threejs-3d/src/core/GameState.js | 0 .../threejs-3d/src/gameplay/Player.js | 0 .../threejs-3d/src/level/AssetLoader.js | 0 .../threejs-3d/src/level/LevelBuilder.js | 0 .../games}/templates/threejs-3d/src/main.js | 0 .../threejs-3d/src/systems/InputSystem.js | 0 .../templates/threejs-3d/src/ui/Menu.js | 0 marketplace/playbooks/i18n/assets/logo.svg | 11 ++- 126 files changed, 68 insertions(+), 62 deletions(-) delete mode 100644 marketplace/games/game-creator/assets/logo.svg rename marketplace/{games/game-creator => playbooks/games}/.reforma-plugin/plugin.json (77%) rename marketplace/{games/game-creator => playbooks/games}/agents/game-creator.md (100%) rename marketplace/{games/game-creator => playbooks/games}/agents/game-qa-runner.md (100%) rename marketplace/{games/game-creator => playbooks/games}/agents/game-reviewer.md (100%) create mode 100644 marketplace/playbooks/games/assets/logo.svg rename marketplace/{games/game-creator => playbooks/games}/skills/add-3d-assets/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-assets/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-audio/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-feature/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-multiplayer/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-multiplayer/architecture.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-multiplayer/client-integration.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/add-multiplayer/partykit-server.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/design-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/fetch-tweet/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-3d-assets/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-architecture/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-architecture/system-patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-assets/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-assets/character-pipeline.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-assets/integration-patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-assets/pixel-renderer.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-assets/sprite-catalog.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/bgm-patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/mixing-guide.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/mute-button.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/sequencer-pattern.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/sfx-engine.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-audio/strudel-reference.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-designer/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-designer/visual-catalog.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-qa/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/game-qa/gameplay-invariants.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/improve-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/phase-pipelines/development.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/phase-pipelines/idea.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/phase-pipelines/scaffold.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/README.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/agents-bootstrap.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/asset-pipeline.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/bug-fix.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/doc-drift-audit.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/live-iterate.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/milestone-planning.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/playtest-repro.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/scope-triage.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/session-start.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/sub-pipelines/state-machine.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/README.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/adr.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/agents.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/backlog.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/gameplan.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/milestone.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/state.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/templates/tech.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/make-game/useful-skills.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/meshyai/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/meshyai/api-reference.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/meshyai/rigging-pipeline.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/meshyai/verification-patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/assets-and-performance.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/conventions.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/examples/complex-game.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/examples/simple-game.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/game-objects.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/no-asset-design.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/physics-and-movement.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/project-setup.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/phaser/scenes-and-lifecycle.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/qa-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/quick-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/retrodiffusion/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/retrodiffusion/api-reference.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/review-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-game/core-patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-game/input-patterns.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-game/reference/llms-full.txt (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-game/reference/llms.txt (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-game/tsl-guide.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/instancing-moving.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/instancing-static.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/templates/moving-entities-baseline.ts (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/templates/moving-entities-instanced.ts (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/templates/static-world-baseline.ts (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/threejs-perf/templates/static-world-instanced.ts (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/use-template/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/viral-game/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/viral-game/step-details.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/viral-game/tweet-pipeline.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/viral-game/verification-protocol.md (100%) rename marketplace/{games/game-creator => playbooks/games}/skills/worldlabs/SKILL.md (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/README.md (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/README.md (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/core/Constants.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/core/EventBus.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/core/GameConfig.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/core/GameState.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/entities/Player.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/main.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/scenes/BootScene.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/scenes/GameOverScene.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/scenes/GameScene.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/phaser-2d/src/systems/ScoreSystem.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/README.md (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/core/Constants.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/core/EventBus.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/core/Game.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/core/GameState.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/gameplay/Player.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/level/AssetLoader.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/level/LevelBuilder.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/main.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/systems/InputSystem.js (100%) rename marketplace/{games/game-creator => playbooks/games}/templates/threejs-3d/src/ui/Menu.js (100%) diff --git a/README.md b/README.md index a98f61a..d518216 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Marketplace plugins for Reforma. Each plugin is a folder with `.reforma-plugin/p | professor | [Professor](marketplace/moods/professor) | Reforma | Moods | Grills the problem first — researches, challenges assumptions, settles every major fork with you — then builds. | | founder | [Founder](marketplace/moods/founder) | Reforma | Moods | Rough idea in, MVP out. Picks product, UX, and copy — no workshop. If it flops, it gets deleted. | | caveman-mode | [Caveman](marketplace/moods/caveman-mode) | Reforma | Moods | Chat like a caveman — savage mouth, real work. | -| react-best-practices | [React Best Practices](marketplace/playbooks/react-best-practices) | Vercel | Playbooks | Keep the app fast — React and Next.js performance patterns | -| web-design-guidelines | [Web Design Guidelines](marketplace/playbooks/web-design-guidelines) | Vercel | Playbooks | Catch accessibility, form, and focus issues before they ship | | frontend-design | [Frontend Design](marketplace/playbooks/frontend-design) | Anthropic | Playbooks | Give the UI a visual identity — palette, type, and layout for this product | -| booking | [Booking](marketplace/playbooks/booking) | Reforma | Playbooks | Book a call, pick a slot, or show an event calendar — no third-party account | +| web-design-guidelines | [Web Design Guidelines](marketplace/playbooks/web-design-guidelines) | Vercel | Playbooks | Catch accessibility, form, and focus issues before they ship | +| react-best-practices | [React Best Practices](marketplace/playbooks/react-best-practices) | Vercel | Playbooks | Keep the app fast — React and Next.js performance patterns | | i18n | [i18n](marketplace/playbooks/i18n) | Reforma | Playbooks | Multiple languages — translated copy and a language switcher for the app | +| booking | [Booking](marketplace/playbooks/booking) | Reforma | Playbooks | Book a call, pick a slot, or show an event calendar — no third-party account | | shadcn-tailwind | [shadcn / Tailwind](marketplace/system/shadcn-tailwind) | shadcn | System | Skills and MCP that help build components with shadcn and Tailwind. | | visuals | [Visuals](marketplace/system/visuals) | Reforma | System | Type, color, marks, and icons for this product | | nextjs | [Next.js](marketplace/system/nextjs) | Reforma | System | App Router — routes, Server Actions, caching, and proxy.ts | diff --git a/marketplace.json b/marketplace.json index a3ccd6d..7c0b427 100644 --- a/marketplace.json +++ b/marketplace.json @@ -53,24 +53,28 @@ "name": "Playbooks", "plugins": [ { - "name": "react-best-practices", - "source": "./marketplace/playbooks/react-best-practices" + "name": "frontend-design", + "source": "./marketplace/playbooks/frontend-design" }, { "name": "web-design-guidelines", "source": "./marketplace/playbooks/web-design-guidelines" }, { - "name": "frontend-design", - "source": "./marketplace/playbooks/frontend-design" + "name": "react-best-practices", + "source": "./marketplace/playbooks/react-best-practices" + }, + { + "name": "i18n", + "source": "./marketplace/playbooks/i18n" }, { "name": "booking", "source": "./marketplace/playbooks/booking" }, { - "name": "i18n", - "source": "./marketplace/playbooks/i18n" + "name": "games", + "source": "./marketplace/playbooks/games" } ] }, @@ -126,12 +130,34 @@ ] }, { - "id": "games", - "name": "Games", + "id": "workspace", + "name": "Workspace", "plugins": [ { - "name": "game-creator", - "source": "./marketplace/games/game-creator" + "name": "context7", + "source": "./marketplace/workspace/context7" + }, + { + "name": "notion", + "source": "https://github.com/makenotion/cursor-notion-plugin/tree/cf1324609edba6d617164f1dec138aeb43f26735", + "displayName": "Notion", + "description": "The team’s Notion — notes, pages, and databases in the project", + "brandColor": "#FFFFFF" + }, + { + "name": "linear", + "source": "https://github.com/linear/cursor-plugin/tree/c2c4cb2ab23206c9219b0dd31c9571e4c922faeb", + "displayName": "Linear", + "description": "The issue tracker — bugs, projects, and docs from Linear", + "brandColor": "#000000" + }, + { + "name": "slack", + "source": "./marketplace/workspace/slack" + }, + { + "name": "github", + "source": "./marketplace/workspace/github-mcp" } ] }, @@ -255,7 +281,7 @@ "source": "https://github.com/dropbox/dropbox-ai-plugins/tree/4900430d6afa76fc2504e00e006895de424f3637/codex", "displayName": "Dropbox", "description": "Files in Dropbox — save, share, and pull them into the project", - "brandColor": "#000000" + "brandColor": "#0061FF" }, { "name": "cloudinary", @@ -370,38 +396,6 @@ } ] }, - { - "id": "workspace", - "name": "Workspace", - "plugins": [ - { - "name": "context7", - "source": "./marketplace/workspace/context7" - }, - { - "name": "notion", - "source": "https://github.com/makenotion/cursor-notion-plugin/tree/cf1324609edba6d617164f1dec138aeb43f26735", - "displayName": "Notion", - "description": "The team’s Notion — notes, pages, and databases in the project", - "brandColor": "#FFFFFF" - }, - { - "name": "linear", - "source": "https://github.com/linear/cursor-plugin/tree/c2c4cb2ab23206c9219b0dd31c9571e4c922faeb", - "displayName": "Linear", - "description": "The issue tracker — bugs, projects, and docs from Linear", - "brandColor": "#000000" - }, - { - "name": "slack", - "source": "./marketplace/workspace/slack" - }, - { - "name": "github", - "source": "./marketplace/workspace/github-mcp" - } - ] - }, { "id": "automation", "name": "Automation", diff --git a/marketplace/games/game-creator/assets/logo.svg b/marketplace/games/game-creator/assets/logo.svg deleted file mode 100644 index e69ac43..0000000 --- a/marketplace/games/game-creator/assets/logo.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/marketplace/moods/bro-mode/assets/logo.svg b/marketplace/moods/bro-mode/assets/logo.svg index a99841e..ab5d8e8 100644 --- a/marketplace/moods/bro-mode/assets/logo.svg +++ b/marketplace/moods/bro-mode/assets/logo.svg @@ -1,6 +1,9 @@ - - - - - - + + + \ No newline at end of file diff --git a/marketplace/games/game-creator/.reforma-plugin/plugin.json b/marketplace/playbooks/games/.reforma-plugin/plugin.json similarity index 77% rename from marketplace/games/game-creator/.reforma-plugin/plugin.json rename to marketplace/playbooks/games/.reforma-plugin/plugin.json index 17afe74..ee4539f 100644 --- a/marketplace/games/game-creator/.reforma-plugin/plugin.json +++ b/marketplace/playbooks/games/.reforma-plugin/plugin.json @@ -1,6 +1,6 @@ { - "name": "game-creator", - "description": "Browser games — 2D with Phaser, 3D with Three.js", + "name": "games", + "description": "Create a browser games — 2D with Phaser or 3D with Three.js", "author": { "name": "OpusGameLabs", "url": "https://github.com/playableintelligence/game-creator" diff --git a/marketplace/games/game-creator/agents/game-creator.md b/marketplace/playbooks/games/agents/game-creator.md similarity index 100% rename from marketplace/games/game-creator/agents/game-creator.md rename to marketplace/playbooks/games/agents/game-creator.md diff --git a/marketplace/games/game-creator/agents/game-qa-runner.md b/marketplace/playbooks/games/agents/game-qa-runner.md similarity index 100% rename from marketplace/games/game-creator/agents/game-qa-runner.md rename to marketplace/playbooks/games/agents/game-qa-runner.md diff --git a/marketplace/games/game-creator/agents/game-reviewer.md b/marketplace/playbooks/games/agents/game-reviewer.md similarity index 100% rename from marketplace/games/game-creator/agents/game-reviewer.md rename to marketplace/playbooks/games/agents/game-reviewer.md diff --git a/marketplace/playbooks/games/assets/logo.svg b/marketplace/playbooks/games/assets/logo.svg new file mode 100644 index 0000000..7ae9cde --- /dev/null +++ b/marketplace/playbooks/games/assets/logo.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/marketplace/games/game-creator/skills/add-3d-assets/SKILL.md b/marketplace/playbooks/games/skills/add-3d-assets/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/add-3d-assets/SKILL.md rename to marketplace/playbooks/games/skills/add-3d-assets/SKILL.md diff --git a/marketplace/games/game-creator/skills/add-assets/SKILL.md b/marketplace/playbooks/games/skills/add-assets/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/add-assets/SKILL.md rename to marketplace/playbooks/games/skills/add-assets/SKILL.md diff --git a/marketplace/games/game-creator/skills/add-audio/SKILL.md b/marketplace/playbooks/games/skills/add-audio/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/add-audio/SKILL.md rename to marketplace/playbooks/games/skills/add-audio/SKILL.md diff --git a/marketplace/games/game-creator/skills/add-feature/SKILL.md b/marketplace/playbooks/games/skills/add-feature/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/add-feature/SKILL.md rename to marketplace/playbooks/games/skills/add-feature/SKILL.md diff --git a/marketplace/games/game-creator/skills/add-multiplayer/SKILL.md b/marketplace/playbooks/games/skills/add-multiplayer/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/add-multiplayer/SKILL.md rename to marketplace/playbooks/games/skills/add-multiplayer/SKILL.md diff --git a/marketplace/games/game-creator/skills/add-multiplayer/architecture.md b/marketplace/playbooks/games/skills/add-multiplayer/architecture.md similarity index 100% rename from marketplace/games/game-creator/skills/add-multiplayer/architecture.md rename to marketplace/playbooks/games/skills/add-multiplayer/architecture.md diff --git a/marketplace/games/game-creator/skills/add-multiplayer/client-integration.md b/marketplace/playbooks/games/skills/add-multiplayer/client-integration.md similarity index 100% rename from marketplace/games/game-creator/skills/add-multiplayer/client-integration.md rename to marketplace/playbooks/games/skills/add-multiplayer/client-integration.md diff --git a/marketplace/games/game-creator/skills/add-multiplayer/partykit-server.md b/marketplace/playbooks/games/skills/add-multiplayer/partykit-server.md similarity index 100% rename from marketplace/games/game-creator/skills/add-multiplayer/partykit-server.md rename to marketplace/playbooks/games/skills/add-multiplayer/partykit-server.md diff --git a/marketplace/games/game-creator/skills/design-game/SKILL.md b/marketplace/playbooks/games/skills/design-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/design-game/SKILL.md rename to marketplace/playbooks/games/skills/design-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/fetch-tweet/SKILL.md b/marketplace/playbooks/games/skills/fetch-tweet/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/fetch-tweet/SKILL.md rename to marketplace/playbooks/games/skills/fetch-tweet/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-3d-assets/SKILL.md b/marketplace/playbooks/games/skills/game-3d-assets/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/game-3d-assets/SKILL.md rename to marketplace/playbooks/games/skills/game-3d-assets/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-architecture/SKILL.md b/marketplace/playbooks/games/skills/game-architecture/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/game-architecture/SKILL.md rename to marketplace/playbooks/games/skills/game-architecture/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-architecture/system-patterns.md b/marketplace/playbooks/games/skills/game-architecture/system-patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/game-architecture/system-patterns.md rename to marketplace/playbooks/games/skills/game-architecture/system-patterns.md diff --git a/marketplace/games/game-creator/skills/game-assets/SKILL.md b/marketplace/playbooks/games/skills/game-assets/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/game-assets/SKILL.md rename to marketplace/playbooks/games/skills/game-assets/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-assets/character-pipeline.md b/marketplace/playbooks/games/skills/game-assets/character-pipeline.md similarity index 100% rename from marketplace/games/game-creator/skills/game-assets/character-pipeline.md rename to marketplace/playbooks/games/skills/game-assets/character-pipeline.md diff --git a/marketplace/games/game-creator/skills/game-assets/integration-patterns.md b/marketplace/playbooks/games/skills/game-assets/integration-patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/game-assets/integration-patterns.md rename to marketplace/playbooks/games/skills/game-assets/integration-patterns.md diff --git a/marketplace/games/game-creator/skills/game-assets/pixel-renderer.md b/marketplace/playbooks/games/skills/game-assets/pixel-renderer.md similarity index 100% rename from marketplace/games/game-creator/skills/game-assets/pixel-renderer.md rename to marketplace/playbooks/games/skills/game-assets/pixel-renderer.md diff --git a/marketplace/games/game-creator/skills/game-assets/sprite-catalog.md b/marketplace/playbooks/games/skills/game-assets/sprite-catalog.md similarity index 100% rename from marketplace/games/game-creator/skills/game-assets/sprite-catalog.md rename to marketplace/playbooks/games/skills/game-assets/sprite-catalog.md diff --git a/marketplace/games/game-creator/skills/game-audio/SKILL.md b/marketplace/playbooks/games/skills/game-audio/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/SKILL.md rename to marketplace/playbooks/games/skills/game-audio/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-audio/bgm-patterns.md b/marketplace/playbooks/games/skills/game-audio/bgm-patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/bgm-patterns.md rename to marketplace/playbooks/games/skills/game-audio/bgm-patterns.md diff --git a/marketplace/games/game-creator/skills/game-audio/mixing-guide.md b/marketplace/playbooks/games/skills/game-audio/mixing-guide.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/mixing-guide.md rename to marketplace/playbooks/games/skills/game-audio/mixing-guide.md diff --git a/marketplace/games/game-creator/skills/game-audio/mute-button.md b/marketplace/playbooks/games/skills/game-audio/mute-button.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/mute-button.md rename to marketplace/playbooks/games/skills/game-audio/mute-button.md diff --git a/marketplace/games/game-creator/skills/game-audio/sequencer-pattern.md b/marketplace/playbooks/games/skills/game-audio/sequencer-pattern.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/sequencer-pattern.md rename to marketplace/playbooks/games/skills/game-audio/sequencer-pattern.md diff --git a/marketplace/games/game-creator/skills/game-audio/sfx-engine.md b/marketplace/playbooks/games/skills/game-audio/sfx-engine.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/sfx-engine.md rename to marketplace/playbooks/games/skills/game-audio/sfx-engine.md diff --git a/marketplace/games/game-creator/skills/game-audio/strudel-reference.md b/marketplace/playbooks/games/skills/game-audio/strudel-reference.md similarity index 100% rename from marketplace/games/game-creator/skills/game-audio/strudel-reference.md rename to marketplace/playbooks/games/skills/game-audio/strudel-reference.md diff --git a/marketplace/games/game-creator/skills/game-designer/SKILL.md b/marketplace/playbooks/games/skills/game-designer/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/game-designer/SKILL.md rename to marketplace/playbooks/games/skills/game-designer/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-designer/visual-catalog.md b/marketplace/playbooks/games/skills/game-designer/visual-catalog.md similarity index 100% rename from marketplace/games/game-creator/skills/game-designer/visual-catalog.md rename to marketplace/playbooks/games/skills/game-designer/visual-catalog.md diff --git a/marketplace/games/game-creator/skills/game-qa/SKILL.md b/marketplace/playbooks/games/skills/game-qa/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/game-qa/SKILL.md rename to marketplace/playbooks/games/skills/game-qa/SKILL.md diff --git a/marketplace/games/game-creator/skills/game-qa/gameplay-invariants.md b/marketplace/playbooks/games/skills/game-qa/gameplay-invariants.md similarity index 100% rename from marketplace/games/game-creator/skills/game-qa/gameplay-invariants.md rename to marketplace/playbooks/games/skills/game-qa/gameplay-invariants.md diff --git a/marketplace/games/game-creator/skills/improve-game/SKILL.md b/marketplace/playbooks/games/skills/improve-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/improve-game/SKILL.md rename to marketplace/playbooks/games/skills/improve-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/make-game/SKILL.md b/marketplace/playbooks/games/skills/make-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/SKILL.md rename to marketplace/playbooks/games/skills/make-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/make-game/phase-pipelines/development.md b/marketplace/playbooks/games/skills/make-game/phase-pipelines/development.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/phase-pipelines/development.md rename to marketplace/playbooks/games/skills/make-game/phase-pipelines/development.md diff --git a/marketplace/games/game-creator/skills/make-game/phase-pipelines/idea.md b/marketplace/playbooks/games/skills/make-game/phase-pipelines/idea.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/phase-pipelines/idea.md rename to marketplace/playbooks/games/skills/make-game/phase-pipelines/idea.md diff --git a/marketplace/games/game-creator/skills/make-game/phase-pipelines/scaffold.md b/marketplace/playbooks/games/skills/make-game/phase-pipelines/scaffold.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/phase-pipelines/scaffold.md rename to marketplace/playbooks/games/skills/make-game/phase-pipelines/scaffold.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/README.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/README.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/README.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/README.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/agents-bootstrap.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/agents-bootstrap.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/agents-bootstrap.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/agents-bootstrap.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/asset-pipeline.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/asset-pipeline.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/asset-pipeline.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/asset-pipeline.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/bug-fix.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/bug-fix.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/bug-fix.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/bug-fix.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/doc-drift-audit.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/doc-drift-audit.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/doc-drift-audit.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/doc-drift-audit.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/live-iterate.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/live-iterate.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/live-iterate.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/live-iterate.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/milestone-planning.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/milestone-planning.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/milestone-planning.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/milestone-planning.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/playtest-repro.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/playtest-repro.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/playtest-repro.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/playtest-repro.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/scope-triage.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/scope-triage.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/scope-triage.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/scope-triage.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/session-start.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/session-start.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/session-start.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/session-start.md diff --git a/marketplace/games/game-creator/skills/make-game/sub-pipelines/state-machine.md b/marketplace/playbooks/games/skills/make-game/sub-pipelines/state-machine.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/sub-pipelines/state-machine.md rename to marketplace/playbooks/games/skills/make-game/sub-pipelines/state-machine.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/README.md b/marketplace/playbooks/games/skills/make-game/templates/README.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/README.md rename to marketplace/playbooks/games/skills/make-game/templates/README.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/adr.md b/marketplace/playbooks/games/skills/make-game/templates/adr.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/adr.md rename to marketplace/playbooks/games/skills/make-game/templates/adr.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/agents.md b/marketplace/playbooks/games/skills/make-game/templates/agents.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/agents.md rename to marketplace/playbooks/games/skills/make-game/templates/agents.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/backlog.md b/marketplace/playbooks/games/skills/make-game/templates/backlog.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/backlog.md rename to marketplace/playbooks/games/skills/make-game/templates/backlog.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/gameplan.md b/marketplace/playbooks/games/skills/make-game/templates/gameplan.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/gameplan.md rename to marketplace/playbooks/games/skills/make-game/templates/gameplan.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/milestone.md b/marketplace/playbooks/games/skills/make-game/templates/milestone.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/milestone.md rename to marketplace/playbooks/games/skills/make-game/templates/milestone.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/state.md b/marketplace/playbooks/games/skills/make-game/templates/state.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/state.md rename to marketplace/playbooks/games/skills/make-game/templates/state.md diff --git a/marketplace/games/game-creator/skills/make-game/templates/tech.md b/marketplace/playbooks/games/skills/make-game/templates/tech.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/templates/tech.md rename to marketplace/playbooks/games/skills/make-game/templates/tech.md diff --git a/marketplace/games/game-creator/skills/make-game/useful-skills.md b/marketplace/playbooks/games/skills/make-game/useful-skills.md similarity index 100% rename from marketplace/games/game-creator/skills/make-game/useful-skills.md rename to marketplace/playbooks/games/skills/make-game/useful-skills.md diff --git a/marketplace/games/game-creator/skills/meshyai/SKILL.md b/marketplace/playbooks/games/skills/meshyai/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/meshyai/SKILL.md rename to marketplace/playbooks/games/skills/meshyai/SKILL.md diff --git a/marketplace/games/game-creator/skills/meshyai/api-reference.md b/marketplace/playbooks/games/skills/meshyai/api-reference.md similarity index 100% rename from marketplace/games/game-creator/skills/meshyai/api-reference.md rename to marketplace/playbooks/games/skills/meshyai/api-reference.md diff --git a/marketplace/games/game-creator/skills/meshyai/rigging-pipeline.md b/marketplace/playbooks/games/skills/meshyai/rigging-pipeline.md similarity index 100% rename from marketplace/games/game-creator/skills/meshyai/rigging-pipeline.md rename to marketplace/playbooks/games/skills/meshyai/rigging-pipeline.md diff --git a/marketplace/games/game-creator/skills/meshyai/verification-patterns.md b/marketplace/playbooks/games/skills/meshyai/verification-patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/meshyai/verification-patterns.md rename to marketplace/playbooks/games/skills/meshyai/verification-patterns.md diff --git a/marketplace/games/game-creator/skills/phaser/SKILL.md b/marketplace/playbooks/games/skills/phaser/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/SKILL.md rename to marketplace/playbooks/games/skills/phaser/SKILL.md diff --git a/marketplace/games/game-creator/skills/phaser/assets-and-performance.md b/marketplace/playbooks/games/skills/phaser/assets-and-performance.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/assets-and-performance.md rename to marketplace/playbooks/games/skills/phaser/assets-and-performance.md diff --git a/marketplace/games/game-creator/skills/phaser/conventions.md b/marketplace/playbooks/games/skills/phaser/conventions.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/conventions.md rename to marketplace/playbooks/games/skills/phaser/conventions.md diff --git a/marketplace/games/game-creator/skills/phaser/examples/complex-game.md b/marketplace/playbooks/games/skills/phaser/examples/complex-game.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/examples/complex-game.md rename to marketplace/playbooks/games/skills/phaser/examples/complex-game.md diff --git a/marketplace/games/game-creator/skills/phaser/examples/simple-game.md b/marketplace/playbooks/games/skills/phaser/examples/simple-game.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/examples/simple-game.md rename to marketplace/playbooks/games/skills/phaser/examples/simple-game.md diff --git a/marketplace/games/game-creator/skills/phaser/game-objects.md b/marketplace/playbooks/games/skills/phaser/game-objects.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/game-objects.md rename to marketplace/playbooks/games/skills/phaser/game-objects.md diff --git a/marketplace/games/game-creator/skills/phaser/no-asset-design.md b/marketplace/playbooks/games/skills/phaser/no-asset-design.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/no-asset-design.md rename to marketplace/playbooks/games/skills/phaser/no-asset-design.md diff --git a/marketplace/games/game-creator/skills/phaser/patterns.md b/marketplace/playbooks/games/skills/phaser/patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/patterns.md rename to marketplace/playbooks/games/skills/phaser/patterns.md diff --git a/marketplace/games/game-creator/skills/phaser/physics-and-movement.md b/marketplace/playbooks/games/skills/phaser/physics-and-movement.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/physics-and-movement.md rename to marketplace/playbooks/games/skills/phaser/physics-and-movement.md diff --git a/marketplace/games/game-creator/skills/phaser/project-setup.md b/marketplace/playbooks/games/skills/phaser/project-setup.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/project-setup.md rename to marketplace/playbooks/games/skills/phaser/project-setup.md diff --git a/marketplace/games/game-creator/skills/phaser/scenes-and-lifecycle.md b/marketplace/playbooks/games/skills/phaser/scenes-and-lifecycle.md similarity index 100% rename from marketplace/games/game-creator/skills/phaser/scenes-and-lifecycle.md rename to marketplace/playbooks/games/skills/phaser/scenes-and-lifecycle.md diff --git a/marketplace/games/game-creator/skills/qa-game/SKILL.md b/marketplace/playbooks/games/skills/qa-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/qa-game/SKILL.md rename to marketplace/playbooks/games/skills/qa-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/quick-game/SKILL.md b/marketplace/playbooks/games/skills/quick-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/quick-game/SKILL.md rename to marketplace/playbooks/games/skills/quick-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/retrodiffusion/SKILL.md b/marketplace/playbooks/games/skills/retrodiffusion/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/retrodiffusion/SKILL.md rename to marketplace/playbooks/games/skills/retrodiffusion/SKILL.md diff --git a/marketplace/games/game-creator/skills/retrodiffusion/api-reference.md b/marketplace/playbooks/games/skills/retrodiffusion/api-reference.md similarity index 100% rename from marketplace/games/game-creator/skills/retrodiffusion/api-reference.md rename to marketplace/playbooks/games/skills/retrodiffusion/api-reference.md diff --git a/marketplace/games/game-creator/skills/review-game/SKILL.md b/marketplace/playbooks/games/skills/review-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/review-game/SKILL.md rename to marketplace/playbooks/games/skills/review-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/threejs-game/SKILL.md b/marketplace/playbooks/games/skills/threejs-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-game/SKILL.md rename to marketplace/playbooks/games/skills/threejs-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/threejs-game/core-patterns.md b/marketplace/playbooks/games/skills/threejs-game/core-patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-game/core-patterns.md rename to marketplace/playbooks/games/skills/threejs-game/core-patterns.md diff --git a/marketplace/games/game-creator/skills/threejs-game/input-patterns.md b/marketplace/playbooks/games/skills/threejs-game/input-patterns.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-game/input-patterns.md rename to marketplace/playbooks/games/skills/threejs-game/input-patterns.md diff --git a/marketplace/games/game-creator/skills/threejs-game/reference/llms-full.txt b/marketplace/playbooks/games/skills/threejs-game/reference/llms-full.txt similarity index 100% rename from marketplace/games/game-creator/skills/threejs-game/reference/llms-full.txt rename to marketplace/playbooks/games/skills/threejs-game/reference/llms-full.txt diff --git a/marketplace/games/game-creator/skills/threejs-game/reference/llms.txt b/marketplace/playbooks/games/skills/threejs-game/reference/llms.txt similarity index 100% rename from marketplace/games/game-creator/skills/threejs-game/reference/llms.txt rename to marketplace/playbooks/games/skills/threejs-game/reference/llms.txt diff --git a/marketplace/games/game-creator/skills/threejs-game/tsl-guide.md b/marketplace/playbooks/games/skills/threejs-game/tsl-guide.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-game/tsl-guide.md rename to marketplace/playbooks/games/skills/threejs-game/tsl-guide.md diff --git a/marketplace/games/game-creator/skills/threejs-perf/SKILL.md b/marketplace/playbooks/games/skills/threejs-perf/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/SKILL.md rename to marketplace/playbooks/games/skills/threejs-perf/SKILL.md diff --git a/marketplace/games/game-creator/skills/threejs-perf/instancing-moving.md b/marketplace/playbooks/games/skills/threejs-perf/instancing-moving.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/instancing-moving.md rename to marketplace/playbooks/games/skills/threejs-perf/instancing-moving.md diff --git a/marketplace/games/game-creator/skills/threejs-perf/instancing-static.md b/marketplace/playbooks/games/skills/threejs-perf/instancing-static.md similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/instancing-static.md rename to marketplace/playbooks/games/skills/threejs-perf/instancing-static.md diff --git a/marketplace/games/game-creator/skills/threejs-perf/templates/moving-entities-baseline.ts b/marketplace/playbooks/games/skills/threejs-perf/templates/moving-entities-baseline.ts similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/templates/moving-entities-baseline.ts rename to marketplace/playbooks/games/skills/threejs-perf/templates/moving-entities-baseline.ts diff --git a/marketplace/games/game-creator/skills/threejs-perf/templates/moving-entities-instanced.ts b/marketplace/playbooks/games/skills/threejs-perf/templates/moving-entities-instanced.ts similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/templates/moving-entities-instanced.ts rename to marketplace/playbooks/games/skills/threejs-perf/templates/moving-entities-instanced.ts diff --git a/marketplace/games/game-creator/skills/threejs-perf/templates/static-world-baseline.ts b/marketplace/playbooks/games/skills/threejs-perf/templates/static-world-baseline.ts similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/templates/static-world-baseline.ts rename to marketplace/playbooks/games/skills/threejs-perf/templates/static-world-baseline.ts diff --git a/marketplace/games/game-creator/skills/threejs-perf/templates/static-world-instanced.ts b/marketplace/playbooks/games/skills/threejs-perf/templates/static-world-instanced.ts similarity index 100% rename from marketplace/games/game-creator/skills/threejs-perf/templates/static-world-instanced.ts rename to marketplace/playbooks/games/skills/threejs-perf/templates/static-world-instanced.ts diff --git a/marketplace/games/game-creator/skills/use-template/SKILL.md b/marketplace/playbooks/games/skills/use-template/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/use-template/SKILL.md rename to marketplace/playbooks/games/skills/use-template/SKILL.md diff --git a/marketplace/games/game-creator/skills/viral-game/SKILL.md b/marketplace/playbooks/games/skills/viral-game/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/viral-game/SKILL.md rename to marketplace/playbooks/games/skills/viral-game/SKILL.md diff --git a/marketplace/games/game-creator/skills/viral-game/step-details.md b/marketplace/playbooks/games/skills/viral-game/step-details.md similarity index 100% rename from marketplace/games/game-creator/skills/viral-game/step-details.md rename to marketplace/playbooks/games/skills/viral-game/step-details.md diff --git a/marketplace/games/game-creator/skills/viral-game/tweet-pipeline.md b/marketplace/playbooks/games/skills/viral-game/tweet-pipeline.md similarity index 100% rename from marketplace/games/game-creator/skills/viral-game/tweet-pipeline.md rename to marketplace/playbooks/games/skills/viral-game/tweet-pipeline.md diff --git a/marketplace/games/game-creator/skills/viral-game/verification-protocol.md b/marketplace/playbooks/games/skills/viral-game/verification-protocol.md similarity index 100% rename from marketplace/games/game-creator/skills/viral-game/verification-protocol.md rename to marketplace/playbooks/games/skills/viral-game/verification-protocol.md diff --git a/marketplace/games/game-creator/skills/worldlabs/SKILL.md b/marketplace/playbooks/games/skills/worldlabs/SKILL.md similarity index 100% rename from marketplace/games/game-creator/skills/worldlabs/SKILL.md rename to marketplace/playbooks/games/skills/worldlabs/SKILL.md diff --git a/marketplace/games/game-creator/templates/README.md b/marketplace/playbooks/games/templates/README.md similarity index 100% rename from marketplace/games/game-creator/templates/README.md rename to marketplace/playbooks/games/templates/README.md diff --git a/marketplace/games/game-creator/templates/phaser-2d/README.md b/marketplace/playbooks/games/templates/phaser-2d/README.md similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/README.md rename to marketplace/playbooks/games/templates/phaser-2d/README.md diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/core/Constants.js b/marketplace/playbooks/games/templates/phaser-2d/src/core/Constants.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/core/Constants.js rename to marketplace/playbooks/games/templates/phaser-2d/src/core/Constants.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/core/EventBus.js b/marketplace/playbooks/games/templates/phaser-2d/src/core/EventBus.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/core/EventBus.js rename to marketplace/playbooks/games/templates/phaser-2d/src/core/EventBus.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/core/GameConfig.js b/marketplace/playbooks/games/templates/phaser-2d/src/core/GameConfig.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/core/GameConfig.js rename to marketplace/playbooks/games/templates/phaser-2d/src/core/GameConfig.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/core/GameState.js b/marketplace/playbooks/games/templates/phaser-2d/src/core/GameState.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/core/GameState.js rename to marketplace/playbooks/games/templates/phaser-2d/src/core/GameState.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/entities/Player.js b/marketplace/playbooks/games/templates/phaser-2d/src/entities/Player.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/entities/Player.js rename to marketplace/playbooks/games/templates/phaser-2d/src/entities/Player.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/main.js b/marketplace/playbooks/games/templates/phaser-2d/src/main.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/main.js rename to marketplace/playbooks/games/templates/phaser-2d/src/main.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/scenes/BootScene.js b/marketplace/playbooks/games/templates/phaser-2d/src/scenes/BootScene.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/scenes/BootScene.js rename to marketplace/playbooks/games/templates/phaser-2d/src/scenes/BootScene.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/scenes/GameOverScene.js b/marketplace/playbooks/games/templates/phaser-2d/src/scenes/GameOverScene.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/scenes/GameOverScene.js rename to marketplace/playbooks/games/templates/phaser-2d/src/scenes/GameOverScene.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/scenes/GameScene.js b/marketplace/playbooks/games/templates/phaser-2d/src/scenes/GameScene.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/scenes/GameScene.js rename to marketplace/playbooks/games/templates/phaser-2d/src/scenes/GameScene.js diff --git a/marketplace/games/game-creator/templates/phaser-2d/src/systems/ScoreSystem.js b/marketplace/playbooks/games/templates/phaser-2d/src/systems/ScoreSystem.js similarity index 100% rename from marketplace/games/game-creator/templates/phaser-2d/src/systems/ScoreSystem.js rename to marketplace/playbooks/games/templates/phaser-2d/src/systems/ScoreSystem.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/README.md b/marketplace/playbooks/games/templates/threejs-3d/README.md similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/README.md rename to marketplace/playbooks/games/templates/threejs-3d/README.md diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/core/Constants.js b/marketplace/playbooks/games/templates/threejs-3d/src/core/Constants.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/core/Constants.js rename to marketplace/playbooks/games/templates/threejs-3d/src/core/Constants.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/core/EventBus.js b/marketplace/playbooks/games/templates/threejs-3d/src/core/EventBus.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/core/EventBus.js rename to marketplace/playbooks/games/templates/threejs-3d/src/core/EventBus.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/core/Game.js b/marketplace/playbooks/games/templates/threejs-3d/src/core/Game.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/core/Game.js rename to marketplace/playbooks/games/templates/threejs-3d/src/core/Game.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/core/GameState.js b/marketplace/playbooks/games/templates/threejs-3d/src/core/GameState.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/core/GameState.js rename to marketplace/playbooks/games/templates/threejs-3d/src/core/GameState.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/gameplay/Player.js b/marketplace/playbooks/games/templates/threejs-3d/src/gameplay/Player.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/gameplay/Player.js rename to marketplace/playbooks/games/templates/threejs-3d/src/gameplay/Player.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/level/AssetLoader.js b/marketplace/playbooks/games/templates/threejs-3d/src/level/AssetLoader.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/level/AssetLoader.js rename to marketplace/playbooks/games/templates/threejs-3d/src/level/AssetLoader.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/level/LevelBuilder.js b/marketplace/playbooks/games/templates/threejs-3d/src/level/LevelBuilder.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/level/LevelBuilder.js rename to marketplace/playbooks/games/templates/threejs-3d/src/level/LevelBuilder.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/main.js b/marketplace/playbooks/games/templates/threejs-3d/src/main.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/main.js rename to marketplace/playbooks/games/templates/threejs-3d/src/main.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/systems/InputSystem.js b/marketplace/playbooks/games/templates/threejs-3d/src/systems/InputSystem.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/systems/InputSystem.js rename to marketplace/playbooks/games/templates/threejs-3d/src/systems/InputSystem.js diff --git a/marketplace/games/game-creator/templates/threejs-3d/src/ui/Menu.js b/marketplace/playbooks/games/templates/threejs-3d/src/ui/Menu.js similarity index 100% rename from marketplace/games/game-creator/templates/threejs-3d/src/ui/Menu.js rename to marketplace/playbooks/games/templates/threejs-3d/src/ui/Menu.js diff --git a/marketplace/playbooks/i18n/assets/logo.svg b/marketplace/playbooks/i18n/assets/logo.svg index 0f518f9..495866d 100644 --- a/marketplace/playbooks/i18n/assets/logo.svg +++ b/marketplace/playbooks/i18n/assets/logo.svg @@ -1,5 +1,10 @@ - - - + + + + + + + +