convex-expert

convex-expert is a skill for Claude Code, Codex from aiskillstore/marketplace. It costs 78 tokens per session (1,006 once invoked), scanned A, original, no licence file.

A specialist guide for Convex backend code, including database schemas, queries, updates, actions, HTTP endpoints, scheduled jobs, file storage, and authentication. Convex is a platform for building application backends.

In plain words
What is it for?
Use it when creating or reviewing Convex functions, schemas, indexes, authentication, storage, scheduled jobs, or HTTP endpoints.
Why use it?
It gives focused help for code in a Convex directory and for Convex-specific patterns and limits. This reduces the need to explain the platform's conventions each time.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when creating or reviewing Convex functions, schemas, indexes, authentication, storage, scheduled jobs, or HTTP endpoints.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aiskillstore/marketplace/convex-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add aiskillstore/marketplace --skill convex-expert
Clone the repo
git clone --depth 1 https://github.com/aiskillstore/marketplace

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for convex-expert

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiskillstore/marketplace/convex-expert/github.svg)](https://agentmods.dev/skills/aiskillstore/marketplace/convex-expert)
Your own site
<a href="https://agentmods.dev/skills/aiskillstore/marketplace/convex-expert"><img src="https://agentmods.dev/badge/skills/aiskillstore/marketplace/convex-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for convex-expert

Your own site · 80×15
<a href="https://agentmods.dev/skills/aiskillstore/marketplace/convex-expert"><img src="https://agentmods.dev/badge/skills/aiskillstore/marketplace/convex-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,006 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00078 $0.01006
Opus 5 $0.00039 $0.00503
Sonnet 5 $0.00016 $0.00201
Haiku 4.5 $0.00008 $0.00101

Measured 2d ago against content hash dd1023f493d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

convex-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

pending/get-convex/convex-expert/SKILL.md · 39 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 39 lines · 78 tokens per session scan A dd1023f493d7

Subscribe to this mod's changes

convex-expert is a skill published in the GitHub repository aiskillstore/marketplace (422 stars, last pushed today), with no licence file. It adds 78 tokens to every session and 1,006 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-08.

Related

Other skills, from other repositories

backend-specialist

A guide for designing and building backend services, the parts of an application that handle data, business rules, and requests. It covers APIs, databases, authentication, and service performance.

huangwb8/skills · 62 tokens

powersync

Best practices for building and maintaining applications with PowerSync: Cloud and self-hosted setup, sync configuration, client SDK usage, backend integration (Supabase, custom Postgres, MongoDB, Azure DocumentDB, MySQL, MSSQL), schema changes, watch and reactive queries (useQuery), attachments, the upload queue, and…

powersync-ja/agent-skills · 197 tokens

web-backend-builder

Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.

0x-Professor/Agent-Skills-Hub · 24 tokens

django-master

Django web development including ORM mastery, Django REST Framework, signals, custom managers/querysets, migrations, and admin customization. Trigger when users work with Django projects, need ORM optimization, DRF serializers/viewsets, Django admin customization, or migration strategies.

FutureJJ/claude-skills · 54 tokens

yugabytedb-app-dev

Build production-grade applications that connect to YugabyteDB across any language runtime or framework. Covers JDBC/Spring Boot, Spring Boot Reactive (WebFlux + R2DBC), Quarkus (SmallRye Fault Tolerance + Agroal), Python, Node.js, Go, .NET, and more — with correct driver config, pool tuning (HikariCP/Agroal/Npgsql)…

srinivasa-vasu/agent-skills · 202 tokens

511-frameworks-micronaut-jdbc

Use when you need programmatic JDBC in Micronaut — pooled DataSource, parameterized SQL, io.micronaut.transaction.annotation.Transactional, batching, and domain exception translation. This should trigger for requests such as Review JDBC or SQL data access in a Micronaut project; Improve transactions and parameter…

jabrena/plinth · 118 tokens