better-convex
Better Convex Core Skill (80% Path)
Use this file first for everyday feature delivery in an already configured better-convex app.
- If setup/bootstrap/env/auth wiring or project structure mirroring is missing, use
references/setup/index.md(then the relevant setup file). - If the task is advanced or niche, load only the specific feature reference listed at the end.
Scope
In scope:
- Add or update schema tables, indexes, relations, and triggers.
- Implement cRPC procedures (
query,mutation,action,httpAction) with runtime auth + rate limits. - Implement feature UI with
useCRPC()+ TanStack Query. - Add minimal high-value tests for auth, errors, and side effects.
Out of scope:
More from derek-x-wang/skills
life-os
>
10convex
Build full-stack TypeScript applications with Convex - a reactive backend-as-a-service with real-time database, serverless functions, and automatic caching. Use when working with Convex projects, writing queries/mutations/actions, defining schemas, using the Convex CLI, or integrating Convex with React/Next.js/Node.js applications.
4manage-my-skills
Manage, update, and install personal agent skills from Derek-X-Wang/skills. Use when the user wants to create, edit, update, or install skills. Handles the full workflow — edit locally, commit, push, then npx skills install.
3cmux-team
Run a Claude Code agent team inside a cmux claude-teams session. Use when the current session was launched via `cmux claude-teams` and you want to spawn teammates that surface as separate cmux panels. Covers detection, the spawn → coordinate → shutdown contract, and a mode index — pick the matching `modes/<mode>.md` for the topology you actually want (feature build, AFK runner, parallel AFK runners, structured debate, parallel research).
3repo-knowledge-share
Cross-project knowledge sharing. Catalogs features and tech stacks across repos so you can reuse implementations. Use when building a feature that another project might already have, when the user asks "has any project done X?", or says "scan this project" / "update knowledge". Also triggers automatically on any invocation if the current project's knowledge is stale (>7 days since last scan).
3team-harness
Kick off a Claude Code agent team for feature development or debugging. Uses parallel teammates (engineer, dev-environment watcher, QA tester) that communicate and loop on errors autonomously. Use when the user says "start a team", "team build", "team debug", wants parallel agents that talk to each other, or needs a dev/test/fix loop.
2