with one click
bruno-new-endpoint
Create a new Bruno API endpoint file from API documentation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a new Bruno API endpoint file from API documentation
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | bruno-new-endpoint |
| description | Create a new Bruno API endpoint file from API documentation |
| disable-model-invocation | true |
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?"
.bru files in the project and read a few to understand local conventions (variable naming, auth style, seq numbering).bruno/api/ mirrors the endpoint's URL path, grouped by resource, and name the file <verb>-<noun>.bru. For example POST /api/webhook/orders โ bruno/api/webhook/create-order.bru./bruno skill to create the .bru file. Include realistic placeholder values in the request body.Create and manage Bruno API collections in the Bru Lang (.bru) format โ adding a request, creating an environment, writing pre/post scripts, or scaffolding a collection. Triggers: "add Bruno request", "Bruno collection", "write a .bru", "Bru Lang".
AWS service-specific best practices and configuration rules. Use when making decisions about SSM Parameter Store, SQS consumer types, Lambda function structure, or SAM template conventions.
AWS serverless architecture patterns for webhooks, event routing, SQS/Lambda pipelines, and microservices. Use when designing webhook ingestion, adding SQS queues, wiring Lambda consumers, deciding between FIFO vs standard queues, reviewing event-driven architecture, or structuring Python Lambda microservice directories.
Composition skill which invokes sub-skills for python tasks. It is a meta-skill that orchestrates the use of other coding-related skills.