vscode-httpyac-config
Installation
SKILL.md
VSCode httpYac Configuration
About This Skill
Transform API documentation into executable, testable .http files with httpYac. This skill provides workflow guidance for creating production-ready API collections with scripting, authentication, environment management, and CI/CD integration.
When to Use This Skill
- API Documentation → Executable Files: Converting API specs (Swagger, Postman, docs) to httpYac format
- Authentication Implementation: Setting up OAuth2, Bearer tokens, or complex auth flows
- Large Collections: Organizing 10+ endpoints with multi-file structure
- Request Chaining: Passing data between requests (login → use token → create → update)
- Environment Management: Dev/test/production environment switching
- Team Workflows: Git-based collaboration with secure credential handling
- CI/CD Integration: Automated testing in GitHub Actions, GitLab CI, etc.