servalsheets-v2: Skill for Claude Code

.claude/skills/review/SKILL.md

review is a skill for Claude Code from khill1269/servalsheets-v2. It costs 35 tokens per session (181 once invoked), scanned A, a copy of review, MIT.

An MCP server for working with Jupyter notebooks. MCP is a standard that lets an AI agent call tools provided by another program or service.

In plain words
What is it for?
Use it when an available workflow specifically requires the `ipynb-mcp` server; the concrete jobs are not specified here.
Why use it?
The input only identifies the server and its source; it does not describe the notebook operations it supports.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is khill1269/servalsheets-v2's own configuration. It tells Claude Code how to work on servalsheets-v2 itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything servalsheets-v2 configures →

Reuse

Borrowing it

Nothing to install: this file belongs to khill1269/servalsheets-v2. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/khill1269/servalsheets-v2/main/.claude/skills/review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/khill1269/servalsheets-v2

Made for: Claude Code.

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 review

README.md
[![agentmods](https://agentmods.dev/badge/skills/khill1269/servalsheets-v2/review/github.svg)](https://agentmods.dev/skills/khill1269/servalsheets-v2/review)
Your own site
<a href="https://agentmods.dev/skills/khill1269/servalsheets-v2/review"><img src="https://agentmods.dev/badge/skills/khill1269/servalsheets-v2/review/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 review

Your own site · 80×15
<a href="https://agentmods.dev/skills/khill1269/servalsheets-v2/review"><img src="https://agentmods.dev/badge/skills/khill1269/servalsheets-v2/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 181 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 100% copy Near-identical to another mod 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.00035 $0.00181
Opus 5 $0.00017 $0.00090
Sonnet 5 $0.00007 $0.00036
Haiku 4.5 $0.00003 $0.00018

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

Security

Grade A, and why

review 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 9d 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

This is a copy

100% identical to review — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/review/SKILL.md · 18 lines

What it actually says

Use the code-review-orchestrator agent to review the current changes.

The reviewer will check in a single pass:

  1. TypeScript strict mode compliance
  2. MCP 2025-11-25 protocol compliance (response format, error codes, tool registration)
  3. Google API best practices (field masks, retry, circuit breaker, batching)
  4. Security (OAuth handling, input validation, no credential exposure)
  5. Test coverage (are new code paths covered?)
  6. ServalSheets patterns (BaseHandler vs standalone, response format, safety rails)

Output: pass/fail per category with specific file:line references for any issues.

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. 9d ago First seen · 18 lines · 35 tokens per session scan A 3fb653a12945

Subscribe to this mod's changes

review is a skill published in the GitHub repository khill1269/servalsheets-v2 (0 stars, last pushed 2mo ago), licensed MIT. It adds 35 tokens to every session and 181 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to review, differing in 0 lines, and is treated as a copy.