Skip to content

xtoolsio/xSkills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xTools

xSkills

Production-grade AI agent skills by xTools. Compatible with Claude Code, Cursor, Windsurf, and any SKILL.md-compatible agent.

License: MIT GitHub Stars Skills Azure Resources Agents IaC


Installation

Browse available skills:

npx skills add xtoolsio/xSkills --list

Install 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 -yg

Install all skills globally:

npx skills add xtoolsio/xSkills -yg

Available Skills

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

About

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.

Contributing

Contributions are welcome. Each skill should:

  1. Have a SKILL.md with valid YAML frontmatter (name, description)
  2. Keep SKILL.md lean (under 2,000 words) with detailed content in references/
  3. Include concrete examples and trigger phrases in the description
  4. Follow imperative writing style

License

MIT License - see LICENSE for details.

About

Production-grade AI agent skills by xTools. Compatible with Claude, Cursor, Windsurf, and any SKILL.md-compatible agent.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors