{
  "$schema": "https://agentskills.io/schema/v0.2.0/skills.json",
  "skills": [
    {
      "name": "search_repositories",
      "type": "api",
      "description": "Search 9,111+ open-source repositories by keyword, capability, or topic with velocity and freshness filters.",
      "url": "https://yakaai.com/api/repos"
    },
    {
      "name": "get_repository_cheatsheet",
      "type": "documentation",
      "description": "Fetch AI-formatted markdown documentation with targeted section chunking (?section=topic).",
      "url": "https://yakaai.com/api/cheat/{owner}/{repo}"
    },
    {
      "name": "get_repository_skills",
      "type": "rules",
      "description": "Scan repositories for CLAUDE.md, AGENTS.md, .cursorrules and Model Context Protocol (MCP) server configurations.",
      "url": "https://yakaai.com/api/skills/{owner}/{repo}"
    },
    {
      "name": "get_api_specification",
      "type": "spec",
      "description": "Extract isolated OpenAPI 3.x, Swagger, GraphQL, or Protobuf specifications.",
      "url": "https://yakaai.com/api/spec/{owner}/{repo}"
    }
  ]
}