bruno-new-endpoint
Installation
SKILL.md
New Endpoint
Infer the target API and operation from the conversation context. If not clear, ask: "Which API and endpoint should I create a Bruno request for?"
- Use WebFetch (or context7) to fetch API documentation — extract endpoint path, HTTP method, required headers, request body schema, and auth type.
- Find existing Bruno request
.brufiles in the project and read a few to understand local conventions (variable naming, auth style,seqnumbering). - Place the request so the tree under
bruno/api/mirrors the endpoint's URL path, grouped by resource, and name the file<verb>-<noun>.bru. For examplePOST /api/webhook/orders→bruno/api/webhook/create-order.bru. - Invoke the
/brunoskill to create the.brufile. Include realistic placeholder values in the request body.