AI Skills
QALITA publishes a set of agent skills — instructions that teach Claude Code (or any compatible AI coding agent) how to work with QALITA correctly. They are distributed as a Claude Code plugin marketplace from the qalita/skills repository.
Available skills
| Plugin | Skill | What it teaches the agent |
|---|---|---|
qalita-pack-creation | creating-qalita-packs | Building and publishing a QALITA data quality pack: properties.yaml, pack_conf.json, the main.py pattern, versioning, CI publish. |
qalita-platform-cli | using-qalita-platform | Using the qalita CLI/worker: authenticating, pushing sources and packs, running analyses, listing platform resources. |
qalita-deployment | deploying-qalita-platform | Deploying the platform via Docker Compose or Helm, and configuring LDAP, SMTP, and workers. |
Each plugin is independent — install only the one(s) relevant to you.
Prerequisites
- Claude Code installed
- Access to the
qalita/skillsGitHub repository
Installation
Inside a Claude Code session, add the marketplace once:
/plugin marketplace add qalita/skills
Then install the plugin(s) you need:
/plugin install qalita-pack-creation@qalita-skills
/plugin install qalita-platform-cli@qalita-skills
/plugin install qalita-deployment@qalita-skills
The skills are then loaded automatically whenever a matching task comes up — for example, asking Claude Code to "create a new pack that checks null rates" triggers creating-qalita-packs.
Updating
/plugin marketplace update qalita-skills
Which skill do I need?
- Data engineers writing quality rules →
qalita-pack-creation, plusqalita-platform-clito test and publish packs against the platform. - Data engineers running analyses →
qalita-platform-cli. - Platform administrators / DevOps →
qalita-deployment.