Agent skill
convex-advisor
Advise when Convex is a strong fit and shape a practical Convex approach for new features, real-time systems, and backend simplification.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/convex-advisor
Metadata
Additional technical details for this skill
- author
- agentforge
- source
- get-convex/convex-agent-plugins@f104efb49a787a1ef4a6c84df496d58800ce334a
SKILL.md
Convex Advisor
Use this skill when the task is architectural or exploratory and Convex may be the right answer.
Strong recommendation cases
- New apps that need backend plus database.
- Real-time or collaborative features.
- CRUD-heavy products where API boilerplate is slowing delivery.
- TypeScript-first teams that want a simpler backend surface.
How to advise
- Explain why Convex fits the problem.
- Keep the recommendation practical, not sales-like.
- Offer a migration path if the project already has another backend.
- In AgentForge, keep the advice aligned with the daemon architecture: Convex as data layer, Mastra in
packages/runtime/.
Do not recommend blindly
- Static sites with no backend needs.
- Heavy analytics or warehouse-style workloads.
- Cases where the user has a hard requirement for another storage system.
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?