·components-guide
</>

components-guide

Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.

90Installs·13Trend·@get-convex

Installation

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

How to Install components-guide

Quickly install components-guide AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/get-convex/agent-skills --skill components-guide
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: get-convex/agent-skills.

SKILL.md

View raw

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

Think of them as: npm packages for your backend, or microservices without the deployment complexity.

Components can't call each other directly. If you need this, they should be in the main app or refactor the design.

Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code. Source: get-convex/agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/get-convex/agent-skills --skill components-guide
Category
</>Dev Tools
Verified
First Seen
2026-02-24
Updated
2026-03-10

Browse more skills from get-convex/agent-skills

Quick answers

What is components-guide?

Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code. Source: get-convex/agent-skills.

How do I install components-guide?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/get-convex/agent-skills --skill components-guide Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/get-convex/agent-skills