AI agent skills for using StackGuardian. Works with OpenCode, Claude Code, and any agent supporting SKILL.md.
| Skill | Use when |
|---|---|
writing-stackguardian-workflow-terraform |
Writing or reviewing Terraform/OpenTofu for StackGuardian workflows, workflow groups, workflow templates/revisions, connectors and runner groups with the StackGuardian/stackguardian provider. |
writing-stackguardian-policy-terraform |
Writing or reviewing Terraform/OpenTofu for StackGuardian policies (stackguardian_policy, enforced_on, Tirith JSON, OPA, marketplace policy templates) and attaching them to workflows or groups. |
Each skill directory contains:
SKILL.md— the skill itself: core template, quick reference, common mistakes.schema.md— the provider's exact attribute tree (fromterraform providers schema -json, provider 1.12.x).reference.md— deeper reference: enums, validation rules, error strings, gotchas, with source citations.examples/— complete.tffiles that passterraform validateagainst the provider.
Claude Code (personal skills):
git clone https://github.com/StackGuardian/skills.git
cp -R skills/writing-stackguardian-* ~/.claude/skills/Or copy a skill directory into your project's .claude/skills/ (Claude Code) or the equivalent skills directory of your agent.