All skills

extract-errors

Official
by Api.AirforcePrepends a system promptFrontend Development000 uses245,400

Use when adding new error messages to React, or seeing "unknown error code" warnings.

open-sourceclaude-codefrontend-developmentfacebook
Share

What this skill does

When applied, it prepends a system prompt before your request is sent — no extra calls and no change to how you are billed beyond the added tokens.

---
name: extract-errors
description: Use when adding new error messages to React, or seeing "unknown error code" warnings.
---

# Extract Error Codes

## Instructions

1. Run `yarn extract-errors`
2. Report if any new errors need codes assigned
3. Check if error codes are up to date

Use this skill

Per request

Add a "skill" field with the skill’s ID to your chat completion request. It is applied server-side before your prompt is sent — no extra calls.

{
  "model": "gpt-4o-mini",
  "skill": "imp-95d1306f-3cdc-4ebe-9e9d-83bd93a1d55b",
  "messages": [{ "role": "user", "content": "…" }]
}
Always on — no field to send

Install the skill, enable it in your dashboard and (optionally) limit it to specific models. It then applies automatically to every matching request — with no "skill" field to send each time.

Set it up in your dashboard