Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

GMLoop

GMLoop contiene 29 skills recopiladas de SimulatorLife, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
29
Stars
2
actualizado
2026-07-09
Forks
0
Cobertura ocupacional
3 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

gmloop-gamemaker-resources
Desarrolladores de software

Create and modify GameMaker resources through structured project tooling. Use when working with objects, events, rooms, scripts, instances, project metadata, or resource relationships.

2026-07-09
remove-legacy-shims
Desarrolladores de software

Use this skill to remove compatibility shims, legacy behavior wrappers, and import/export pass-through files by migrating call sites to direct ownership APIs.

2026-07-04
gmloop-gamemaker-project-organization
Desarrolladores de software

Organize GameMaker resources, manage layout and naming, structure project notes, and establish reusable architectural systems. Use when organizing resources, naming systems, or structuring GameMaker projects.

2026-07-04
gmloop-game-playtest
Analistas de garantía de calidad de software y probadores

Use Playwright to inspect, navigate, and play a running browser-based GameMaker game. Use when the user wants the agent to verify gameplay, menus, input, screenshots, browser behavior, or the exported HTML5 game loop. This skill is for operating the game through the browser like a player, not for editing code.

2026-07-03
gmloop-gml-syntax-basics
Desarrolladores de software

Understand and work with GameMaker Language (GML), including its syntax differences from JavaScript, GML-specific language constructs, data accessors, keywords, constants, and formatting conventions.

2026-07-03
gmloop-doubt-driven-development
Desarrolladores de software

Apply adversarial verification during any meaningful code change before the approach hardens. Use for medium or larger changes where regressions, hidden coupling, ownership mistakes, or invalid assumptions are plausible. Skip only for trivial mechanical edits.

2026-07-03
doubt-driven-development
Desarrolladores de software

Apply adversarial verification during any meaningful code change before the approach hardens. Use for medium or larger changes where regressions, hidden coupling, ownership mistakes, or invalid assumptions are plausible. Skip only for trivial mechanical edits.

2026-07-03
lsp-mcp-server
Desarrolladores de software

Use whenever code navigation, analysis, refactoring, or diagnostics are needed on a project that has a Language Server Protocol implementation. Covers all 29 lsp_* MCP tools exposed by lsp-mcp-server (TypeScript, Python, Rust, Go, C/C++, Ruby, PHP, Elixir, Kotlin, Java, and any user-configured language). Use it instead of grep/find/Read for ANY task that touches definitions, references, types, hover docs, completions, diagnostics, rename, code actions, call/type hierarchy, document/workspace symbols, document highlights, inlay hints, selection ranges, folding ranges, or batch file indexing.

2026-07-02
gmloop-tooling
Desarrolladores de software

Use GMLoop's MCP and CLI capabilities to inspect, parse, recover, refactor, lint, format, validate, and understand a GameMaker project. Use when changing GML code, configuring gmloop.json, choosing a GMLoop workflow, or investigating project symbols and relationships.

2026-06-28
gmloop-game-debugging
Desarrolladores de software

Diagnose GameMaker gameplay, resource, build, and runtime failures from reproducible evidence. Use when the game behaves incorrectly, fails validation, or cannot build or run.

2026-06-19
gmloop-game-design
Diseñadores, todos los demás

Define and maintain a focused game design, core loop, player verbs, goals, progression, feedback, accessibility, and minimum playable scope. Use when planning or changing the direction of a GameMaker game.

2026-06-19
gmloop-game-polish-and-juice
Desarrolladores de software

Improve game feel through readable feedback, animation, audio, timing, camera, particles, transitions, and accessibility without obscuring the core loop. Use after gameplay behavior is stable.

2026-06-19
gmloop-gml-gameplay
Desarrolladores de software

Implement gameplay systems in idiomatic GameMaker Language using clear object events, scripts, state machines, input, collisions, rooms, persistence, and performance practices. Use for gameplay code and runtime behavior.

2026-06-19
gmloop-gml-tests
Analistas de garantía de calidad de software y probadores

Design deterministic tests for GML gameplay, scripts, resources, and runtime behavior. Use when adding features, fixing regressions, or validating an Auto-Game build.

2026-06-19
gmloop-prototype-to-vertical-slice
Desarrolladores de software

Turn a GameMaker prototype into a coherent, playable vertical slice with bounded content, integrated systems, tests, and polish. Use when advancing from isolated mechanics to a complete representative experience.

2026-06-19
code-simplification
Desarrolladores de software

Simplifies code for clarity while preserving behavior. Use when code works but is harder to read, maintain, or extend than it should be, especially in this TypeScript + GML monorepo.

2026-06-18
ui
Desarrolladores de software

Use this skill when building or modifying the GMLoop UI under src/ui. The UI stack is Lit + TypeScript with light-DOM rendering only.

2026-06-15
lint-rules-gml
Desarrolladores de software

Use this skill when working on GML ESLint language support, lint rules, diagnostics, single-file autofixes, rule tests, parser services, or formatter/lint/refactor boundaries.

2026-06-15
format-prettier-plugin
Desarrolladores de software

Use this skill when working on the GML formatter or Prettier plugin, including printing, layout, comment placement, formatting options, formatter tests, or formatter/linter ownership boundaries.

2026-05-11
refactor-codemods
Desarrolladores de software

Use this skill when working on project-wide refactors, codemods, rename transactions, workspace edits, metadata updates, codemod safety, or refactor CLI behavior.

2026-05-11
merge-conflict-resolution
Desarrolladores de software

Resolve merge, rebase, cherry-pick, formatter, generated-file, and commit-history conflicts safely while minimizing unrelated churn.

2026-05-09
cli-command-architecture
Desarrolladores de software

Use this skill when working on CLI commands, command routing, watch mode, project path handling, telemetry, command tests, or exposing repository tooling through the CLI.

2026-05-06
core-ast-and-traversal
Desarrolladores de software

Use this skill when working on shared core AST types, node metadata, traversal, structural helpers, cloning, equality, path utilities, or public core API boundaries.

2026-05-06
mcp-server-workflows
Desarrolladores de software

Use this skill when working on MCP server tools, tool schemas, AI-agent workflow APIs, structured tool outputs, or exposing GMLoop capabilities to external agents.

2026-05-06
parser-antlr-gml
Desarrolladores de software

Use this skill when working on the GML parser workspace, ANTLR grammar, tokenization, parse errors, AST construction, source locations, or strict GameMaker Language syntax adherence.

2026-05-06
performance-and-streaming
Desarrolladores de software

Use this skill when improving performance, memory use, streaming architecture, large-project indexing, codemod throughput, watch-mode responsiveness, or performance test failures.

2026-05-06
semantic-project-index
Desarrolladores de software

Use this skill when working on semantic analysis, scope tracking, symbol resolution, SCIP modeling, graph/search/context retrieval, or project index storage and query behavior.

2026-05-06
transpiler-runtime-hotreload
Desarrolladores de software

Use this skill when working on GML-to-JavaScript transpilation, runtime wrapper injection, hot reload patches, symbol dispatch, browser runtime integration, or live GameMaker execution behavior.

2026-05-06
workspace-boundaries-and-api-surfaces
Desarrolladores de software

Use this skill when changing workspace public APIs, package boundaries, index exports, inter-workspace imports, dependency ownership, module structure, or architectural responsibility splits.

2026-05-06