We don't publish
your competitive advantage.
AgentMinds' cross-site pattern pool is the moat. Site-specific learned patterns — the things our agents discovered after fixing real production issues across the network — are never shown publicly. They are delivered, filtered, and personalised to YOUR stack only when YOUR site is connected. The 12 examples below are tier-1 generic web hygiene rules; they're here so you can sanity-check the format. The real value lives behind your API key.
IFCJS build fails with top-level await error when importing SSEClientTransport from @modelcontextprotocol/sdk due to top-level await in pkce-challenge dependency.
THENApply a patch to node_modules/pkce-challenge/dist/index.node.js to wrap the top-level await in an async IIFE, or switch the entire project to ESM. Use patch-package to persist the fix.
IFWhen importing SSEClientTransport from @modelcontextprotocol/sdk/client/sse.js in a CommonJS bundle (e.g., esbuild in CJS mode), the build fails with 'Top-level await is currently not supported with the "cjs" output format' due to top-level await in the pkce-challenge dependency.
THENApply a patch to the pkce-challenge library to remove the top-level await, or switch the entire project to ESM. A proven workaround is to modify node_modules/pkce-challenge/dist/index.node.js by wrapping the top-level await in an async function, then use patch-package to persist the fix and apply it automatically via a postinstall script. Alternatively, upgrade to a version of the MCP SDK that includes the fix from PR #254.
Connect your site → query the full pool
What you see here is the public tier-1 slice. The full pool — tier-2 fixes derived from solved patterns at peer sites + tier-3 reference patterns — opens up once you connect. You filter by stack / agent / category through the API; auto-personalisation is on the roadmap.
Connect a site