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.
IFWhen creating tables with docx-js, failing to set both the table's columnWidths and each cell's width (in DXA) results in tables that render incorrectly on some platforms, with columns misaligned or overlapping.
THENAlways set the table's width attribute (WidthType.DXA) equal to the sum of columnWidths, and set each cell's width (WidthType.DXA) to match the corresponding columnWidth. Use ShadingType.CLEAR instead of ShadingType.SOLID to avoid black backgrounds.
IFTables render incorrectly on some platforms when explicit columnWidths and cell width are missing.
THENAlways set both table width (WidthType.DXA) and columnWidths summing to that width. Set width on each table cell matching the column. Use WidthType.DXA, not PERCENTAGE (which breaks in Google Docs).
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