meteor

32 mods across 1 repository, 4 stars between them.

meteor

01

meteor/agent-skills

Plugin Claude Code

Meteor-maintained agent skills for Meteor 3 application development.

4 5d ago A tokens not measured original MIT

meteor

02

meteor/agent-skills

Plugin Claude Code

Build, migrate, debug, test, secure, and deploy Meteor 3 applications.

4 5d ago A tokens not measured original MIT

release-publishing

03

meteor/agent-skills

Skill Claude CodeCodex

Use when preparing, testing, tagging, or publishing beta and stable releases of the Meteor agent-skills plugin for Codex and Claude Code.

4 5d ago A 32 tokens original MIT

skill-gap-audit

04

meteor/agent-skills

Skill Claude CodeCodex

Use when auditing meteor/agent-skills for missing, incomplete, overlapping, or outdated coverage. Compares every distributable skill with a configurable Meteor checkout, changelog and release context, v3-docs, source, tests, and the latest committed audit baseline, then produces an evidence-backed report without…

4 5d ago A 68 tokens original MIT

skill-maintenance

05

meteor/agent-skills

Skill Claude CodeCodex

Use when creating, reviewing, or updating a published skill in meteor/agent-skills, including applying confirmed skill-gap audit findings. Preserves repository conventions, distributable format, factual evidence, routing boundaries, references, metadata, and manual behavior cases.

4 5d ago A 54 tokens original MIT

meteor/agent-skills

Instructions file CodexOpenCode

Instructions for meteor/agent-skills, covering authoring an agent skill for meteor/agent-skills, maintainer skills, audit and maintenance workflow, what is a skill and frontmatter.

4 5d ago A 2,994 tokens original MIT

meteor/agent-skills

Instructions file

Instructions for meteor/agent-skills, a project described as: Meteor-maintained Agent Skills for building, migrating, testing, securing, and deploying Meteor 3 applications.

4 5d ago A 11 tokens copy · 88% MIT

meteor-accounts

08

meteor/agent-skills

Skill Claude CodeCodex

Use when wiring up authentication in a Meteor 3 app. Triggers on accounts-password, accounts-base, OAuth (Google, Facebook, GitHub, Apple, Twitter, Meetup, Weibo), accounts-2fa, accounts-passwordless, ServiceConfiguration.configurations.upsertAsync, Accounts.createUserAsync, Accounts.setPasswordAsync…

4 5d ago A 127 tokens original MIT

meteor-blaze

09

meteor/agent-skills

Skill Claude CodeCodex

Use when building or debugging Blaze interfaces in Meteor 3: meteor create --blaze, Spacebars templates, Template helpers and events, lifecycle hooks, Tracker, ReactiveVar or ReactiveDict, template subscriptions, Promise helpers, #let async states, Template.dynamic, Blaze.render, and blaze-hot HMR with the Meteor…

4 5d ago A 155 tokens original MIT

meteor/agent-skills

Skill Claude CodeCodex

Use when choosing, evaluating, adopting, configuring, or debugging a package from Meteor's documented community catalog, or moving from a community package to a promoted core package such as roles. Triggers on community package recommendations, Atmosphere vs npm selection, Packosphere maintenance checks, jam: helpers…

4 5d ago A 128 tokens original MIT

meteor-debugging

11

meteor/agent-skills

Skill Claude CodeCodex

Use when diagnosing an unexplained failure in a Meteor 3 application before the failing layer or fix is known. Triggers on server crashes, client-only errors, stuck subscriptions, DDP or WebSocket disconnects, Minimongo/server data mismatches, hanging or flaky tests, slow builds, --inspect, console.log, .only…

4 5d ago A 133 tokens original MIT

meteor-deployment

12

meteor/agent-skills

Skill Claude CodeCodex

Use when deploying a Meteor 3 application. Triggers on meteor build, meteor deploy, Galaxy Push to Deploy, Galaxy Mode, Repository Mode, DEPLOYHOSTNAME, Docker, Kubernetes, settings.json, METEORSETTINGS, MONGOURL, MONGOOPLOGURL, ROOTURL, PORT, HTTPFORWARDEDCOUNT, NODEOPTIONS, health checks, pre-deploy commands, hot…

4 5d ago A 131 tokens original MIT

meteor-methods

13

meteor/agent-skills

Skill Claude CodeCodex

Use when authoring or debugging Meteor methods (Meteor.methods, Meteor.call, Meteor.callAsync). Triggers on argument validation with check(), optimistic UI stubs, latency compensation, Meteor.Error handling, and DDPRateLimiter. Use this skill when the user asks about server-side mutation, asks about rate limiting RPC…

4 5d ago A 77 tokens original MIT

meteor/agent-skills

Skill Claude CodeCodex

Use when configuring or tuning the Meteor 3 modern build stack: SWC transpiler, SWC-based minifier, modern @parcel/watcher, web-arch skipping in development, .meteorignore, and the Rspack bundler integration via the rspack Atmosphere package. Triggers on package.json "meteor": { "modern": true }, .swcrc…

4 5d ago A 245 tokens original MIT

meteor/agent-skills

Skill Claude CodeCodex

Use when authoring or debugging Mongo queries in Meteor 3. Triggers on Mongo.Collection, find/findOne, server async vs client Minimongo sync, oplog vs change streams, indexes, selectors, modifiers, projections. Use this skill when the user asks about Mongo on the server or asks about Minimongo on the client.

4 5d ago A 73 tokens original MIT

meteor-pubsub

16

meteor/agent-skills

Skill Claude CodeCodex

Use when authoring or debugging Meteor publications and subscriptions (Meteor.publish, Meteor.subscribe). Triggers on publication strategies (SERVERMERGE, NOMERGE, NOMERGENOHISTORY), the low-level publish API (added/changed/removed), cursor authorization, reactive joins, leaked documents. Use this skill when the user…

4 5d ago A 83 tokens original MIT

meteor-react

17

meteor/agent-skills

Skill Claude CodeCodex

Use when building or debugging React interfaces in Meteor 3: meteor create --react, createRoot, JSX or TSX entry points, Rspack React detection, Fast Refresh, react-meteor-data, useTracker, useSubscribe, useFind, withTracker, Suspense, and Tracker.withComputation. Triggers on isLoading being treated as a boolean…

4 5d ago A 165 tokens original MIT

meteor-security

18

meteor/agent-skills

Skill Claude CodeCodex

Use when auditing or hardening a Meteor 3 application. Triggers on missing check() on method arguments, missing this.userId guards on publications, browser-policy CSP, DDPRateLimiter rules, oauth-encryption via Accounts.config oauthSecretKey, audit-argument-checks, allow/deny legacy patterns…

4 5d ago A 115 tokens original MIT

meteor-testing

19

meteor/agent-skills

Skill Claude CodeCodex

Use when setting up, designing, writing, or repairing tests and test harnesses in a Meteor 3 app. Triggers on meteortesting:mocha, --driver-package, TESTWATCH, TESTBROWSERDRIVER, MOCHAGREP, meteor.testModule, focused tests, .only, Meteor.server.methodhandlers, Meteor.server.publishhandlers, DDP.connect, --full-app…

4 5d ago A 152 tokens original MIT

migrate-to-meteor-3

20

meteor/agent-skills

Skill Claude CodeCodex

Use when migrating a Meteor 2.x application to Meteor 3.x. Triggers on callAsync, Async Mongo, removed Fibers, implicit-global ReferenceError, lost Blaze reactivity, a publish function returning a Promise, a scheduler dropping a Promise, a read API receiving update modifiers, async allow/deny, an Iron Router…

4 5d ago A 151 tokens original MIT

migrate-to-rspack

21

meteor/agent-skills

Skill Claude CodeCodex

Use when migrating an existing Meteor 3 app to the Rspack bundler integration (rspack Atmosphere package, Meteor 3.4+). Triggers on removing nested imports, defining mainModule entry points, server-only apps, replacing fourseven:scss / meteor/less / coffeescript / jorgenvatle:vite / zodern:melte build plugins with…

4 5d ago A 240 tokens original MIT

meteor-bar

22

meteor/agent-skills

Skill Claude CodeCodex

Use when fixture-testing the catalog generator. Triggers on catalog rendering. Ask about Bar in tests.

4 5d ago A 23 tokens original MIT

meteor-foo

23

meteor/agent-skills

Skill Claude CodeCodex

Use when fixture-testing the catalog generator. Triggers on catalog rendering. Ask about Foo in tests.

4 5d ago A 24 tokens original MIT

not-the-folder

24

meteor/agent-skills

Skill Claude CodeCodex

Use when testing folder/name mismatch. Triggers on validator unit tests.

4 5d ago A 18 tokens original MIT