一键导入
bruno-new-endpoint
Create a new Bruno API endpoint file from API documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new Bruno API endpoint file from API documentation
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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.