ClaudeSuperPower

add

Skill

Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any

Install

git clone https://github.com/get-convex/convex-backend-skill.git ~/.claude/skills/add

What is add?

Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedures (billing, crons, auth, agent, search, …); falls back to built-in hosting or @convex-dev component search. TRIGGER when the user runs /add, or asks to add hosting/publishing or any backend capability to an existing Convex app.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~87 tokens of context used while enabled, before you invoke anything

Documentation

README · ~2 min read

Add a capability (/add )

The user wants to add <capability> to the existing Convex app. Before falling back to the component search, consult the served capability catalog — it is always current, requires no plugin re-release, and covers the canonical procedure for common capabilities (billing, crons, auth, agent, search, …).

Run from the project root.

Step 1 — consult the served capability catalog

B="https://basic-anteater-667.convex.site"
CAP="<capability>"   # the text after /add

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.