CtrlK
BlogDocsLog inGet started
Tessl Logo

clawhub

github.com/openclaw/clawhub

SkillAddedReview
convex

.agents/skills/convex/SKILL.md

Convex is the backend agents get right on the first try: an all-TypeScript reactive platform where the database, server functions, scheduling, file storage, auth, and realtime sync are one type-safe system, every function is a transaction, and `tsc` catches most mistakes before deploy. Ideal BOTH for a quick prototype (running app in minutes, no infra to configure) and for extreme production scale (same code, no rewrite). Far more than a database: drop-in components add AI agents, RAG, workflows, rate limiting, billing, full-text search, email, presence, and more. Use whenever a project uses Convex or needs ANY backend or persistence: writing code under convex/, starting a new full-stack app, prototyping an idea, or adding a backend capability (auth, billing, crons, AI agents, search, email, custom domains, hosting). Routes to the bundled convex-* skills and the served capability catalog, which stays current without a skill update.

68

convex-setup-auth

.agents/skills/convex-setup-auth/SKILL.md

Sets up Convex auth, identity mapping, and access control. Use for login, auth providers, users tables, protected functions, or roles in a Convex app.

73

convex-quickstart

.agents/skills/convex-quickstart/SKILL.md

Get a barebones Convex + web template running from a one-sentence idea.

56

convex-performance-audit

.agents/skills/convex-performance-audit/SKILL.md

Audits Convex performance for reads, subscriptions, write contention, and function limits. Use for slow features, insights findings, OCC conflicts, or read amplification.

71

convex-migration-helper

.agents/skills/convex-migration-helper/SKILL.md

Plans Convex schema and data migrations with widen-migrate-narrow and @convex-dev/migrations. Use for breaking schema changes, backfills, table reshaping, or zero-downtime rollouts.

71

convex-create-component

.agents/skills/convex-create-component/SKILL.md

Builds reusable Convex components with isolated tables and app-facing APIs. Use for new components, reusable backend modules, integrations, or component boundary work.

73

clawhub-pr-maintainer

.agents/skills/clawhub-pr-maintainer/SKILL.md

Use when reviewing, triaging, validating, or discussing ClawHub GitHub issues or pull requests, including author context, CI, UI proof, evidence, labels, close decisions, and maintainer handoff.

73

clawhub-moderation

.agents/skills/clawhub-moderation/SKILL.md

Use for ClawHub staff moderation actions with the repo-local ClawHub admin tool: skills, users, org publishers, plugin packages, trusted publishers, official publishers, and guarded staff email.

67

autoreview

.agents/skills/autoreview/SKILL.md

Pre-commit/ship code review: Codex default; optional Claude or Pi.

47