← Back to search
30
Basic
Agentic Readiness Score
Raise this score to 95+
We ship the 6-file GEO uplift as a pull request against your repo. Flat fee, turnaround under 72 hours.
Fix this for $199 →
developer llms-txtai-friendlyml

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Not found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 30/100

            

llms.txt Content

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Supermodel Tools — Architecture Docs</title> <meta name="description" content="Architecture documentation for popular open source repositories. Browse code graphs, dependency diagrams, and codebase structure."> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Public+Sans:wght@200;300;400;500;600;700&family=Martian+Mono:wght@300;400;500&family=Lexend+Peta:wght@400&display=swap" rel="stylesheet"> <style> :root { --bg: #000000; --bg-card: #161616; --bg-hover: #08191C; --border: #202020; --text: #FFFFFF; --text-muted: #808080; --accent: #71B9BC; --accent-light: #8CC6C9; --green: #7CCE86; --orange: #D0A27D; --red: #E589C6; --blue: #8E8CE9; --font: 'Public Sans', -apple-system, BlinkMacSystemFont, sans-serif; --mono: 'Martian Mono', 'Fira Code', monospace; --max-w: 1200px; --radius: 0px; } * { margin: 0; padding: 0; box-sizing: border-box; } html { overflow-x: hidden; } body { font-family: var(--font); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; } a { color: var(--accent-light); text-decoration: none; } a:hover { text-decoration: underline; } a:focus-visible { outline: 2px solid var(--accent-light); outline-offset: 2px; border-radius: 2px; } .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; } .site-header { border-bottom: 1px solid var(--border); padding: 16px 0; position: sticky; top: 0; background: var(--bg); z-index: 100; } .site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; } .site-brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; } .site-brand:ho