Kapa Skills
Kapa provides a collection of AI agent skills that you can install in agents like Claude Code, Cursor, and Codex. Each skill represents a recommended workflow for working with Kapa data and capabilities, allowing you to instruct your AI agents to work more effectively with Kapa.
Skills cover both documentation workflows, where you systematically work through a backlog of issues with your agent, and building on Kapa, like integrating the Agent SDK into your own application.
Available skills
Agent SDK Integration
Add a Kapa AI agent to your own application with the Agent SDK, improve an existing integration, or migrate from the Chat SDK. Point your coding agent at your app's repository and the skill explores the codebase, chooses the right SDK package, turns your existing API endpoints into agent tools, sets up session authentication and conversation history, drafts custom instructions grounded in your product, and themes the chat to match your app, confirming each decision with you. It is the fastest way to go from zero to a working in-product agent.
Read more: Agent SDK.
Analyze Coverage Gaps
Work through topics where your documentation has no coverage and create the missing content directly in your repository. The skill turns your Coverage Gaps export into a directory of individual cluster files, then walks through each one with your agent so you can decide whether to address the gap and write the missing content on the spot.
Read more: Coverage Gaps.
Analyze Source Analytics
Audit the pages Kapa cites most often against the questions they were cited in, looking for changes to a page that would have improved Kapa's answer to many users at once. The skill spins up a subagent per page to do the audit, then walks through the findings with your agent so you can decide what to act on and fix the documentation on the spot.
Read more: Source Analytics.
Analyze Top Questions
Work through your most common topics and ensure your documentation covers all the angles in which users are asking about them. The skill turns your Top Questions export into a directory of topic files, then walks through each one with your agent so you can refine existing documentation to better match how users actually ask.
Read more: Top Questions.
Answer RFPs
Produce complete, reviewable responses to RFPs, vendor questionnaires, and security assessments. The skill walks Claude through a checkpoint-based workflow that extracts every requirement from the uploaded document, retrieves answers live from your knowledge base via a Hosted MCP server, labels each one by how well your sources back it up, and generates the final response in the format the customer requires (Word, PDF, or Excel).
Installation
Skills live in the kapa-skills repository. Follow the installation instructions in the repository README to install them into your repository: your documentation repo for the analytics skills, or your application repo for the Agent SDK Integration skill.