Skip to main content
get-convex
GitHub クリエイタープロフィール

get-convex

13 件の GitHub リポジトリにある 74 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
74
リポジトリ
13
更新
2026年9月4日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
convex-codex-plugin
19 件の skills · 2026年8月28日
ソフトウェア開発者その他コンピュータ職ウェブ開発者ソフトウェア品質保証アナリスト・テスター
4 件の職業カテゴリ · 100% 分類済み
26%比率
#02
convex-backend-skill
17 件の skills · 2026年8月28日
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスター情報セキュリティアナリスト
4 件の職業カテゴリ · 82% 分類済み
23%比率
#03
convex-backend
10 件の skills · 2026年8月8日
ソフトウェア開発者データベースアーキテクト
2 件の職業カテゴリ · 100% 分類済み
14%比率
#04
convex-evals
6 件の skills · 2026年3月24日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者
2 件の職業カテゴリ · 100% 分類済み
8.1%比率
#05
agent-skills
6 件の skills · 2026年9月4日
ソフトウェア開発者
1 件の職業カテゴリ · 17% 分類済み
8.1%比率
#06
convex-kimi-plugin
5 件の skills · 2026年8月28日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者ネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 60% 分類済み
6.8%比率
#07
convex-helpers
2 件の skills · 2026年4月16日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.7%比率
#08
templates
2 件の skills · 2026年8月4日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
2.7%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

convex-expert
ソフトウェア開発者

Convex backend rules — consult this whenever writing or editing any code inside a convex/ directory (schemas, queries, mutations, actions, HTTP endpoints, crons, file storage, auth, component installation). TRIGGER before touching convex/ functions, so the…

2026年8月28日
labs-quickstart
ウェブ開発者

LABS — the FULL Convex quickstart experience: scaffold a running Next.js + shadcn app from one sentence with passkey (WebAuthn) sign-in and a live in-app Chef feedback panel pre-baked, build the idea live, then PUBLISH it to a public https://<app>.convex.app…

2026年8月28日
quickstart
ウェブ開発者

Scaffold a running Next.js + shadcn Convex app from one sentence — convex dev + next dev already running — then build the idea live (runs locally). TRIGGER when the user wants to START a new Convex app from scratch — e.g. they ran $quickstart, said 'scaffold…

2026年8月28日
agent
ソフトウェア開発者

Build an AI agent / RAG feature on Convex (@convex-dev/agent: threads, tools, vector search). TRIGGER on an AI-agent/chatbot/RAG request.

2026年8月27日
workflow
ソフトウェア開発者

Build a durable multi-step pipeline on Convex where each step runs in order and is retried independently on failure (transcribe→summarize→email, ETL, order fulfillment, any 'do A then B then C, retry each' job). Use @convex-dev/workflow — do NOT hand-roll a…

2026年7月22日
improve-convex-plugin
その他コンピュータ職

Send THIS Codex session's transcript to the Convex quickstart backend for an AI post-mortem that improves the whole system (runbook, bootstrap, skills). TRIGGER when the user runs $improve-convex-plugin, or after a quickstart build says 'send feedback',…

2026年7月16日
quickstart-improve
その他コンピュータ職

Backward-compatible alias for improve-convex-plugin. Send THIS Codex session's transcript to the Convex quickstart backend for an AI post-mortem that improves the whole system. TRIGGER when the user runs $quickstart-improve (the former name of…

2026年7月16日
auth
ソフトウェア開発者

Add sign-in (passkeys by default, OAuth/password optional) to the current Convex app, wired correctly incl. auth.config.ts. TRIGGER on a login/auth request for an existing app.

2026年7月15日
収集済み skill 19 件中 8 件を表示しています。
design
未分類

Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, indexes, auth, file storage, scheduling, real-time multiplayer, mobile backends, and LLM/agent workflows on Convex's one-platform stack.

2026年8月28日
labs-quickstart
未分類

LABS — the FULL Convex quickstart: scaffold a Next.js + shadcn app from one sentence with passkey sign-in and an in-app feedback panel pre-baked, build it live, then PUBLISH to a public convex.app URL (with the user's confirmation).

2026年8月28日
quickstart
未分類

Scaffold a brand-new Convex app from a one-sentence idea and build it live — a running Next.js + shadcn app with `convex dev` + `next dev` and error watchers already armed, going from idea to running app in under a minute (locally).

2026年8月28日
convex-authz
情報セキュリティアナリスト

Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, public queries leaking data by a client-supplied id, and writes into a parent/container the caller doesn't own. Scans for the 4 shapes,…

2026年8月28日
suggest
ソフトウェア開発者

Proactively suggest the right Convex component when the user hand-rolls what already exists: setInterval polling → crons, counter increments → sharded-counter, .collect() counts → aggregate, email → resend, DB-counter rate limiting → rate-limiter, uploads →…

2026年8月28日
agent
ソフトウェア開発者

Add an AI agent / chatbot / RAG backend on Convex with @convex-dev/agent (durable threads, messages, tools, vector search). TRIGGER when the user wants an AI assistant/chatbot/agent or 'chat with my docs' feature. Calls models through the Convex AI Gateway —…

2026年8月27日
workflow
ソフトウェア開発者

Build a durable multi-step pipeline on Convex where each step runs in order and is retried independently on failure (transcribe→summarize→email, ETL, order fulfillment, any 'do A then B then C, retry each' job). Use @convex-dev/workflow — do NOT hand-roll a…

2026年7月22日
auth
ソフトウェア開発者

Add authentication to the current Convex + web app — passkeys by default (OAuth/password optional), wired end to end incl. the auth.config.ts that's the #1 auth footgun. TRIGGER when the user wants login / sign-in / accounts / passkeys / OAuth for an existing…

2026年7月15日
収集済み skill 17 件中 8 件を表示しています。
convex-create-component
ソフトウェア開発者

Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own…

2026年8月8日
convex-create-component
ソフトウェア開発者

Designs and builds Convex components with isolated tables, clear boundaries, and app-facing wrappers. Use this skill when creating a new Convex component, extracting reusable backend logic into a component, building a third-party integration that owns its own…

2026年8月8日
convex-quickstart
ソフトウェア開発者

Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend,…

2026年6月30日
convex-migration-helper
データベースアーキテクト

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or…

2026年4月14日
convex-performance-audit
ソフトウェア開発者

Audits and optimizes Convex application performance across hot-path reads, write contention, subscription cost, and function limits. Use this skill when a Convex feature is slow or expensive, npx convex insights shows high bytes or documents read, OCC…

2026年4月14日
convex-quickstart
ソフトウェア開発者

Initializes a new Convex project from scratch or adds Convex to an existing app. Use this skill when starting a new project with Convex, scaffolding with npm create convex@latest, adding Convex to an existing React, Next.js, Vue, Svelte, or other frontend,…

2026年4月14日
convex-setup-auth
ソフトウェア開発者

Sets up Convex authentication with user management, identity mapping, and access control. Use this skill when adding login or signup to a Convex app, configuring Convex Auth, Clerk, WorkOS AuthKit, Auth0, or custom JWT providers, wiring auth.config.ts,…

2026年4月14日
convex-migration-helper
データベースアーキテクト

Plans and executes safe Convex schema and data migrations using the widen-migrate-narrow workflow and the @convex-dev/migrations component. Use this skill when a deployment fails schema validation, existing documents need backfilling, fields need adding or…

2026年4月14日
収集済み skill 10 件中 8 件を表示しています。
add-eval
ソフトウェア開発者

Design, implement, validate, and calibrate a new eval for the convex-evals suite. Use when the user wants to add a new eval, create an eval, test a new Convex concept, or expand eval coverage.

2026年3月24日
add-model
ソフトウェア開発者

Add a new AI model to the eval runner, update the manual eval workflow, push changes, and trigger baseline eval runs. Use when the user wants to add a new model, onboard a model, or mentions a new model name/link to add to the leaderboard.

2026年3月13日
analyze-eval
ソフトウェア品質保証アナリスト・テスター

Investigate a single failing eval from the convex-evals system. Use when the user shares a visualizer URL pointing to a specific eval, asks about a specific failing eval, or references a specific eval ID.

2026年2月27日
analyze-run
ソフトウェア品質保証アナリスト・テスター

Analyze all failures in a convex-evals run, spawning parallel sub-agents to investigate each failure and producing a report with classifications and recommendations. Use when the user asks to analyze an entire run, review all failures in a run, or wants to…

2026年2月27日
validate-guidelines
ソフトウェア品質保証アナリスト・テスター

Empirically verify guideline changes by running before/after eval runs across multiple models and ensuring no regressions. Use when proposing or reviewing changes to runner/models/guidelines.ts, or when the user asks to validate guidelines.

2026年2月27日
analyze-ablation
ソフトウェア品質保証アナリスト・テスター

Analyze guideline ablation experiment results to determine which guideline sections are essential, marginal, or dispensable. Use when the user asks to analyze ablation results, interpret guideline compaction data, or wants to know which guidelines to keep for…

2026年2月18日
convex-authz
未分類

Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks, public queries leaking PII/financial data by a client-supplied id, and writes into a parent/container the caller doesn't own — the single…

2026年8月28日
convex-expert
未分類

Convex backend rules — consult this whenever writing or editing any code inside a convex/ directory (schemas, queries, mutations, actions, HTTP endpoints, crons, file storage, auth, component installation). TRIGGER before touching convex/ functions, so the…

2026年8月28日
check-updates
ソフトウェア開発者

Check the CURRENT Convex app's pinned components against the latest recommended versions and offer to upgrade them — e.g. the passkey auth component's new email-first sign-in. TRIGGER when the user runs /check-updates or $check-updates, asks 'are my…

2026年7月22日
convex-reviewer
ソフトウェア品質保証アナリスト・テスター

Review Convex code for security, auth, validators, performance, and best practices. TRIGGER when the user asks to review/audit Convex code, or after writing convex/ functions you want checked. Applies the Convex-specific review checklist (auth checks,…

2026年7月22日
domains
ネットワーク・コンピュータシステム管理者

Wire a domain the user ALREADY OWNS (GoDaddy/Namecheap/Cloudflare/…) to their Convex app: exact DNS records, custom-domain attachment, auth-origin rebind. TRIGGER when the user owns a domain and wants it pointing at their app ('point my domain at this', 'use…

2026年7月22日
13 件中 12 件のリポジトリを表示