bruno-collection-generator

Generate Bruno collections with bruno.json manifests, environments, and .bru files from API routes.

Updated Jan 21, 2026
One-click install
npx skills add https://github.com/vecear/Nipponverb --skill bruno-collection-generator-vecear
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bruno-collection-generator
Source: https://github.com/vecear/Nipponverb/tree/main/.claude/skills/bruno-collection-generator
Command: npx skills add https://github.com/vecear/Nipponverb --skill bruno-collection-generator-vecear

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates Bruno collection creation from API routes by generating a complete Bruno project structure, including manifests, environments, and resource folders to enable ready-to-run API testing with Bruno.

Core Features & Use Cases

  • Generate a bruno.json manifest and structured environments for Development, Staging, and Production.
  • Organize API routes into resource folders with per-route .bru files for consistent testing and sharing.
  • Support Express, Next.js, Fastify, and other frameworks to streamline API testing workflows.
  • Ideal for API testing, documentation, and Git-friendly collaboration.

Quick Start

Run the Bruno collection generator against your API routes to produce a ready-to-use Bruno project.

Frequently Asked Questions about bruno-collection-generator

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

FAQPage Schema
How do I generate a Bruno collection from existing API routes?

You can generate a Bruno collection by running an automated generator against your API routes to produce a complete project structure, including the bruno.json manifest, environment files, and resource folders with per-route .bru files.

Can I generate Bruno environment files for Development, Staging, and Production?

Yes, generating Bruno environment files for Development, Staging, and Production is supported. The generator creates structured environment configurations alongside the bruno.json manifest to enable ready-to-run API testing across different deployment stages.

Does the Bruno collection generator work with Express, Next.js, and Fastify routes?

Yes, the Bruno collection generator works with Express, Next.js, and Fastify routes. It supports these frameworks to parse your API routes and automatically scaffold the corresponding Bruno collection files and folder structures.

What is the best way to organize Bruno API testing files by resource?

The best way to organize Bruno API testing files by resource is to group routes into dedicated resource folders with individual per-route .bru files. This structure ensures consistent testing, sharing, and Git-friendly collaboration.

Can I add authentication scaffolding automatically when creating a Bruno collection?

Yes, you can add optional authentication scaffolding automatically when creating a Bruno collection. The generator includes this feature to help you quickly set up secured API testing workflows without manual configuration.