بنقرة واحدة
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.