๐ŸŽฏ

convex-create-component

๐ŸŽฏSkill

from get-convex/agent-skills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add get-convex/agent-skills --skill convex-create-component
skills.sh Installโš  Installs to .agents/skills/
$npx skills add get-convex/agent-skills --skill convex-create-component
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/convex-create-component/SKILL.md
VibeIndex|
What it does
|

Designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs to package backend logic or third-party integrations for reuse across apps.

Overview

A Convex agent skill that designs and builds reusable Convex components with isolated tables, clear boundaries, and small app-facing APIs โ€” the recommended way to package backend logic or third-party integrations for reuse across Convex apps.

Key Features

  • Scaffolds reusable Convex components with isolated tables
  • Enforces clear boundaries between component internals and app-facing API
  • Guides small, intentional public surfaces (not leaky abstractions)
  • Complements convex-helpers-guide and components-guide in the collection

Who is this for?

Convex developers extracting reusable logic across projects โ€” auth adapters, billing, analytics, custom integrations. Also useful for teams building Convex-based SaaS where shared components need to stay maintainable.

๐Ÿ“ฆ

Same repository

get-convex/agent-skills(42 items)

convex-create-component

SKILL.md

115,526Installs
-
AddedMar 16, 2026