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.
IFSporadic 400 error with message 'tools.3.custom.input_examples: Extra inputs are not permitted' when using Claude Code with LiteLLM proxy and AWS Bedrock.
THENDowngrade Claude Code to v2.0.36, which does not send `input_examples` in tool definitions. Alternatively, apply `drop_params: true` in LiteLLM config (though it may not strip nested fields like `input_examples`). Monitor for a fix upstream in Claude Code or implement a custom middleware to remove invalid tool fields before forwarding to Bedrock.
IFWhen calling create_or_update_file on GitHub MCP server, error -32604 occurs with 'Invalid arguments: content.encoding: Required, content.content: Required'.
THENEnsure both content.encoding (e.g., 'utf-8') and content.content (string of file content) are provided in the arguments to create_or_update_file. If the error persists, use push_files as a workaround or apply the fix from PR #434 which addresses parameter validation.
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