Convex Component Authoring teaches developers how to create self-contained, reusable Convex components with isolated database tables, functions, and TypeScript types that can be shared across projects. It's designed for backend developers building packages on the Convex platform who need to properly structure, export, and manage dependencies in component modules. The skill solves the problem of packaging Convex functionality (queries, mutations, actions, and schemas) into shareable, production-ready components with proper isolation and API boundaries.
npx skills add https://github.com/waynesutton/convexskills --skill convex-component-authoring