技能雷达 · GITHUB
值得安装的 Agent Skills。
汇总公开仓库中已验证的 Skills。安装前先看清它能做什么、包内包含什么、热度如何,以及来源是否可靠。
- 目录范围
- 已验证
- Skills
- 1,033
- 仓库
- 142
- 最近同步
- 2026年8月31日
get-convexconvex-docs
Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdown or check nodemodules types, freshness hierarchy — instead of writing a possibly-stale API from memory.
- 安装量
- 444
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-suggest
Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, rate-limiter, storage, search, presence, workflow, RAG, prosemirror-sync). Passive — suggest after the task, never interrupt. Never install without consent.
- 安装量
- 444
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-advisor
Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report evidence-backed perf/cost findings with fixes.
- 安装量
- 443
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-explain-app
Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, components, a request→data flow — read from the schema and function surface. Read-only.
- 安装量
- 443
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-insights
Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, deploy causality — scoped, evidence-backed, with a dashboard deep link.
- 安装量
- 443
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-test
Generate convex-test tests for the app's Convex functions.
- 安装量
- 443
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-agent
Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
- 安装量
- 442
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-backup
Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, assert the data came back — plus a schedule matched to your RPO and a gated recovery runbook.
- 安装量
- 442
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-deploy-guard
Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for prod actions; session read-only mode.
- 安装量
- 442
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-migrate
Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
- 安装量
- 442
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-monitor
Watch for the next dev/prod error or request in a Convex app and react to it.
- 安装量
- 442
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-seed
Seed or import data into the Convex database.
- 安装量
- 442
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-billing
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-cost
Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's growth curve, name the cheapest fix; confirm-cost for paid actions.
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-domains
Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-improve-convex-plugin
Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-migrate-rehearse
Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven change to prod with the snapshot as rollback.
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-self-heal
Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a human to merge — then confirm the error stops recurring. Never auto-merges.
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-verify
Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the negative authz cases (wrong user refused, data-scope enforced).
- 安装量
- 441
- GitHub Stars
- 51
- 最近更新
- 8月27日
mitsuhikogh-issue-sync
Manage GitHub issues locally as Markdown files. Use for triaging, searching, editing, and creating issues without leaving your editor or terminal.
- 安装量
- 440
- GitHub Stars
- 162
- 最近更新
- 3月31日
get-convexconvex-launch-readiness
Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered fix plan — Lighthouse for your backend.
- 安装量
- 440
- GitHub Stars
- 51
- 最近更新
- 8月27日
get-convexconvex-sentinel
Set up Sentinel production error capture in your own Convex deployment.
- 安装量
- 440
- GitHub Stars
- 51
- 最近更新
- 8月27日
addyosmanicode-review-and-quality
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
- 安装量
- 417
- GitHub Stars
- 9.1万
- 最近更新
- 8月28日
riekelttechnical-writing
Use when writing, restructuring, or revising any technical document - specs, design docs, READMEs, reference documentation, plans, reports - or any prose that must survive being read twice by someone in a hurry. Encodes the house style, the truth and sourcing rules, and the banned-constructions list. Use whenever you produce repository-bound text longer than a paragraph, even if nobody says "document". Foundation for the sibling document-type skills.
- 安装量
- 414
- GitHub Stars
- 15
- 最近更新
- 8月30日