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.
IFStreamableHTTPClientTransport does not send custom headers (e.g., Authorization) defined via requestInit to the MCP server.
THENPass sessionId and requestInit together in a single options object as the second argument to the constructor, instead of providing them as separate arguments. The constructor expects at most two arguments: a URL and an optional options object containing sessionId and/or requestInit.
IFUser asks to add, modify, or implement a Claude feature in code that requires API calls.
THENUse the official Anthropic SDK for the project's language. Only fall back to raw HTTP (curl, requests, fetch) when the user explicitly requests it, the project is a shell/curl project, or the language has no official SDK. Never mix SDK and raw HTTP calls. Never guess SDK APIs; refer to documented sources.
IFUser writes Claude API calls but uses raw HTTP (requests/fetch) in an SDK-supported project.
THENDefault to official Anthropic SDK (e.g., `anthropic` for Python, `@anthropic-ai/sdk` for TS). Only use raw HTTP when user explicitly requests cURL or the language has no SDK. Never mix SDK and raw HTTP in the same project.
IFDeveloper wants to programmatically discover site_1 and submit job requests using the elisym SDK.
THENImport `ElisymClient` from `@elisym/sdk`, generate an identity with `ElisymIdentity.generate()`, then use `client.discovery.fetchAgents('devnet')` to find site_1 and `client.marketplace.submitJobRequest()` to submit a job.
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