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.
IFOn Windows, starting an MCP server via the TypeScript SDK using spawn() fails with ENOENT error for commands like npx because the system path is not resolved without a shell.
THENAs a workaround, either configure the server command to use cmd.exe with '/C' prefix, or patch the SDK to set `shell: true` on Windows only (e.g., `shell: process.platform === 'win32'`). Note that using shell may cause terminal windows to appear unexpectedly, so prefer the cmd.exe workaround if possible. Alternatively, use cross-spawn as a replacement for child_process.spawn.
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