
Skill
skill-authoring
author agent skills for agentskills.io
Description
Write Agent Skills that comply with the agentskills.io specification. WHEN: "create a skill", "new skill", "write a skill", "skill template", "skill structure", "review skill", "skill PR", "skill compliance", "SKILL.md format", "skill frontmatter", "skill best practices". DO NOT USE FOR: improving existing skills (use sensei), general documentation. INVOKES: waza CLI.
SKILL.md
Skill Authoring Guide
Constraints
name: 1-64 chars, lowercase + hyphens, match directorydescription: inline double-quoted, ≤60 words, ≤1024 chars- Use
WHEN:with quoted trigger phrases (preferred overUSE FOR:) - SKILL.md: <500 tokens (soft), <5000 (hard)
- references/*.md: <1000 tokens each
Structure
SKILL.md(required) — Frontmatter + instructionsreferences/(optional) — Detailed docs, loaded on demandscripts/(optional) — Executable code
Progressive Disclosure
Metadata loads at startup. SKILL.md on activation. References load when linked via [text](references/file.md).
MCP Tools
| Tool | Purpose |
|---|---|
| None | CLI-only; uses local file tools |
CLI fallback: Primary mode is CLI-based. No MCP servers required.
Quick Start
- Create skill directory with
SKILL.md - Add frontmatter:
name,description,license - Run
waza check {skill-name}to validate
Examples
- "Create a new skill for code review"
- "Review my skill for compliance"
Troubleshooting
If waza check reports broken links, verify reference file paths match exactly.
References
- Guidelines — Writing and structure
- Validation — Checks and procedures
- Reference Guide — Budgets, loading, checklist
More skills from the azure-sdk-tools repository
View all 10 skillsapiview-feedback-resolution
resolve APIView feedback on Azure SDKs
Jul 12API DevelopmentAzureCode ReviewDocumentationazsdk-common-live-and-recorded-tests
deploy resources and run Azure SDK tests
Jul 12AzureDeploymentSDKTestingazsdk-common-prepare-release-plan
manage Azure SDK release plan work items
Jul 12AzureGitHubProject ManagementSDKazsdk-common-sdk-release
release Azure SDK packages
Jul 12AzureCI/CDDeploymentSDKazure-typespec-author
author and modify Azure TypeSpec API specifications
Jul 12API DevelopmentAzureOpenAPITechnical Writinggenerate-sdk-locally
generate and test Azure SDKs locally
Jul 12AzureCI/CDSDKTesting
More from Azure (Microsoft)
View publisherazure-arg-external-evaluation-policy-author
author and test Azure Resource Graph policies
azure-policy
Jul 12AzureComplianceGovernancePolicyazure-blueprints-migration
migrate Azure Blueprints to Template Specs
azure-blueprints
Jul 12AzureDeploymentInfrastructure as CodeMigrationmarkdown-token-optimizer
optimize markdown files for token efficiency
azure-sdk-tools
Jul 12LLMPerformanceTechnical Writingpipeline-troubleshooting
troubleshoot Azure SDK CI pipelines
azure-sdk-tools
Jul 12AzureCI/CDDebuggingSDKsensei
improve skill frontmatter compliance
azure-sdk-tools
Jul 12AzureComplianceProcess OptimizationTechnical Writing