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 is currently not supported with the "cjs" output format' when importing SSEClientTransport due to pkce-challenge dependency
THENTemporarily patch pkce-challenge by modifying node_modules/pkce-challenge/dist/index.node.js to wrap the top-level await in an async IIFE, then use patch-package to persist the fix. Alternatively, switch the entire project to ESM or wait for the SDK fix (PR #254).
IFWhen building Firecrawl Docker image, the html-transformer Rust module fails with error[E0308]: mismatched types expected *mut i8, found *mut u8 from CString::into_raw()
THENIn the html-transformer Rust code, cast the pointer returned by CString::into_raw() to *mut i8 (e.g., CString::new(...).unwrap().into_raw() as *mut i8). Alternatively, change the function return type to *mut u8 if the FFI expectations allow, but the common fix is to add an explicit cast. Ensure all three affected functions (extract_links, extract_metadata, transform_html) are updated.
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