yugabytedb-schema-design

yugabytedb-schema-design is a skill for Claude Code, Codex from srinivasa-vasu/agent-skills. It costs 167 tokens per session (879 once invoked), scanned A, original, no licence file.

A YugabyteDB database design guide for creating or improving tables, keys, indexes, and data distribution. YugabyteDB is a distributed database that stores data across multiple servers.

In plain words
What is it for?
Use it to choose hash or range sharding, select primary keys, avoid write hotspots, and design partial or covering indexes.
Why use it?
It helps avoid uneven workloads, slow lookups, and poor data placement as the database grows.

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 to choose hash or range sharding, select primary keys, avoid write hotspots, and design partial or covering indexes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design
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 srinivasa-vasu/agent-skills --skill yugabytedb-schema-design
Clone the repo
git clone --depth 1 https://github.com/srinivasa-vasu/agent-skills

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 yugabytedb-schema-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design/github.svg)](https://agentmods.dev/skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design)
Your own site
<a href="https://agentmods.dev/skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design"><img src="https://agentmods.dev/badge/skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design/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 yugabytedb-schema-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design"><img src="https://agentmods.dev/badge/skills/srinivasa-vasu/agent-skills/yugabytedb-schema-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 167 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 879 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.00167 $0.00879
Opus 5 $0.00084 $0.00439
Sonnet 5 $0.00033 $0.00176
Haiku 4.5 $0.00017 $0.00088

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

Security

Grade A, and why

yugabytedb-schema-design 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 12d 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.

yugabytedb-schema-design/SKILL.md · 71 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

8 files 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. 12d ago First seen · 71 lines · 167 tokens per session scan A fb7c29a91388

Subscribe to this mod's changes

yugabytedb-schema-design is a skill published in the GitHub repository srinivasa-vasu/agent-skills (3 stars, last pushed 2mo ago), with no licence file. It adds 167 tokens to every session and 879 once invoked, about $0.0008 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-08-31.

Related

Other skills, from other repositories

technical-debt-audit

Use when the user says 'clean up my wordpress', 'what is bloating my wordpress', 'find orphaned shortcodes', or 'scan for unused plugins'. Audits orphaned shortcodes from deleted plugins, unused plugins, database bloat, unused media, and leftover data from inactive builders.

respira-press/agent-skills-wordpress · 66 tokens

spring-data-jpa

Use when designing or implementing Spring Data JPA on Spring Boot 4 — repository boundaries, projections, query patterns, custom repositories, CQRS read models, entity relationships, or persistence performance fixes. Not for generic SQL help, database admin work, or project-wide migration (see the springboot-migration…

a-pavithraa/springboot-skills-marketplace · 67 tokens

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

database-migrations

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

datit309/supergraph · 56 tokens

live-component

Symfony UX LiveComponent for reactive server-rendered UI -- components that re-render via AJAX on user interaction, zero JavaScript required. Use when building live search, real-time filtering, dynamic forms, inline validation, dependent selects, auto-save, polling, deferred/lazy rendering, or any UI that updates…

smnandre/symfony-ux-skills · 213 tokens

symfony-ux

Symfony UX frontend stack -- decision tree and orchestrator for choosing between Stimulus, Turbo, TwigComponent, LiveComponent, UX Icons, and UX Map. Use when the user is unsure which tool fits, wants to combine multiple UX packages, or asks a general frontend architecture question in Symfony. Also trigger when the…

smnandre/symfony-ux-skills · 180 tokens