Documentation Index
Fetch the complete documentation index at: https://docs.qontext.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
A skill is a reusable package of instructions that an AI agent loads on demand. Define a skill once with a name, description, and instructions body; the agent can activate it whenever a relevant task comes up. In Qontext, skills are centrally managed in your workspace so they stay consistent across teams and machines. Teammates install it once and keep everything up to date with a single command:qontext skills sync. Skills managed in Qontext are interoperable, so you can use them anywhere that supports the open Agent Skills format.
Anatomy of a skill
Name
A machine-readable identifier, lowercase with hyphens (e.g.
competitor-analysis).Description
What the skill does and when to use it. The agent reads this at startup to decide when to activate the skill.
Instructions
The full task instructions. Define what the agent should do, what data to draw on (data scope), and what format to produce (output format).
Supporting files
Optional scripts, reference documents, and templates, bundled in the skill folder and loaded only when needed.
Open format.Qontext skills follow the open Agent Skills specification. Skills work with any compatible AI tool and can be imported from a context repository.
Skills in Qontext
To migrate your existing Claude Skills from GitHub or a local folder to Qontext, use the import-repo skill, a Claude skill built to handle the import end to end.The import-repo skill is designed for initial imports.After a successful import it removes itself from
~/.claude/skills/import-repo/. To import again later, reinstall it from the Qontext examples repository.Make sure Claude Code is installed. The import-repo skill detects and sets up the Qontext MCP automatically if it is not already configured. You will be prompted to complete an OAuth flow on first run.
Download the import-repo skill from the Qontext examples repository and place it in your Claude Code skills folder (
~/.claude/skills/import-repo/).In Claude Code, ask it to import your skills:
“Import my skills from [GitHub URL or local path] to Qontext.”The skill guides you through scope, file handling, and target path, then bulk-imports everything into your workspace.
Distributing skills
Once skills are imported to Qontext, teammates install them in Claude Code using the Qontext CLI.Install a skill by passing its link to the CLI:To get the link, open Context in the app, select a skill, and click Install skill. Then, you can copy either the full install command or the short link.

