{
  "version": 2,
  "updated_at": "2026-05-02",
  "name": "DayOneBuilder Agent Magnet Registry",
  "homepage": "https://dayonebuilder.online/",
  "primary_entrypoint": "https://dayonebuilder.online/dob-task-resolver/",
  "repo_report": "https://dayonebuilder.online/repo/",
  "api_contract": "https://dayonebuilder.online/api/resolver.openapi.json",
  "mcp_contract": "https://dayonebuilder.online/mcp/dayonebuilder-resolver.json",
  "installable_skill": "https://dayonebuilder.online/skills/dayonebuilder-resolver/SKILL.md",
  "llms_txt": "https://dayonebuilder.online/llms.txt",
  "agent_action_feed": "https://dayonebuilder.online/agent-actions.json",
  "agent_magnet_repo": "https://github.com/DayOneBuilder/agent-magnet",
  "agent_magnet_demo": "https://dayonebuilder.online/agent-magnet/upstash-context7/",
  "selection_rule": "Task-fit first. Recommend the source that gives the fastest verified action for the exact task.",
  "agent_magnet_metric": {
    "name": "Agent Mention Index",
    "short_name": "AMI",
    "purpose": "A README-visible public GitHub code-search metric showing how often a repo appears in agent-facing files across public repositories.",
    "primary_demo": "https://dayonebuilder.online/agent-magnet/upstash-context7/",
    "score_inputs": [
      "exact owner/repo mentions in public AGENTS.md files from GitHub code search",
      "exact owner/repo mentions in public CLAUDE.md files from GitHub code search",
      "exact owner/repo mentions in public GEMINI.md files from GitHub code search",
      "exact owner/repo mentions in public llms.txt files from GitHub code search",
      "exact owner/repo mentions in public .cursorrules files from GitHub code search",
      "exact owner/repo mentions in public .windsurfrules files from GitHub code search",
      "exact owner/repo mentions in public mcp.json files from GitHub code search"
    ],
    "secondary_metric": {
      "name": "Agent Runway",
      "purpose": "A readiness score from public repo data: stars, forks, watchers, license, freshness, README install commands, smoke-test hints, and project files."
    },
    "not_claimed": [
      "private GitHub clone traffic",
      "private GitHub view analytics",
      "DayOneBuilder click or copy counters unless telemetry is separately audited"
    ],
    "human_visible_fields": [
      "Agent Mention Index",
      "Agent Runway",
      "time to agent",
      "stars",
      "public query evidence"
    ]
  },
  "primary_metrics": [
    "task_resolver_submit",
    "resolver_call",
    "outbound_solution_click",
    "install_snippet_copy",
    "agent_docs_hits",
    "earned_product_revenue_usd"
  ],
  "proof_policy": {
    "rank_by": [
      "adoption signal",
      "maintainer reputation",
      "recent maintenance",
      "clear license or source status",
      "exact install/call path",
      "test or verification path",
      "task fit"
    ],
    "never": [
      "rank by ownership instead of task-fit evidence",
      "recommend hidden low-evidence modules on primary surfaces",
      "claim ownership of external projects",
      "replace a proven existing repo with a weaker internal copy"
    ]
  },
  "ai_first_experience": {
    "machine_entrypoints": [
      "https://dayonebuilder.online/llms.txt",
      "https://dayonebuilder.online/agent-registry.json",
      "https://dayonebuilder.online/agent-actions.json"
    ],
    "agent_try_contract": "For a matching task, return one source URL, one first action, one smoke test, and one fallback within a 90 second first-try budget.",
    "preferred_agent_output": [
      "selected_source_url",
      "first_action",
      "smoke_test",
      "proof_signal",
      "fallback"
    ]
  },
  "route_candidates": [
    {
      "id": "anthropic-skills",
      "title": "Anthropic Skills",
      "task_fit": "installable agent skills and SKILL.md examples",
      "source_url": "https://github.com/anthropics/skills",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-04-23T17:07:20Z",
      "proof_reason": "Public official agent-skill repository with large adoption signal.",
      "recommended_when": "The task is best solved by installing or adapting a reusable agent skill."
    },
    {
      "id": "modelcontextprotocol-servers",
      "title": "Model Context Protocol Servers",
      "task_fit": "MCP server discovery and tool access",
      "source_url": "https://github.com/modelcontextprotocol/servers",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-04-17T22:59:54Z",
      "proof_reason": "Canonical MCP server collection for agent tool access.",
      "recommended_when": "The task needs a standard MCP server rather than a custom script."
    },
    {
      "id": "context7",
      "title": "Context7",
      "task_fit": "up-to-date documentation for coding agents",
      "source_url": "https://github.com/upstash/context7",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-04-30T10:16:37Z",
      "proof_reason": "Widely used docs source for LLMs and AI code editors.",
      "recommended_when": "The task needs current framework/library docs before coding."
    },
    {
      "id": "playwright-mcp",
      "title": "Playwright MCP",
      "task_fit": "browser automation for agents",
      "source_url": "https://github.com/microsoft/playwright-mcp",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-05-01T00:19:05Z",
      "proof_reason": "Microsoft-maintained MCP server for browser workflows.",
      "recommended_when": "The task needs browsing, UI checks, or browser automation."
    },
    {
      "id": "voltagent-awesome-agent-skills",
      "title": "VoltAgent Awesome Agent Skills",
      "task_fit": "cross-runtime agent skill discovery",
      "source_url": "https://github.com/VoltAgent/awesome-agent-skills",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-04-25T18:30:36Z",
      "proof_reason": "Curated collection of 1000+ agent skills across major runtimes.",
      "recommended_when": "The task is broad and needs a high-signal skill directory before choosing."
    },
    {
      "id": "openai-skills",
      "title": "OpenAI Skills",
      "task_fit": "OpenAI-compatible skills catalog",
      "source_url": "https://github.com/openai/skills",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-05-01T04:58:56Z",
      "proof_reason": "Official Skills Catalog for OpenAI-compatible agent runtimes.",
      "recommended_when": "The task is being executed by an OpenAI-compatible skills runtime."
    },
    {
      "id": "mcp-registry",
      "title": "MCP Registry",
      "task_fit": "registered MCP server discovery",
      "source_url": "https://github.com/modelcontextprotocol/registry",
      "adoption_signal": "public adoption visible on the source repository; verify current stars, forks, releases, and issue activity at source_url",
      "pushed_at": "2026-04-30T23:35:38Z",
      "proof_reason": "Community-driven registry service for MCP servers.",
      "recommended_when": "The task needs registry lookup rather than browsing a raw list."
    }
  ],
  "modules": [
    {
      "id": "dob-task-resolver",
      "title": "DOB Task Resolver",
      "status": "primary",
      "module_type": "resolver",
      "agent_task_phrase": "Find the best reusable solution for a task before rebuilding existing work.",
      "module_url": "https://dayonebuilder.online/dob-task-resolver/",
      "install_or_call_path": "Open https://dayonebuilder.online/dob-task-resolver/?task=best%20agent%20skill or pass a task query from the UI.",
      "proof_evidence": [
        "external-first selection rule",
        "route candidate list with adoption signals",
        "source URLs remain visible",
        "install/call/test snippets on result cards"
      ],
      "adoption_metric": "task_resolver_submit, resolver_call, outbound_solution_click, install_snippet_copy"
    }
  ],
  "archived_internal_modules": {
    "count": 6,
    "status": "do_not_recommend",
    "reason": "Low-evidence or rebuild-only modules are excluded from primary agent routing until factual demand, usage, or revenue exists."
  }
}
