Prompts and skills for AI coding tools to help you set up and manage Qlty workflows.
| Skill | Description |
|---|---|
| setup-coverage | Set up code coverage reporting in CI using Qlty Cloud |
| setup-qlty-toml | Configure qlty.toml for static analysis with the Qlty CLI and Qlty Cloud |
# Add the Qlty marketplace
/plugin marketplace add qltysh/qlty-skills
# Install the plugin
/plugin install qlty-skills@qltySkills are then available as /qlty-skills:setup-coverage and /qlty-skills:setup-qlty-toml.
Copy the skill file into your Cursor rules directory:
cp skills/setup-coverage/SKILL.md .cursor/rules/setup-coverage.mdAdd the skill as a Windsurf rule by copying the contents of the relevant SKILL.md file into your Windsurf rules configuration.
Use the contents of any SKILL.md file as a system prompt or instruction file in your tool of choice. The frontmatter (between the --- markers) is Claude Code-specific metadata and can be ignored — the instructions below it are universal.
This project is licensed under the MIT License — see LICENSE for details.
Each skill lives in its own directory under skills/ with a SKILL.md file. To add a new skill, create a new directory and follow the existing pattern.