Production-grade AI agent skills by xTools. Compatible with Claude Code, Cursor, Windsurf, and any SKILL.md-compatible agent.
Browse available skills:
npx skills add xtoolsio/xSkills --listInstall a specific skill globally:
npx skills add xtoolsio/xSkills --skill azure-naming-convention -yg
npx skills add xtoolsio/xSkills --skill terraform-naming-convention -yg
npx skills add xtoolsio/xSkills --skill azure-policy-verification -ygInstall all skills globally:
npx skills add xtoolsio/xSkills -yg| Skill | Description | Install | Version |
|---|---|---|---|
| azure-naming-convention | Azure resource naming convention based on Microsoft CAF. Covers 150+ resource types for Terraform, OpenTofu, Bicep, ARM, and Pulumi. | --skill azure-naming-convention |
0.1.0 |
| terraform-naming-convention | Terraform file naming convention based on OTN. Enforces one block per file with standardized filename patterns. | --skill terraform-naming-convention |
0.1.0 |
| azure-policy-verification | Azure Policy verification using xPolicy CLI. Validates policy UUIDs, descriptions, and definitions against 4,400+ built-in policies. | --skill azure-policy-verification |
0.1.0 |
xSkills is a collection of specialized AI agent skills maintained by xTools. Each skill provides domain-specific knowledge, workflows, and reference material that AI agents can use to produce higher-quality output.
Skills follow the open SKILL.md specification, making them compatible with any agent that supports the format.
Contributions are welcome. Each skill should:
- Have a
SKILL.mdwith valid YAML frontmatter (name,description) - Keep
SKILL.mdlean (under 2,000 words) with detailed content inreferences/ - Include concrete examples and trigger phrases in the description
- Follow imperative writing style
MIT License - see LICENSE for details.