NoisemakerJon avatar

NoisemakerJon

Community

@noisemaker111

4Followers
|
34Public Repos
|
39Published Skills

I like LLM's, prompting, vibecoding, CRM's, Factorio, Rocket League. Dont be afraid to be harsh in review/comments. Here to help

Skills Distribution
DomainDeveloper To...Convex Backend Dev.. (45%)JGengine Game Deve.. (30%)React & Next.js Fr.. (15%)Git & Build Orches.. (10%)

Agent Skills by NoisemakerJon

Showing 39 vetted skills indexed across 4 GitHub repositories.

Noisemaker111Noisemaker111

convex-setup-auth

Configures Convex authentication with provider wiring, identity mapping, and access control.

Community
Advanced
Noisemaker111Noisemaker111

convex-migration-helper

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow.

Community
Advanced
Noisemaker111Noisemaker111

convex

Routes Convex development requests to the appropriate specialized Convex workflow skill.

Community
Basic
Noisemaker111Noisemaker111

convex-quickstart

Scaffolds new Convex projects or integrates Convex into existing frontend applications.

Community
Intermediate
Noisemaker111Noisemaker111

convex-performance-audit

Diagnoses and fixes Convex performance issues across reads, writes, subscriptions, and function limits.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-multiplayer

Manage multiplayer game sessions across WebSocket and Convex backends.

Community
Advanced
Noisemaker111Noisemaker111
5

harvest-game

Guide game research, minimal builds, and engine gap documentation.

Community
Intermediate
Noisemaker111Noisemaker111
5

jgengine-assets

Discover and integrate CC0 game assets with JGengine SDK.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-editor

Edit game terrains, spawns, and zones visually via RPC.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-procedural

Generate procedural game worlds with terrain, biomes, and structures using jgengine.

Community
Advanced
Noisemaker111Noisemaker111
5

game

Build games and identify engine gaps using the jgengine SDK.

Community
Intermediate
Noisemaker111Noisemaker111
5

jgengine

Route intake parameters to game component skills and verify builds with jgengine-verify.

Community
Advanced
Noisemaker111Noisemaker111
5

harvest

Complete repository tasks while identifying and resolving engine codebase gaps.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-combat

Implement combat mechanics for jgengine SDK games.

Community
Advanced
Noisemaker111Noisemaker111
5

convert-to-fanout

Convert monolithic AI agents into orchestrator-worker fan-out architectures.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-verify

Verify JGengine scene data integrity using environment descriptor assertions.

Community
Advanced
Noisemaker111Noisemaker111
5

fan-out

Delegate substantial mechanical tasks to workers based on cost-effectiveness.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-world

Create game worlds with terrain, physics, and AI entities using jgengine.

Community
Advanced
Noisemaker111Noisemaker111
5

harvest-full-game

Build a full game with the JGengine SDK and report engine gaps.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-gameplay

Create and manage gameplay systems within the jgengine framework.

Community
Advanced
Noisemaker111Noisemaker111
5

jgengine-ui

Design and implement game UI components with visual and interaction guidance.

Community
Advanced
Noisemaker111Noisemaker111

convex-http-actions

Define HTTP endpoints in Convex apps for webhooks and external API routing.

Community
Advanced
Noisemaker111Noisemaker111

web-design-guidelines

Audit UI code against Web Interface Guidelines and report violations in file:line format.

Community
Intermediate
Noisemaker111Noisemaker111

convex-cron-jobs

Schedule recurring background tasks in Convex applications using cron expressions.

Community
Advanced

Frequently Asked Questions About NoisemakerJon

FAQPage Schema
What 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.