clerk-backend-api

Installation
SKILL.md

Options context

User Prompt: $ARGUMENTS

CRITICAL: Mandatory checks before EVERY write request

Before ANY POST / PATCH / PUT / DELETE, you MUST do ALL of the following in your response:

  1. Check CLERK_SECRET_KEY — verify it is set:

    echo $CLERK_SECRET_KEY | head -c 10
    

    If empty, stop and ask the user. Do not proceed without a valid key.

  2. Check CLERK_BAPI_SCOPES — run:

    echo $CLERK_BAPI_SCOPES
    

    Inspect the output. If scopes are missing or do not include the required write permission, tell the user: "This is a write operation and your current scopes may not allow it. Rerun with --admin to bypass?" Do NOT attempt the request and fail — ask first.

Related skills

More from midudev/autoskills

Installs
9
GitHub Stars
5.4K
First Seen
10 days ago