Skip to main content
Back to registry

components-guide

get-convex/agent-skills

Use components to encapsulate features and build maintainable, reusable backends.

Installs481
Install command
npx skills add https://github.com/get-convex/agent-skills --skill components-guide
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Use components to encapsulate features and build maintainable, reusable backends. Components are self-contained mini-backends that bundle: Think of them as: npm packages for your backend, or microservices without the deployment complexity. Multiple components working together at the same level: Browse Component Directory : Good reasons: Not good reasons: Components can't call each other directly. If you need this, they should be in the main app or refactor the design. Each component does ONE thing well: Include README with: - Their own database schema - Their own functions (queries, mutations, actions) - Their own data (isolated tables) - Clear API boundaries - @convex-dev/better-auth - Better Auth integration - @convex-dev/r2 - Cloudflare R2 file storage - @convex-dev/storage - File upload/download - @convex-dev/polar - Polar billing & subscriptions - @convex-dev/agent - AI agent workflows - @convex-dev/embeddings - Vector storage & search - @convex-dev/ratelimiter - Rate limiting - @convex-dev/aggregate - Data aggregations - @convex-dev/action-cache - Cache action results - @convex-dev/sharded-counter - Distributed counters - @convex-dev/migrations - Schema migrations - @convex-dev/workflow - Workflow orchestration - Feature is self-contained - You'll reuse it across projects - Want to share with team/community - Complex feature with its own data model - Third-party...

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 components-guide do?

Use components to encapsulate features and build maintainable, reusable backends.

Is components-guide good?

components-guide does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does components-guide work with?

components-guide currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to components-guide?

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

How do I install components-guide?

npx skills add https://github.com/get-convex/agent-skills --skill components-guide

Related skills

More from get-convex/agent-skills

Related skills

Alternatives in Software Engineering