Skip to main content
Back to registry

convex-component-authoring

waynesutton/convexskills

Create self-contained, reusable Convex components with proper isolation, exports, and dependency management for sharing across projects.

Installs734
Install command
npx skills add https://github.com/waynesutton/convexskills --skill convex-component-authoring
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Create self-contained, reusable Convex components with proper isolation, exports, and dependency management for sharing across projects. Before implementing, do not assume; fetch the latest documentation: Convex components are self-contained packages that include: - Primary: - Component Authoring: - For broader context: - Database tables (isolated from the main app) - Functions (queries, mutations, actions) - TypeScript types and validators - Optional frontend hooks - Never run npx convex deploy unless explicitly instructed - Never run any git commands unless explicitly instructed - Keep component tables isolated (don't reference main app tables) - Export clear TypeScript types for consumers - Document all public functions and their arguments - Use semantic versioning for component releases - Include comprehensive README with examples - Test components in isolation before publishing - Cross-referencing tables - Component tables should be self-contained - Missing type exports - Export all necessary types - Hardcoded configuration - Use component options for customization - No versioning - Follow semantic versioning - Poor documentation - Document all public APIs - Convex Documentation: - Convex LLMs.txt: - Components: - Component Authoring:

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does convex-component-authoring do?

Create self-contained, reusable Convex components with proper isolation, exports, and dependency management for sharing across projects.

Is convex-component-authoring good?

convex-component-authoring does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does convex-component-authoring work with?

convex-component-authoring currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to convex-component-authoring?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install convex-component-authoring?

npx skills add https://github.com/waynesutton/convexskills --skill convex-component-authoring

Related skills

More from waynesutton/convexskills

Related skills

Alternatives in Software Engineering