convex-create-component
Create reusable Convex components with clear architectural boundaries and defined public APIs.
Install
npx skills add https://github.com/get-convex/agent-skills --skill convex-create-componentStats
| Total installs | 8,537 |
| Weekly installs | 8.5K |
| GitHub stars | 16 |
| First seen | 12 days ago |
| Source | @get-convex/agent-skills |
Summary
- Supports three component shapes: local (single-app), packaged (npm), and hybrid (both), with a decision tree to choose the right fit
- Enforces architectural boundaries: components own their tables and functions, while the app handles authentication, environment access, and client-facing wrappers
- Provides a complete workflow from planning (tables, public API, data flow) through implementation, wiring with app.use(...), and validation via npx convex dev
- Includes patterns for authentication handoff, ID passing across boundaries, function handles for callbacks, and class-based client wrappers for published components
Tags
Related skills
| Skill | Installs | vs convex-create-component |
|---|---|---|
| sql-code-review | 7,959 | -578 |
| nuxt | 8,972 | +435 |
| vitest | 10,256 | +1,719 |
| nextjs-app-router-patterns | 10,383 | +1,846 |
| python-mcp-server-generator | 7,868 | -669 |
FAQ
- How many installs does convex-create-component have?
- convex-create-component has 8,537 total installs and 8.5K installs this week.
- Where is convex-create-component hosted?
- convex-create-component is published by @get-convex/agent-skills at https://github.com/get-convex/agent-skills.
- How many GitHub stars does convex-create-component have?
- convex-create-component has 16 GitHub stars.
- When was convex-create-component first indexed?
- OrangeBot.AI first indexed convex-create-component on 12 days ago.
- How do I install convex-create-component?
- Run: npx skills add https://github.com/get-convex/agent-skills --skill convex-create-component