NoisemakerJon
Community@noisemaker111
I like LLM's, prompting, vibecoding, CRM's, Factorio, Rocket League. Dont be afraid to be harsh in review/comments. Here to help
Agent Skills by NoisemakerJon
Showing 39 vetted skills indexed across 4 GitHub repositories.
convex-setup-auth
Configures Convex authentication with provider wiring, identity mapping, and access control.
convex-migration-helper
Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow.
convex
Routes Convex development requests to the appropriate specialized Convex workflow skill.
convex-quickstart
Scaffolds new Convex projects or integrates Convex into existing frontend applications.
convex-performance-audit
Diagnoses and fixes Convex performance issues across reads, writes, subscriptions, and function limits.
jgengine-multiplayer
Manage multiplayer game sessions across WebSocket and Convex backends.
harvest-game
Guide game research, minimal builds, and engine gap documentation.
jgengine-assets
Discover and integrate CC0 game assets with JGengine SDK.
jgengine-editor
Edit game terrains, spawns, and zones visually via RPC.
jgengine-procedural
Generate procedural game worlds with terrain, biomes, and structures using jgengine.
game
Build games and identify engine gaps using the jgengine SDK.
jgengine
Route intake parameters to game component skills and verify builds with jgengine-verify.
harvest
Complete repository tasks while identifying and resolving engine codebase gaps.
jgengine-combat
Implement combat mechanics for jgengine SDK games.
convert-to-fanout
Convert monolithic AI agents into orchestrator-worker fan-out architectures.
jgengine-verify
Verify JGengine scene data integrity using environment descriptor assertions.
fan-out
Delegate substantial mechanical tasks to workers based on cost-effectiveness.
jgengine-world
Create game worlds with terrain, physics, and AI entities using jgengine.
harvest-full-game
Build a full game with the JGengine SDK and report engine gaps.
jgengine-gameplay
Create and manage gameplay systems within the jgengine framework.
jgengine-ui
Design and implement game UI components with visual and interaction guidance.
convex-http-actions
Define HTTP endpoints in Convex apps for webhooks and external API routing.
web-design-guidelines
Audit UI code against Web Interface Guidelines and report violations in file:line format.
convex-cron-jobs
Schedule recurring background tasks in Convex applications using cron expressions.
Frequently Asked Questions About NoisemakerJon
FAQPage SchemaWhat tasks can I accomplish with NoisemakerJon's skills?▼
You can build Convex backends (auth, schemas, migrations, cron jobs, file storage, realtime subscriptions), create JGengine games (procedural worlds, combat, multiplayer, UI), and apply React/Next.js performance best practices. Additional skills cover Turborepo builds, Bun file I/O, and draft PR creation.
Who should use these skills?▼
Full-stack TypeScript developers building Convex applications, indie game developers using the JGengine SDK, and frontend engineers optimizing React and Next.js apps. The skills also suit developers auditing Convex security, performance, or planning zero-downtime schema migrations.
How do I get started with the Convex skills?▼
Use convex-quickstart to scaffold a project with npm create convex@latest or add Convex to an existing React, Next.js, Vue, or Svelte app. It wires up ConvexProvider, configures deployment URL environment variables, and runs npx convex dev for the first time.
How are breaking Convex schema changes handled?▼
The convex-migration-helper skill plans and executes safe migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. It handles backfilling documents, adding or removing fields, changing types, splitting or merging tables, and multi-deploy rollouts without downtime.
What prerequisites do these skills require?▼
Convex skills require a TypeScript project and Node.js with npm or npx access. JGengine skills require the JGengine SDK. Frontend skills target React and Next.js codebases, while Turborepo and Bun skills require those respective runtimes installed.