From reqweave
Generate ready-to-import API test collections for every API client (Postman, OpenAPI 3.1, Insomnia, Bruno, Hoppscotch, Thunder Client, .http) directly from a service codebase, with exhaustive request variants per endpoint (happy path, boundaries, invalid input, per-status, auth). Use when the user wants to create or import API requests, build a Postman collection, generate an OpenAPI spec from code, exercise/test all endpoints of a service, or turn ASP.NET Core (.NET) controllers into importable API collections without hand-building requests.
How this skill is triggered — by the user, by Claude, or both
Slash command
/reqweave:reqweaveThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Point reqweave at a service codebase; it reads the endpoints and emits native,
Point reqweave at a service codebase; it reads the endpoints and emits native, ready-to-import collections for every major API client — covering not one request per endpoint but a bounded-but-thorough set of variants (required- only, all-optional, boundary/invalid values, one per response status, and unauthorized). No hand-building requests; no drift from the code.
.http).{{placeholders}}; secrets live in per-tool environment templates with blank values. Tell the user to fill them locally and keep them out of git.# all tools, standard depth, into ./reqweave-out
npx reqweave generate ./path/to/service --out ./reqweave-out --tools all --depth standard
Then import the generated files (see workflows/importing.md).
--ir <file>.workflows/generate.md — the main generate flow, flags, and outputs.workflows/choosing-depth.md — pick minimal | standard | exhaustive.workflows/secure-auth.md — auth placeholders, env templates, keeping secrets safe.workflows/importing.md — per-tool import steps.workflows/inspect.md — list endpoints and explain the variants before generating.Postman v2.1, OpenAPI 3.1, Insomnia v4, Bruno, Hoppscotch, Thunder Client, .http (REST Client / JetBrains) — each with a matching environment template.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub aks-builds/reqweave --plugin reqweave