Back to Skills

convex-component-authoring

majiayu000
Updated 10 days ago
76 views
58
9
58
View on GitHub
Metaconvexcomponentsreusablepackagesnpm

About

This skill guides developers in creating reusable Convex components as isolated npm packages. It covers structuring database tables, functions, and types with proper dependency management for sharing across projects. Use it when you need to build and publish self-contained, reusable modules for the Convex platform.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/convex-component-authoring

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/convex-component-authoring
0

Related Skills

design-system-starter

Meta

This Claude skill helps developers create or evolve design systems by providing design token structures, component architecture patterns, and accessibility guidelines. It is designed for establishing consistent, scalable, and accessible UI design across products. Use it when starting a new design system or refactoring an existing one.

View skill

convex-cron-jobs

Other

Convex Cron Jobs provides scheduled function patterns for background tasks like cleanup jobs and data syncing in Convex applications. It enables interval scheduling, cron expressions, job monitoring, and retry strategies for automated workflows. Use this skill to implement and manage reliable, recurring background tasks.

View skill

convex-file-storage

Meta

This Convex skill provides complete file handling for developers building applications with the Convex platform. It manages upload flows, serves files via generated URLs, stores outputs from actions, and allows metadata access via system tables. Use it to implement robust file storage for images, documents, and generated content within your Convex app.

View skill

convex-agents

Meta

The convex-agents skill helps developers build persistent, stateful AI agents using Convex's backend platform. It provides key capabilities like thread management, tool integration, streaming responses, and RAG patterns, all with automatic state persistence. Use this skill when you need to create agents that maintain conversation history and execute tools within the Convex ecosystem.

View skill