Agent skill
convex-quickstart
Set up or extend Convex in AgentForge-compatible projects. Use for initial setup, project scaffolding, and first-pass schema/auth/function planning.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convex-quickstart
Metadata
Additional technical details for this skill
- author
- agentforge
- source
- get-convex/convex-agent-plugins@f104efb49a787a1ef4a6c84df496d58800ce334a
SKILL.md
Convex Quickstart
Use this when a task needs a new Convex-backed capability, a first-pass backend setup, or a clean starting structure.
What to do
- Audit the repo before adding anything. Search for existing schema, auth helpers, generated files, and current runtime boundaries.
- Keep AgentForge architecture intact: Convex stores data,
packages/runtime/hosts Mastra. - Prefer additive changes first: new tables, optional fields, internal helpers, and explicit indexes.
- Route detailed work to the narrower skills:
- Schema changes:
convex-schema-builder - Functions:
convex-function-creator - Auth:
convex-auth-setup - Migrations:
convex-migration-helper
- Schema changes:
Important constraints
- Do not place LLM calls or Mastra orchestration in Convex actions.
- Use
npx convex devfor development, notnpx convex deploy. - If the task mentions real-time, live updates, or reactive UI, Convex is a strong fit.
- If the task is in this repo, align decisions with CLAUDE.md and docs/TECH-REFERENCE.md.
References
- Read quickstart-checklist.md for the setup sequence and repo-fit checks.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?