[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-meteor-meteor-community-packages":3,"mdc-pp1rs8-key":33,"related-org-meteor-meteor-community-packages":665,"related-repo-meteor-meteor-community-packages":825},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":17,"repoUrl":18,"updatedAt":19,"license":20,"forks":21,"topics":22,"repo":28,"sourceUrl":31,"mdContent":32},"meteor-community-packages","manage Meteor community packages","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, Meteor.publish.once, Meteor.publish.stream, meteor-rpc, Wormhole, cluster, and mail-preview. Use this skill when the user asks which maintained package fits or how its documented integration works. Route Meteor 2-to-3 package failures to migrate-to-meteor-3 and underlying core API design to its owning skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"meteor","Meteor","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fmeteor.png",[12,14],{"name":9,"slug":8,"type":13},"tag",{"name":15,"slug":16,"type":13},"Engineering","engineering",4,"https:\u002F\u002Fgithub.com\u002Fmeteor\u002Fagent-skills","2026-08-28T15:08:45.28079","MIT",0,[23,24,25,26,8,27],"agent-skills","ai-agents","claude-code","codex","meteorjs",{"repoUrl":18,"stars":17,"forks":21,"topics":29,"description":30},[23,24,25,26,8,27],"Meteor-maintained Agent Skills for building, migrating, testing, securing, and deploying Meteor 3 applications.","https:\u002F\u002Fgithub.com\u002Fmeteor\u002Fagent-skills\u002Ftree\u002FHEAD\u002Fskills\u002Fmeteor-community-packages","---\nname: meteor-community-packages\ndescription: >\n  Use when choosing, evaluating, adopting, configuring, or debugging a package\n  from Meteor's documented community catalog, or moving from a community\n  package to a promoted core package such as roles. Triggers on community\n  package recommendations, Atmosphere vs npm selection, Packosphere maintenance\n  checks, jam:* helpers, Meteor.publish.once, Meteor.publish.stream, meteor-rpc,\n  Wormhole, cluster, and mail-preview. Use this skill when the user asks which\n  maintained package fits or how its documented integration works. Route\n  Meteor 2-to-3 package failures to migrate-to-meteor-3 and underlying core API\n  design to its owning skill.\nmetadata:\n  author: meteor\n  kind: knowledge\n  meteor: \">=3.0\"\n  area: build\n  tagline: \"Choose, integrate, and verify documented Meteor community packages with version, ownership, and support boundaries.\"\n  docs_synced_at: \"2026-08-26\"\nlicense: MIT\n---\n\n# Meteor community packages\n\nUse Meteor's community package pages as a curated discovery catalog. A listing\ndoes not make a package part of Meteor core, transfer its maintenance to the\nMeteor organization, or guarantee compatibility with every Meteor 3 release.\nSelect a package only after checking its ownership, current release, supported\nMeteor range, and changes to application behavior.\n\nThis skill owns package discovery, comparison, first adoption, and the\npackage-specific integration documented in Meteor core. It does not replace\nthe core skill for methods, publications, Mongo, accounts, security, testing,\nbuilds, or deployment.\n\n## Decision flow\n\n1. Define the missing capability and the behavior that must remain unchanged.\n   Distinguish a new adoption from a package that stopped resolving during a\n   Meteor upgrade. Route the latter to `migrate-to-meteor-3`.\n2. Inspect `.meteor\u002Frelease`, `.meteor\u002Fpackages`, `.meteor\u002Fversions`,\n   `package.json`, and the npm lockfile. Package APIs follow the resolved\n   package version, not only the Meteor release.\n3. Read [`references\u002Fpackage-catalog.md`](references\u002Fpackage-catalog.md) when\n   the request matches the documented catalog or a promoted package. Open only\n   the selected package's local guide and read its baseline, selection rules,\n   and required checks before responding. Then consult its linked upstream\n   repository for APIs or versions beyond Meteor's maintained guidance.\n4. Classify the candidate correctly:\n   - A docs-listed community package keeps its named maintainer and independent\n     release lifecycle.\n   - A package under Meteor Community is community-maintained, not Meteor core.\n   - A promoted core package, such as `roles` in Meteor 3.1+, uses the core\n     package name and Meteor documentation.\n5. Compare behavior, not feature labels. Identify monkey patches, changed query\n   or removal semantics, client persistence, replay, external endpoints,\n   database topology requirements, and production runtime effects.\n6. Verify the Meteor floor from official documentation and the package version\n   from its registry or repository. If the docs do not state a floor, say so\n   and inspect the current release instead of inferring support.\n7. Install through the package's documented ecosystem. Use `meteor add` for an\n   Atmosphere package and `meteor npm install` for an npm package. Do not invent\n   a version constraint. After installation, confirm the resolved version in\n   `.meteor\u002Fversions` or the npm lockfile.\n8. Apply every relevant required check from the selected package guide. Do not\n   stop after asking for a project path. If files are unavailable, state the\n   exact version, security, behavior, and test checks as required next steps.\n   For an option not covered there, verify the resolved version against the\n   upstream repository instead of extrapolating from another release.\n9. Add the smallest representative integration and test its package-specific\n   behavior plus the underlying Meteor invariants. Use the owning core skill\n   for authorization, validation, publication selectors, indexes, transaction\n   design, build output, or deployment architecture.\n\n## Ecosystem choice\n\nUse an Atmosphere package when the capability depends on Meteor packages,\nclient\u002Fserver packaging, Meteor build plugins, package globals, or the Meteor\nconstraint solver. Use npm for general JavaScript libraries and packages\ndesigned for the npm ecosystem. A Meteor app can use both.\n\nAtmosphere and Packosphere expose package metadata. Packosphere's maintenance\nsignals help with triage, but they do not replace checking the source repository,\nrelease history, open compatibility issues, license, and resolved version.\n\nUseful inspection commands:\n\n```bash\nmeteor --version\nmeteor show \u003Catmosphere-package>\nmeteor list\nmeteor npm view \u003Cnpm-package> version\n```\n\n## Adoption checks\n\nFor every selected package, the response **MUST** report:\n\n- Why it fits better than the documented alternatives.\n- Who maintains it and whether it is community-maintained or core.\n- How to verify the current upstream release and resolved package version,\n  plus the documented Meteor boundary.\n- Which application semantics it changes.\n- Which data, endpoints, or server capabilities it exposes.\n- How to remove or roll back the integration.\n- The concrete focused tests from the selected guide that prove the intended\n  behavior and its security boundary.\n\nTreat wrappers as extensions, not replacements for Meteor's security model.\nMethod and publication helpers still require server authorization and argument\nvalidation. Client persistence still requires least-privilege data selection.\nExternal method bridges require an explicit exposure and authentication review.\nFor Wormhole or another external method bridge, the response **MUST** include a\npre-exposure checklist covering method inventory, existing authentication and\nauthorization, input validation, rate limits, side effects, returned fields,\ncredential tests, and proof that unexposed methods remain unreachable.\n\n## Routing\n\n| Request | Owning skill |\n|---|---|\n| Package does not resolve, build, or support Meteor 3 during an upgrade | `migrate-to-meteor-3` |\n| Method implementation, validation, optimistic UI, or rate limiting | `meteor-methods` |\n| Publication design, authorization, or reactive data semantics | `meteor-pubsub` |\n| Collection selectors, indexes, Change Streams, or Mongo behavior | `meteor-mongo-minimongo` |\n| Accounts and authorization design, including how roles protect server actions | `meteor-accounts` and `meteor-security` |\n| Cluster topology or production rollout | `meteor-deployment` |\n| Publishing or maintaining an Atmosphere package | Package authoring workflow, not this skill |\n\n## Anti-patterns\n\n- Recommend a package only because it appears in Meteor documentation.\n- Treat Meteor Community ownership as Meteor core support.\n- Assume a package supports all Meteor 3 releases because this skill does.\n- Copy the latest API without checking the installed package version.\n- Add both alternatives, such as archive and soft delete, before choosing a\n  data model.\n- Let a wrapper's defaults silently weaken method, publication, or data access\n  controls.\n- Use a compatibility bridge as the default architecture for a new system.\n\n## See also\n\n- [`references\u002Fpackage-catalog.md`](references\u002Fpackage-catalog.md)\n- [`references\u002Feval-cases.md`](references\u002Feval-cases.md)\n",{"data":34,"body":41},{"name":4,"description":6,"metadata":35,"license":20},{"author":8,"kind":36,"meteor":37,"area":38,"tagline":39,"docs_synced_at":40},"knowledge",">=3.0","build","Choose, integrate, and verify documented Meteor community packages with version, ownership, and support boundaries.","2026-08-26",{"type":42,"children":43},"root",[44,52,58,63,70,222,228,233,238,243,359,365,378,416,427,433,583,589,627,633,659],{"type":45,"tag":46,"props":47,"children":48},"element","h1",{"id":4},[49],{"type":50,"value":51},"text","Meteor community packages",{"type":45,"tag":53,"props":54,"children":55},"p",{},[56],{"type":50,"value":57},"Use Meteor's community package pages as a curated discovery catalog. A listing\ndoes not make a package part of Meteor core, transfer its maintenance to the\nMeteor organization, or guarantee compatibility with every Meteor 3 release.\nSelect a package only after checking its ownership, current release, supported\nMeteor range, and changes to application behavior.",{"type":45,"tag":53,"props":59,"children":60},{},[61],{"type":50,"value":62},"This skill owns package discovery, comparison, first adoption, and the\npackage-specific integration documented in Meteor core. It does not replace\nthe core skill for methods, publications, Mongo, accounts, security, testing,\nbuilds, or deployment.",{"type":45,"tag":64,"props":65,"children":67},"h2",{"id":66},"decision-flow",[68],{"type":50,"value":69},"Decision flow",{"type":45,"tag":71,"props":72,"children":73},"ol",{},[74,89,125,142,174,179,184,212,217],{"type":45,"tag":75,"props":76,"children":77},"li",{},[78,80,87],{"type":50,"value":79},"Define the missing capability and the behavior that must remain unchanged.\nDistinguish a new adoption from a package that stopped resolving during a\nMeteor upgrade. Route the latter to ",{"type":45,"tag":81,"props":82,"children":84},"code",{"className":83},[],[85],{"type":50,"value":86},"migrate-to-meteor-3",{"type":50,"value":88},".",{"type":45,"tag":75,"props":90,"children":91},{},[92,94,100,102,108,109,115,117,123],{"type":50,"value":93},"Inspect ",{"type":45,"tag":81,"props":95,"children":97},{"className":96},[],[98],{"type":50,"value":99},".meteor\u002Frelease",{"type":50,"value":101},", ",{"type":45,"tag":81,"props":103,"children":105},{"className":104},[],[106],{"type":50,"value":107},".meteor\u002Fpackages",{"type":50,"value":101},{"type":45,"tag":81,"props":110,"children":112},{"className":111},[],[113],{"type":50,"value":114},".meteor\u002Fversions",{"type":50,"value":116},",\n",{"type":45,"tag":81,"props":118,"children":120},{"className":119},[],[121],{"type":50,"value":122},"package.json",{"type":50,"value":124},", and the npm lockfile. Package APIs follow the resolved\npackage version, not only the Meteor release.",{"type":45,"tag":75,"props":126,"children":127},{},[128,130,140],{"type":50,"value":129},"Read ",{"type":45,"tag":131,"props":132,"children":134},"a",{"href":133},"references\u002Fpackage-catalog.md",[135],{"type":45,"tag":81,"props":136,"children":138},{"className":137},[],[139],{"type":50,"value":133},{"type":50,"value":141}," when\nthe request matches the documented catalog or a promoted package. Open only\nthe selected package's local guide and read its baseline, selection rules,\nand required checks before responding. Then consult its linked upstream\nrepository for APIs or versions beyond Meteor's maintained guidance.",{"type":45,"tag":75,"props":143,"children":144},{},[145,147],{"type":50,"value":146},"Classify the candidate correctly:\n",{"type":45,"tag":148,"props":149,"children":150},"ul",{},[151,156,161],{"type":45,"tag":75,"props":152,"children":153},{},[154],{"type":50,"value":155},"A docs-listed community package keeps its named maintainer and independent\nrelease lifecycle.",{"type":45,"tag":75,"props":157,"children":158},{},[159],{"type":50,"value":160},"A package under Meteor Community is community-maintained, not Meteor core.",{"type":45,"tag":75,"props":162,"children":163},{},[164,166,172],{"type":50,"value":165},"A promoted core package, such as ",{"type":45,"tag":81,"props":167,"children":169},{"className":168},[],[170],{"type":50,"value":171},"roles",{"type":50,"value":173}," in Meteor 3.1+, uses the core\npackage name and Meteor documentation.",{"type":45,"tag":75,"props":175,"children":176},{},[177],{"type":50,"value":178},"Compare behavior, not feature labels. Identify monkey patches, changed query\nor removal semantics, client persistence, replay, external endpoints,\ndatabase topology requirements, and production runtime effects.",{"type":45,"tag":75,"props":180,"children":181},{},[182],{"type":50,"value":183},"Verify the Meteor floor from official documentation and the package version\nfrom its registry or repository. If the docs do not state a floor, say so\nand inspect the current release instead of inferring support.",{"type":45,"tag":75,"props":185,"children":186},{},[187,189,195,197,203,205,210],{"type":50,"value":188},"Install through the package's documented ecosystem. Use ",{"type":45,"tag":81,"props":190,"children":192},{"className":191},[],[193],{"type":50,"value":194},"meteor add",{"type":50,"value":196}," for an\nAtmosphere package and ",{"type":45,"tag":81,"props":198,"children":200},{"className":199},[],[201],{"type":50,"value":202},"meteor npm install",{"type":50,"value":204}," for an npm package. Do not invent\na version constraint. After installation, confirm the resolved version in\n",{"type":45,"tag":81,"props":206,"children":208},{"className":207},[],[209],{"type":50,"value":114},{"type":50,"value":211}," or the npm lockfile.",{"type":45,"tag":75,"props":213,"children":214},{},[215],{"type":50,"value":216},"Apply every relevant required check from the selected package guide. Do not\nstop after asking for a project path. If files are unavailable, state the\nexact version, security, behavior, and test checks as required next steps.\nFor an option not covered there, verify the resolved version against the\nupstream repository instead of extrapolating from another release.",{"type":45,"tag":75,"props":218,"children":219},{},[220],{"type":50,"value":221},"Add the smallest representative integration and test its package-specific\nbehavior plus the underlying Meteor invariants. Use the owning core skill\nfor authorization, validation, publication selectors, indexes, transaction\ndesign, build output, or deployment architecture.",{"type":45,"tag":64,"props":223,"children":225},{"id":224},"ecosystem-choice",[226],{"type":50,"value":227},"Ecosystem choice",{"type":45,"tag":53,"props":229,"children":230},{},[231],{"type":50,"value":232},"Use an Atmosphere package when the capability depends on Meteor packages,\nclient\u002Fserver packaging, Meteor build plugins, package globals, or the Meteor\nconstraint solver. Use npm for general JavaScript libraries and packages\ndesigned for the npm ecosystem. A Meteor app can use both.",{"type":45,"tag":53,"props":234,"children":235},{},[236],{"type":50,"value":237},"Atmosphere and Packosphere expose package metadata. Packosphere's maintenance\nsignals help with triage, but they do not replace checking the source repository,\nrelease history, open compatibility issues, license, and resolved version.",{"type":45,"tag":53,"props":239,"children":240},{},[241],{"type":50,"value":242},"Useful inspection commands:",{"type":45,"tag":244,"props":245,"children":250},"pre",{"className":246,"code":247,"language":248,"meta":249,"style":249},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","meteor --version\nmeteor show \u003Catmosphere-package>\nmeteor list\nmeteor npm view \u003Cnpm-package> version\n","bash","",[251],{"type":45,"tag":81,"props":252,"children":253},{"__ignoreMap":249},[254,271,306,319],{"type":45,"tag":255,"props":256,"children":259},"span",{"class":257,"line":258},"line",1,[260,265],{"type":45,"tag":255,"props":261,"children":263},{"style":262},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[264],{"type":50,"value":8},{"type":45,"tag":255,"props":266,"children":268},{"style":267},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[269],{"type":50,"value":270}," --version\n",{"type":45,"tag":255,"props":272,"children":274},{"class":257,"line":273},2,[275,279,284,290,295,301],{"type":45,"tag":255,"props":276,"children":277},{"style":262},[278],{"type":50,"value":8},{"type":45,"tag":255,"props":280,"children":281},{"style":267},[282],{"type":50,"value":283}," show",{"type":45,"tag":255,"props":285,"children":287},{"style":286},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[288],{"type":50,"value":289}," \u003C",{"type":45,"tag":255,"props":291,"children":292},{"style":267},[293],{"type":50,"value":294},"atmosphere-packag",{"type":45,"tag":255,"props":296,"children":298},{"style":297},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[299],{"type":50,"value":300},"e",{"type":45,"tag":255,"props":302,"children":303},{"style":286},[304],{"type":50,"value":305},">\n",{"type":45,"tag":255,"props":307,"children":309},{"class":257,"line":308},3,[310,314],{"type":45,"tag":255,"props":311,"children":312},{"style":262},[313],{"type":50,"value":8},{"type":45,"tag":255,"props":315,"children":316},{"style":267},[317],{"type":50,"value":318}," list\n",{"type":45,"tag":255,"props":320,"children":321},{"class":257,"line":17},[322,326,331,336,340,345,349,354],{"type":45,"tag":255,"props":323,"children":324},{"style":262},[325],{"type":50,"value":8},{"type":45,"tag":255,"props":327,"children":328},{"style":267},[329],{"type":50,"value":330}," npm",{"type":45,"tag":255,"props":332,"children":333},{"style":267},[334],{"type":50,"value":335}," view",{"type":45,"tag":255,"props":337,"children":338},{"style":286},[339],{"type":50,"value":289},{"type":45,"tag":255,"props":341,"children":342},{"style":267},[343],{"type":50,"value":344},"npm-packag",{"type":45,"tag":255,"props":346,"children":347},{"style":297},[348],{"type":50,"value":300},{"type":45,"tag":255,"props":350,"children":351},{"style":286},[352],{"type":50,"value":353},">",{"type":45,"tag":255,"props":355,"children":356},{"style":267},[357],{"type":50,"value":358}," version\n",{"type":45,"tag":64,"props":360,"children":362},{"id":361},"adoption-checks",[363],{"type":50,"value":364},"Adoption checks",{"type":45,"tag":53,"props":366,"children":367},{},[368,370,376],{"type":50,"value":369},"For every selected package, the response ",{"type":45,"tag":371,"props":372,"children":373},"strong",{},[374],{"type":50,"value":375},"MUST",{"type":50,"value":377}," report:",{"type":45,"tag":148,"props":379,"children":380},{},[381,386,391,396,401,406,411],{"type":45,"tag":75,"props":382,"children":383},{},[384],{"type":50,"value":385},"Why it fits better than the documented alternatives.",{"type":45,"tag":75,"props":387,"children":388},{},[389],{"type":50,"value":390},"Who maintains it and whether it is community-maintained or core.",{"type":45,"tag":75,"props":392,"children":393},{},[394],{"type":50,"value":395},"How to verify the current upstream release and resolved package version,\nplus the documented Meteor boundary.",{"type":45,"tag":75,"props":397,"children":398},{},[399],{"type":50,"value":400},"Which application semantics it changes.",{"type":45,"tag":75,"props":402,"children":403},{},[404],{"type":50,"value":405},"Which data, endpoints, or server capabilities it exposes.",{"type":45,"tag":75,"props":407,"children":408},{},[409],{"type":50,"value":410},"How to remove or roll back the integration.",{"type":45,"tag":75,"props":412,"children":413},{},[414],{"type":50,"value":415},"The concrete focused tests from the selected guide that prove the intended\nbehavior and its security boundary.",{"type":45,"tag":53,"props":417,"children":418},{},[419,421,425],{"type":50,"value":420},"Treat wrappers as extensions, not replacements for Meteor's security model.\nMethod and publication helpers still require server authorization and argument\nvalidation. Client persistence still requires least-privilege data selection.\nExternal method bridges require an explicit exposure and authentication review.\nFor Wormhole or another external method bridge, the response ",{"type":45,"tag":371,"props":422,"children":423},{},[424],{"type":50,"value":375},{"type":50,"value":426}," include a\npre-exposure checklist covering method inventory, existing authentication and\nauthorization, input validation, rate limits, side effects, returned fields,\ncredential tests, and proof that unexposed methods remain unreachable.",{"type":45,"tag":64,"props":428,"children":430},{"id":429},"routing",[431],{"type":50,"value":432},"Routing",{"type":45,"tag":434,"props":435,"children":436},"table",{},[437,456],{"type":45,"tag":438,"props":439,"children":440},"thead",{},[441],{"type":45,"tag":442,"props":443,"children":444},"tr",{},[445,451],{"type":45,"tag":446,"props":447,"children":448},"th",{},[449],{"type":50,"value":450},"Request",{"type":45,"tag":446,"props":452,"children":453},{},[454],{"type":50,"value":455},"Owning skill",{"type":45,"tag":457,"props":458,"children":459},"tbody",{},[460,477,494,511,528,553,570],{"type":45,"tag":442,"props":461,"children":462},{},[463,469],{"type":45,"tag":464,"props":465,"children":466},"td",{},[467],{"type":50,"value":468},"Package does not resolve, build, or support Meteor 3 during an upgrade",{"type":45,"tag":464,"props":470,"children":471},{},[472],{"type":45,"tag":81,"props":473,"children":475},{"className":474},[],[476],{"type":50,"value":86},{"type":45,"tag":442,"props":478,"children":479},{},[480,485],{"type":45,"tag":464,"props":481,"children":482},{},[483],{"type":50,"value":484},"Method implementation, validation, optimistic UI, or rate limiting",{"type":45,"tag":464,"props":486,"children":487},{},[488],{"type":45,"tag":81,"props":489,"children":491},{"className":490},[],[492],{"type":50,"value":493},"meteor-methods",{"type":45,"tag":442,"props":495,"children":496},{},[497,502],{"type":45,"tag":464,"props":498,"children":499},{},[500],{"type":50,"value":501},"Publication design, authorization, or reactive data semantics",{"type":45,"tag":464,"props":503,"children":504},{},[505],{"type":45,"tag":81,"props":506,"children":508},{"className":507},[],[509],{"type":50,"value":510},"meteor-pubsub",{"type":45,"tag":442,"props":512,"children":513},{},[514,519],{"type":45,"tag":464,"props":515,"children":516},{},[517],{"type":50,"value":518},"Collection selectors, indexes, Change Streams, or Mongo behavior",{"type":45,"tag":464,"props":520,"children":521},{},[522],{"type":45,"tag":81,"props":523,"children":525},{"className":524},[],[526],{"type":50,"value":527},"meteor-mongo-minimongo",{"type":45,"tag":442,"props":529,"children":530},{},[531,536],{"type":45,"tag":464,"props":532,"children":533},{},[534],{"type":50,"value":535},"Accounts and authorization design, including how roles protect server actions",{"type":45,"tag":464,"props":537,"children":538},{},[539,545,547],{"type":45,"tag":81,"props":540,"children":542},{"className":541},[],[543],{"type":50,"value":544},"meteor-accounts",{"type":50,"value":546}," and ",{"type":45,"tag":81,"props":548,"children":550},{"className":549},[],[551],{"type":50,"value":552},"meteor-security",{"type":45,"tag":442,"props":554,"children":555},{},[556,561],{"type":45,"tag":464,"props":557,"children":558},{},[559],{"type":50,"value":560},"Cluster topology or production rollout",{"type":45,"tag":464,"props":562,"children":563},{},[564],{"type":45,"tag":81,"props":565,"children":567},{"className":566},[],[568],{"type":50,"value":569},"meteor-deployment",{"type":45,"tag":442,"props":571,"children":572},{},[573,578],{"type":45,"tag":464,"props":574,"children":575},{},[576],{"type":50,"value":577},"Publishing or maintaining an Atmosphere package",{"type":45,"tag":464,"props":579,"children":580},{},[581],{"type":50,"value":582},"Package authoring workflow, not this skill",{"type":45,"tag":64,"props":584,"children":586},{"id":585},"anti-patterns",[587],{"type":50,"value":588},"Anti-patterns",{"type":45,"tag":148,"props":590,"children":591},{},[592,597,602,607,612,617,622],{"type":45,"tag":75,"props":593,"children":594},{},[595],{"type":50,"value":596},"Recommend a package only because it appears in Meteor documentation.",{"type":45,"tag":75,"props":598,"children":599},{},[600],{"type":50,"value":601},"Treat Meteor Community ownership as Meteor core support.",{"type":45,"tag":75,"props":603,"children":604},{},[605],{"type":50,"value":606},"Assume a package supports all Meteor 3 releases because this skill does.",{"type":45,"tag":75,"props":608,"children":609},{},[610],{"type":50,"value":611},"Copy the latest API without checking the installed package version.",{"type":45,"tag":75,"props":613,"children":614},{},[615],{"type":50,"value":616},"Add both alternatives, such as archive and soft delete, before choosing a\ndata model.",{"type":45,"tag":75,"props":618,"children":619},{},[620],{"type":50,"value":621},"Let a wrapper's defaults silently weaken method, publication, or data access\ncontrols.",{"type":45,"tag":75,"props":623,"children":624},{},[625],{"type":50,"value":626},"Use a compatibility bridge as the default architecture for a new system.",{"type":45,"tag":64,"props":628,"children":630},{"id":629},"see-also",[631],{"type":50,"value":632},"See also",{"type":45,"tag":148,"props":634,"children":635},{},[636,647],{"type":45,"tag":75,"props":637,"children":638},{},[639],{"type":45,"tag":131,"props":640,"children":641},{"href":133},[642],{"type":45,"tag":81,"props":643,"children":645},{"className":644},[],[646],{"type":50,"value":133},{"type":45,"tag":75,"props":648,"children":649},{},[650],{"type":45,"tag":131,"props":651,"children":653},{"href":652},"references\u002Feval-cases.md",[654],{"type":45,"tag":81,"props":655,"children":657},{"className":656},[],[658],{"type":50,"value":652},{"type":45,"tag":660,"props":661,"children":662},"style",{},[663],{"type":50,"value":664},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":666,"total":824},[667,683,697,702,716,732,745,758,772,783,796,810],{"slug":544,"name":544,"fn":668,"description":669,"org":670,"tags":671,"stars":17,"repoUrl":18,"updatedAt":682},"implement authentication in Meteor apps","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, Accounts.forgotPassword, Accounts.resetPassword, Accounts.verifyEmail, useHttpOnlyCookies, clientStorage, Meteor.loginWithPasswordAnd2faCode, email verification. Use this skill when the user asks about signups, signins, or asks about token storage vs HttpOnly cookies.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[672,675,678,679],{"name":673,"slug":674,"type":13},"Auth","auth",{"name":676,"slug":677,"type":13},"Authentication","authentication",{"name":9,"slug":8,"type":13},{"name":680,"slug":681,"type":13},"OAuth","oauth","2026-08-28T15:08:40.058032",{"slug":684,"name":684,"fn":685,"description":686,"org":687,"tags":688,"stars":17,"repoUrl":18,"updatedAt":696},"meteor-blaze","build and debug Meteor Blaze interfaces","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 bundler. Triggers on stale async helper results, lost reactivity after await, data-context lookup surprises, duplicate DOM integrations after HMR, Rspack full reloads, or raw HTML in triple braces. Use this skill when the user asks about reusable Blaze components, current Blaze packages, Rspack entry imports, or testing Blaze templates. For Meteor 2 to 3 upgrades, use migrate-to-meteor-3 instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[689,692,693],{"name":690,"slug":691,"type":13},"Frontend","frontend",{"name":9,"slug":8,"type":13},{"name":694,"slug":695,"type":13},"Web Development","web-development","2026-08-28T15:09:37.601349",{"slug":4,"name":4,"fn":5,"description":6,"org":698,"tags":699,"stars":17,"repoUrl":18,"updatedAt":19},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[700,701],{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"slug":703,"name":703,"fn":704,"description":705,"org":706,"tags":707,"stars":17,"repoUrl":18,"updatedAt":715},"meteor-debugging","diagnose failures in Meteor 3 applications","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\u002Fserver data mismatches, hanging or flaky tests, slow builds, --inspect, console.log, .only, Playwright traces, or requests to debug a Meteor app. Use this skill when evidence must distinguish Meteor tool, server, client, data, test, browser, mobile, or production boundaries. For test setup and authoring use meteor-testing; after confirming a domain cause, hand the repair to the owning skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[708,711,712],{"name":709,"slug":710,"type":13},"Debugging","debugging",{"name":9,"slug":8,"type":13},{"name":713,"slug":714,"type":13},"WebSockets","websockets","2026-08-28T15:08:40.430401",{"slug":569,"name":569,"fn":717,"description":718,"org":719,"tags":720,"stars":17,"repoUrl":18,"updatedAt":731},"deploy Meteor 3 applications","Use when deploying a Meteor 3 application. Triggers on meteor build, meteor deploy, Galaxy Push to Deploy, Galaxy Mode, Repository Mode, DEPLOY_HOSTNAME, Docker, Kubernetes, settings.json, METEOR_SETTINGS, MONGO_URL, MONGO_OPLOG_URL, ROOT_URL, PORT, HTTP_FORWARDED_COUNT, NODE_OPTIONS, health checks, pre-deploy commands, hot code push, --architecture os.linux.x86_64, --server-only, or a deployed Node.js version mismatch. Use this skill when the user asks about shipping the app, asks about production config, or asks about containerizing.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[721,724,727,730],{"name":722,"slug":723,"type":13},"Deployment","deployment",{"name":725,"slug":726,"type":13},"Docker","docker",{"name":728,"slug":729,"type":13},"Kubernetes","kubernetes",{"name":9,"slug":8,"type":13},"2026-08-28T15:08:44.881769",{"slug":493,"name":493,"fn":733,"description":734,"org":735,"tags":736,"stars":17,"repoUrl":18,"updatedAt":744},"author and debug Meteor methods","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, or asks about wrapping a method with auth checks.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[737,740,743],{"name":738,"slug":739,"type":13},"API Development","api-development",{"name":741,"slug":742,"type":13},"Backend","backend",{"name":9,"slug":8,"type":13},"2026-08-28T15:09:38.691128",{"slug":746,"name":746,"fn":747,"description":748,"org":749,"tags":750,"stars":17,"repoUrl":18,"updatedAt":757},"meteor-modern-build-stack","configure Meteor 3 modern build stacks","Use when configuring or tuning the Meteor 3 modern build stack: SWC transpiler, SWC-based minifier, modern @parcel\u002Fwatcher, web-arch skipping in development, .meteorignore, and the Rspack bundler integration via the rspack Atmosphere package. Triggers on package.json \"meteor\": { \"modern\": true }, .swcrc, swc.config.js, [Transpiler] Used Babel Fallback logs, rspack.config.js, rspack.config.ts, defineConfig from @meteorjs\u002Frspack, Meteor.compileWith* helpers, Meteor.extendConfig, Meteor.extendSwcConfig vs Meteor.replaceSwcConfig, Meteor.splitVendorChunk, Meteor.persistDevFiles, Meteor.disablePlugins, Meteor.enablePortableBuild, HtmlRspackPlugin customization, RSPACK_DEVSERVER_PORT, TOOL_NODE_FLAGS for OOM, modern\u002Flegacy archs. Use this skill when the user asks about enabling the modern build stack, asks about SWC vs Babel in Meteor, asks about Rspack integration setup, or asks about customizing rspack.config.js. For converting an existing app's code to be Rspack-compatible, use migrate-to-rspack instead.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[751,753,754],{"name":752,"slug":38,"type":13},"Build",{"name":9,"slug":8,"type":13},{"name":755,"slug":756,"type":13},"Performance","performance","2026-08-28T15:09:42.877439",{"slug":527,"name":527,"fn":759,"description":760,"org":761,"tags":762,"stars":17,"repoUrl":18,"updatedAt":771},"author and debug Meteor MongoDB queries","Use when authoring or debugging Mongo queries in Meteor 3. Triggers on Mongo.Collection, find\u002FfindOne, 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.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[763,766,767,768],{"name":764,"slug":765,"type":13},"Database","database",{"name":709,"slug":710,"type":13},{"name":9,"slug":8,"type":13},{"name":769,"slug":770,"type":13},"MongoDB","mongodb","2026-08-28T15:08:44.473981",{"slug":510,"name":510,"fn":773,"description":774,"org":775,"tags":776,"stars":17,"repoUrl":18,"updatedAt":782},"author and debug Meteor publications","Use when authoring or debugging Meteor publications and subscriptions (Meteor.publish, Meteor.subscribe). Triggers on publication strategies (SERVER_MERGE, NO_MERGE, NO_MERGE_NO_HISTORY), the low-level publish API (added\u002Fchanged\u002Fremoved), cursor authorization, reactive joins, leaked documents. Use this skill when the user asks about pub\u002Fsub or asks about reactive data fetching.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[777,778,779],{"name":741,"slug":742,"type":13},{"name":9,"slug":8,"type":13},{"name":780,"slug":781,"type":13},"Real-time","real-time","2026-08-28T15:09:37.97396",{"slug":784,"name":784,"fn":785,"description":786,"org":787,"tags":788,"stars":17,"repoUrl":18,"updatedAt":795},"meteor-react","build and debug Meteor React interfaces","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, useFind receiving fetch(), stale closure inputs, duplicate tracker side effects, unstable Suspense keys, lost reactivity after await, state reset after refresh, or React tests leaking computations. Use this skill when the user asks about a React skeleton, React-specific rspack.config rules, reactive data hooks, or classic versus Suspense integration. Route general bundler configuration to meteor-modern-build-stack and Meteor 2 upgrades to migrate-to-meteor-3.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[789,790,791,794],{"name":690,"slug":691,"type":13},{"name":9,"slug":8,"type":13},{"name":792,"slug":793,"type":13},"React","react",{"name":694,"slug":695,"type":13},"2026-08-28T15:09:37.193947",{"slug":552,"name":552,"fn":797,"description":798,"org":799,"tags":800,"stars":17,"repoUrl":18,"updatedAt":809},"audit and harden Meteor 3 applications","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\u002Fdeny legacy patterns, BrowserPolicy.content.disallowInlineScripts, BrowserPolicy.framing.disallow. Use this skill when the user asks about hardening, asks about a security review, or asks about CSP for a third-party script (Stripe, Google Maps, fonts).\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[801,802,805,806],{"name":673,"slug":674,"type":13},{"name":803,"slug":804,"type":13},"Code Analysis","code-analysis",{"name":9,"slug":8,"type":13},{"name":807,"slug":808,"type":13},"Security","security","2026-08-28T15:09:32.604319",{"slug":811,"name":811,"fn":812,"description":813,"org":814,"tags":815,"stars":17,"repoUrl":18,"updatedAt":823},"meteor-testing","write and repair Meteor test harnesses","Use when setting up, designing, writing, or repairing tests and test harnesses in a Meteor 3 app. Triggers on meteortesting:mocha, --driver-package, TEST_WATCH, TEST_BROWSER_DRIVER, MOCHA_GREP, meteor.testModule, focused tests, .only, Meteor.server.method_handlers, Meteor.server.publish_handlers, DDP.connect, --full-app integration mode, sinon, async test signatures, Playwright\u002FCypress E2E. Use this skill when the user asks about test runners, asks about testing publications, or asks about Jest vs Mocha in Meteor. For a failing, hanging, or flaky test whose failing layer or root cause is unknown, use meteor-debugging before changing the test or app.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[816,817,820],{"name":9,"slug":8,"type":13},{"name":818,"slug":819,"type":13},"QA","qa",{"name":821,"slug":822,"type":13},"Testing","testing","2026-08-28T15:09:38.330724",14,{"items":826,"total":824},[827,834,840,845,851,858,864],{"slug":544,"name":544,"fn":668,"description":669,"org":828,"tags":829,"stars":17,"repoUrl":18,"updatedAt":682},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[830,831,832,833],{"name":673,"slug":674,"type":13},{"name":676,"slug":677,"type":13},{"name":9,"slug":8,"type":13},{"name":680,"slug":681,"type":13},{"slug":684,"name":684,"fn":685,"description":686,"org":835,"tags":836,"stars":17,"repoUrl":18,"updatedAt":696},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[837,838,839],{"name":690,"slug":691,"type":13},{"name":9,"slug":8,"type":13},{"name":694,"slug":695,"type":13},{"slug":4,"name":4,"fn":5,"description":6,"org":841,"tags":842,"stars":17,"repoUrl":18,"updatedAt":19},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[843,844],{"name":15,"slug":16,"type":13},{"name":9,"slug":8,"type":13},{"slug":703,"name":703,"fn":704,"description":705,"org":846,"tags":847,"stars":17,"repoUrl":18,"updatedAt":715},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[848,849,850],{"name":709,"slug":710,"type":13},{"name":9,"slug":8,"type":13},{"name":713,"slug":714,"type":13},{"slug":569,"name":569,"fn":717,"description":718,"org":852,"tags":853,"stars":17,"repoUrl":18,"updatedAt":731},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[854,855,856,857],{"name":722,"slug":723,"type":13},{"name":725,"slug":726,"type":13},{"name":728,"slug":729,"type":13},{"name":9,"slug":8,"type":13},{"slug":493,"name":493,"fn":733,"description":734,"org":859,"tags":860,"stars":17,"repoUrl":18,"updatedAt":744},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[861,862,863],{"name":738,"slug":739,"type":13},{"name":741,"slug":742,"type":13},{"name":9,"slug":8,"type":13},{"slug":746,"name":746,"fn":747,"description":748,"org":865,"tags":866,"stars":17,"repoUrl":18,"updatedAt":757},{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[867,868,869],{"name":752,"slug":38,"type":13},{"name":9,"slug":8,"type":13},{"name":755,"slug":756,"type":13}]