Skip to content
GitHubDiscord

Agent Skills

Giskard Agent Skills are drop-in workflows for coding agents (Claude Code, Cursor, and more), installable via the skills CLI. Install a skill once and your agent knows how to handle Giskard-specific tasks automatically, no hand-crafted elaborated prompts required.

Turns your coding agent into an expert red-teamer for Giskard Checks. Describe your agent and the failure modes you worry about, and the skill produces a complete, runnable giskard.checks test suite with adversarial scenarios and layered checks.

Terminal window
npx skills add Giskard-AI/giskard-skills --skill scenario-generator

It activates on prompts like “create test scenarios for my bot”, “red-team my RAG system”, or “generate checks for prompt injection”. For example:

Sample prompt
My customer support bot available on @support_bot.py must never leak customer PII or discuss competitors. Generate a red-team suite.

Source on GitHub ↗