{
  "name": "TokRepo",
  "description": "Open registry for reusable AI assets: skills, prompts, MCP configs, scripts, workflows, and agent knowledge.",
  "url": "https://tokrepo.com",
  "llms_txt": "https://tokrepo.com/llms.txt",
  "manifest": "https://tokrepo.com/.well-known/tokrepo.json",
  "portable_agent_manifest": "https://tokrepo.com/.well-known/agent.json",
  "a2a_agent_card": "https://tokrepo.com/.well-known/agent-card.json",
  "tool_catalog": "https://tokrepo.com/.well-known/tool-catalog.json",
  "agents_txt": "https://tokrepo.com/agents.txt",
  "agent_instructions": "https://tokrepo.com/agent-instructions/tokrepo.md",
  "mcp": {
    "server_manifest": "https://tokrepo.com/.well-known/mcp/server.json",
    "package": "tokrepo-mcp-server",
    "command": "npx -y tokrepo-mcp-server",
    "primary_tool": "tokrepo_discover"
  },
  "cli": {
    "package": "tokrepo",
    "install": "npx -y tokrepo@latest",
    "bootstrap": "tokrepo init-agent --target all",
    "planning_check": "tokrepo agent-check \"<task>\" --json",
    "handoff": "tokrepo agent-handoff --json"
  },
  "skills": [
    {
      "id": "tokrepo_discovery",
      "name": "TokRepo Discovery",
      "description": "Find existing AI assets before inventing a local one-off tool.",
      "examples": [
        "Find a code review skill for this repository",
        "Find MCP configs for a database migration task",
        "After this task, suggest reusable files to push privately"
      ]
    }
  ]
  ,
  "project_memory_targets": [
    "AGENTS.md",
    "CLAUDE.md",
    "GEMINI.md",
    ".cursor/rules/tokrepo.mdc",
    ".github/copilot-instructions.md",
    ".github/instructions/tokrepo.instructions.md",
    ".clinerules/tokrepo.md",
    ".windsurf/rules/tokrepo.md",
    ".roo/rules/tokrepo.md",
    ".openhands/microagents/repo.md",
    "CONVENTIONS.md",
    ".mcp.json"
  ]
}
