{
  "markdown": "# Haystack AI Skills\n\nA curated collection of AI agent skills designed for building retrieval-augmented generation (RAG) systems and advanced search applications with the Haystack framework.\n\n## What are Skills?\n\nSkills are structured definitions that empower AI agents to execute specific tasks. Each skill includes:\n- **Instructions**: Comprehensive guidance on when and how to apply the skill\n- **Examples**: Reference implementations and usage patterns\n- **Scripts**: Reusable code components for common operations\n\nThis repository adheres to the [AgentSkills](https://agentskills.io/home) specification for skill definitions and organization.\n\n> [!TIP]\n> If your agent lacks skill support, you can use [`agents/AGENTS.md`](agents/AGENTS.md) as an alternative.\n\n\n## Available Skills\nThis repository includes the following skills:\n\n| Name | Description | Installation |\n| --- | --- | --- |\n| [haystack](skills/haystack/SKILL.md) | Contains core haystack skill | `npx skills add srini047/haystack-skills@haystack` |\n\nNote: `npx skills add <owner/repo@skill>` is standard command for installing skills from any public repository. \n\n### Haystack\n- **Directory**: `skills/haystack/`\n- **Purpose**: Construct RAG systems, implement semantic search, and develop document processing pipelines\n\n## Installation\n\nThese Haystack skills are compatible with Claude Code, Gemini CLI, and Cursor.\n\n### Claude Code\n\n1. Register this repository as a plugin marketplace:\n   ```\n   /plugin marketplace add haystack/skills\n   ```\n\n2. Install a specific skill:\n   ```\n   /plugin install <skill-name>@haystack/skills\n   ```\n\n   Example:\n   ```\n   /plugin install haystack@haystack/skills\n   ```\n\n### Gemini CLI\n\n1. This repository includes a `gemini-extension.json` file for seamless Gemini CLI integration.\n\n2. Install locally:\n   ```\n   gemini extensions install . --consent\n   ```\n\n   Or install directly from GitHub:\n   ```\n   gemini extensions install https://github.com/srini047/haystack-skills.git --consent\n   ```\n\n### Cursor\n\nThis repository provides Cursor plugin manifests:\n\n- `.cursor-plugin/plugin.json`\n\nInstall via the Cursor plugin interface using either the repository URL or a local checkout.\n",
  "bytes": 2193,
  "sha": "e418f95a3f0dbfbe42a5499b26906efa7e4b85a517c739548e4616272990b42b",
  "repo_slug": "srini047/haystack-skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_srini047_haystack_skills_573fc442/readme"
}