schema

schema is a skill for Claude Code, Codex from khill1269/servalsheets. It costs 42 tokens per session (187 once invoked), scanned A, original, MIT.

A required command for updating generated metadata after changing TypeScript schema files, which define the available actions and tools.

In plain words
What is it for?
It is for regenerating metadata, checking for schema errors or missing action definitions, verifying expected counts, running tests, and staging the generated files.
Why use it?
It prevents generated files from becoming inconsistent with the source schema and checks that tool and action counts still match.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/khill1269/servalsheets/schema
Any agent
npx skills add khill1269/servalsheets --skill schema
Clone the repo
git clone --depth 1 https://github.com/khill1269/servalsheets

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 schema

README.md
[![agentmods](https://agentmods.dev/badge/skills/khill1269/servalsheets/schema.svg)](https://agentmods.dev/skills/khill1269/servalsheets/schema)
Your own site
<a href="https://agentmods.dev/skills/khill1269/servalsheets/schema"><img src="https://agentmods.dev/badge/skills/khill1269/servalsheets/schema.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 187 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00042 $0.00187
Opus 5 $0.00021 $0.00093
Sonnet 5 $0.00008 $0.00037
Haiku 4.5 $0.00004 $0.00019

Measured 4d ago against content hash aca7dd3c2c1a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

schema 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • schema — 100% identical, 0 lines differ
.claude/skills/schema/SKILL.md · 20 lines

What it actually says

Run npm run schema:commit in the project directory.

This regenerates 5 files: action-counts.ts, annotations.ts, completions.ts, server.json, package.json

Then verify the output shows:

  • No metadata drift
  • Tool count = 22
  • Action count matches src/schemas/index.ts:63

If it fails, report the specific error. Common causes:

  • TypeScript error in the schema file just edited
  • Zod discriminated union missing a new action
  • SPECIAL_CASE_TOOLS count mismatch in scripts/generate-metadata.ts
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. 4d ago First seen · 20 lines · 42 tokens per session scan A aca7dd3c2c1a

Subscribe to this mod's changes

schema is a skill published in the GitHub repository khill1269/servalsheets (0 stars, last pushed yesterday), licensed MIT. It adds 42 tokens to every session and 187 once invoked, about $0.0002 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

github-todo-triage

Use this skill in this repository when asked to fetch, review, triage, or update todos from GitHub issues and pull requests, especially for xing5/mcp-google-sheets. It defines the local workflow for refreshing GitHub state, reviewing new work, prioritizing next actions, and maintaining the repo todo status ledger.

xing5/mcp-google-sheets · 73 tokens

gsheets

Google Sheets via MCP — read, write, create, list, share spreadsheets. Use when reading, writing, or managing Google Sheets data.

martineserios/thebrana · 31 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

specflow-use

To connect Rosetta with Grid Dynamics SpecFlow MCP; only when SpecFlow is mentioned and the MCP is installed.

griddynamics/rosetta · 27 tokens

planning-and-task-breakdown

Breaks work into ordered tasks. Use when you have a spec or clear requirements and need to break work into implementable tasks. Use when a task feels too large to start, when you need to estimate scope, or when parallel work is possible.

shashankswe2020-ux/whoop-mcp · 56 tokens

qa-knowledge

To run QA engineering — requirements/gap analysis, scenario & spec design, test implementation, failure triage — over the QA knowledge base.

griddynamics/rosetta · 32 tokens