vscode-rest-client-generator

Generate .http files for VS Code REST Client from API route definitions.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill vscode-rest-client-generator-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vscode-rest-client-generator
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/vscode-rest-client-generator
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill vscode-rest-client-generator-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of .http files for the VS Code REST Client extension, simplifying API testing and development directly within the editor.

Core Features & Use Cases

  • Automated .http file generation: Creates organized request files from API route definitions.
  • Supports multiple frameworks: Works with Express, Next.js, Fastify, and others.
  • Configurable: Allows for variable definition, environment setup, and authentication configuration.
  • Use Case: When you need to quickly set up API tests for a new backend service, this Skill can generate a comprehensive set of .http files, saving you manual configuration time.

Quick Start

Use the vscode-rest-client-generator skill to create .http files for your API routes.

Frequently Asked Questions about vscode-rest-client-generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate .http files for API testing in VS Code?

You can generate .http files for API testing by extracting route metadata like methods, paths, and parameters from framework definitions. The Skill creates organized request files with variables and environments for the VS Code REST Client extension.

Can I generate VS Code REST Client files from Express or Next.js routes?

Yes, you can generate REST Client files from Express, Next.js, and Fastify API route definitions. The Skill parses your backend framework metadata to produce structured request files for testing.

What's the best way to automate creating HTTP request files with authentication variables?

Automating HTTP request file creation involves extracting route definitions and configuring variables, environments, and authentication setups. The Skill generates these files automatically, saving manual configuration time for API testing.

Do I need the REST Client extension to use generated .http files?

Yes, the generated .http files are designed for the VS Code REST Client extension. You need the extension installed in your editor to execute and test the organized API request files directly.

Does .http file generation support request bodies and parameters?

Yes, .http file generation supports extracting and including request bodies and parameters from your API route metadata. The generated files contain complete request configurations needed for thorough API testing.