SkillsAdd

Install skills for AI.
Extend your AI agent.

A local directory of open agent skills — ranked, searchable, and one command away.

Catalog324,895
Summaries320,711
With docs109,090
Ranked9,730

Topics

All topics
#
Skill
Source
8W Activity
Installs
986
convex-auth Add authentication (passkeys/OAuth) to the current Convex app, including the auth.config.ts wiring.
get-convex/agent-skills
18.8K
988
convex-expert Convex backend specialist. Use this agent for any code inside a `convex/` directory — function definitions, schemas, …
get-convex/agent-skills
18.8K
990
extension-stripe Payment support based on Stripe, supporting credit cards and debit cards
caffeinelabs/skills
18.8K
991
convex-docs Pull version-current Convex docs for the version this project uses — pin the installed version, fetch page-as-markdow…
get-convex/agent-skills
18.7K
992
convex-migrate Migrate schema + backfill data on a deployed Convex app using @convex-dev/migrations.
get-convex/agent-skills
18.7K
993
extension-qr-code QR code scanner using the camera.
caffeinelabs/skills
18.7K
994
extension-camera Web-camera support.
caffeinelabs/skills
18.7K
995
extension-email-marketing Send personalised marketing emails to subscribers with an unsubscribe link.
caffeinelabs/skills
18.7K
996
convex-optimize Audit and optimize an existing Convex app: security, scale, upgrades, observability.
get-convex/agent-skills
18.7K
997
convex-authz Audit and harden a Convex app's authorization: identity-from-arg impersonation, missing per-document ownership checks…
get-convex/agent-skills
18.7K
998
convex-reviewer Convex code reviewer — security, auth, validators, performance, and pattern checks for code in a convex/ directory. U…
get-convex/agent-skills
18.7K
999
convex-design Design and build reactive, type-safe, production-grade backends on Convex. Covers schema, queries/mutations/actions, …
get-convex/agent-skills
18.7K
1000
extension-email-verification Support for sending an email with a link the recipient can click to prove they own the email address.
caffeinelabs/skills
18.7K
1001
extension-email Support for sending service/transactional emails. Don't use this for sending marketing emails or verification emails.
caffeinelabs/skills
18.7K
1002
extension-object-storage General file/object storage, such as for images, videos, files, documents and other bulk data. Perfect fit for image …
caffeinelabs/skills
18.7K
1003
extension-http-outcalls HTTP outcalls performed by the backend canister (not in the frontend), including mandatory local verification of exte…
caffeinelabs/skills
18.7K
1004
extension-authorization Authorization system with role-based access control. Must-have for all apps that manage personal or access-restricted…
caffeinelabs/skills
18.7K
1005
extension-invite-links Requests invite-link / RSVP based access where guests can submit responses without login while admin can view respons…
caffeinelabs/skills
18.7K
1006
extension-core-infrastructure Core infrastructure providing backend connection configuration, storage client, and React app entry point.
caffeinelabs/skills
18.7K
1007
extension-user-approval Approval-based user management.
caffeinelabs/skills
18.7K
1008
extension-email-raw Send an email with multiple to, cc and bcc addresses.
caffeinelabs/skills
18.7K
1009
convex-deploy-guard Classify + announce the target Convex deployment before any deployment-affecting command; fresh explicit consent for …
get-convex/agent-skills
18.7K
1010
influencer-marketing When the user wants to run influencer, creator, or ambassador partnerships to promote their product — finding and vet…
coreyhaines31/marketingskills
18.7K
1011
convex-env Set and wire Convex deployment env vars / secrets for the app.
get-convex/agent-skills
18.7K
1012
extension-openai >- MANDATORY recipe for every Caffeine build that calls OpenAI (ChatGPT, GPT-4o, an LLM, a chatbot, embeddings). The …
caffeinelabs/skills
18.7K
1013
convex-crons Add recurring scheduled jobs (crons) to the Convex app.
get-convex/agent-skills
18.7K
1014
convex-advisor Read the Convex deployment's 72h insights (read limits, OCC contention), root-cause each event in code, report eviden…
get-convex/agent-skills
18.7K
1015
extension-posting-to-x >- MANDATORY recipe for every Caffeine build that posts to X (Twitter). The ONLY supported path is the `x-client` mop…
caffeinelabs/skills
18.7K
1016
convex-add Add a capability to the CURRENT Convex app — consults the served Convex capability catalog for always-current procedu…
get-convex/agent-skills
18.6K
1017
convex-agent Add an AI agent / RAG backend (@convex-dev/agent) to the Convex app.
get-convex/agent-skills
18.6K
1018
convex-migrate-rehearse Rehearse a live-app schema change + backfill on a snapshot-seeded preview deployment, verify, then promote the proven…
get-convex/agent-skills
18.6K
1019
convex-cost Preview Convex spend — rank functions by bytes/documents-read × call-volume from insights, project each cost driver's…
get-convex/agent-skills
18.6K
1020
convex-insights Query a running Convex app's logs + health in natural language (official MCP): failures, slow/expensive functions, de…
get-convex/agent-skills
18.6K
1021
convex-explain-app Explain an existing Convex app — data model + relationships, public vs internal functions, auth/ownership model, comp…
get-convex/agent-skills
18.6K
1022
convex-backup Set up Convex backups and run a restore DRILL that proves recovery — snapshot, restore into a throwaway preview, asse…
get-convex/agent-skills
18.6K
1023
convex-launch-readiness Run every Convex audit (authz, reviewer, advisor, insights) into one scored, deduped readiness report with an ordered…
get-convex/agent-skills
18.6K
1024
convex-monitor Watch for the next dev/prod error or request in a Convex app and react to it.
get-convex/agent-skills
18.6K
1025
convex-domains Point a domain you already own at your Convex app (DNS records, custom-domain attach, auth-origin rebind).
get-convex/agent-skills
18.6K
1026
convex-test Generate convex-test tests for the app's Convex functions.
get-convex/agent-skills
18.6K
1027
convex-billing Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
get-convex/agent-skills
18.6K
1028
convex-verify Prove a Convex feature works — seed, drive as multiple mocked users via convex-test, assert behavior including the ne…
get-convex/agent-skills
18.6K
1029
convex-seed Seed or import data into the Convex database.
get-convex/agent-skills
18.6K
1030
convex-improve-convex-plugin Send this coding session's transcript to the Convex team for an AI post-mortem that improves the quickstart system.
get-convex/agent-skills
18.6K
1031
convex-self-heal Production error → triaged, root-caused, repaired, and certified (tsc + rehearsal + reproduce-then-gone) fix PR for a…
get-convex/agent-skills
18.6K
1032
convex-suggest Suggest the matching Convex component when the user hand-rolls a pattern it already solves (crons, sharded-counter, r…
get-convex/agent-skills
18.6K
1033
convex-sentinel Set up Sentinel production error capture in your own Convex deployment.
get-convex/agent-skills
18.5K
1035
feature-sliced-design Official Feature-Sliced Design (FSD) v2.1 skill for applying the methodology to frontend projects. Use when the task …
feature-sliced/skills
18.5K
1036
dbs-learning 把课题拆成连续学习文章,并根据用户反馈调整后续深度、角度和节奏。用户要求系统学习一个主题、继续下一篇或按反馈调整课程…
dontbesilent2025/dbskill
18.5K
1037
opencli-browser Use when an agent needs to drive a real Chrome window via opencli — inspect a page, fill forms, click through logged-…
jackwener/opencli
18.5K
1038
vue-router-best-practices Vue Router 4 patterns, navigation guards, route params, and route-component lifecycle interactions.
antfu/skills
18.4K
Page 16 · 6,026 ranked Previous Next