apim-policy-authoring
Installation
SKILL.md
APIM Policy Authoring Skill
Generates production-ready Azure API Management policy XML with authentication, rate limiting, CORS, error handling, correlation IDs, and security headers.
When to Use This Skill
Activate this skill when users need:
- Authentication policies: OAuth 2.0, JWT validation, hybrid auth with subscription keys
- Rate limiting: Per-user or per-subscription throttling
- CORS configuration: Cross-origin access for browser-based clients
- Error handling: Standardized error responses with correlation IDs
- Request/response transformation: Header manipulation, body transformations
- Security headers: X-Content-Type-Options, X-Frame-Options, etc.