split-into-references

split-into-references is a skill for Claude Code, Codex from thedaviddias/skill-check. It costs 0 tokens per session (310 once invoked), scanned A, original, MIT.

A guide to building MCP servers, which let an AI agent use tools to interact with outside services and APIs. It covers servers written in Python or Node/TypeScript and focuses on designing tools around complete tasks.

In plain words
What is it for?
Use it when integrating an external service, designing agent-facing workflows, or creating an MCP server with FastMCP or the MCP SDK.
Why use it?
It helps avoid exposing disconnected API calls that are difficult for an agent to use. The guide provides a process for planning tools that fit real workflows and limited context.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/thedaviddias/skill-check/split-into-references
Any agent
npx skills add thedaviddias/skill-check --skill split-into-references
Clone the repo
git clone --depth 1 https://github.com/thedaviddias/skill-check

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 split-into-references

README.md
[![agentmods](https://agentmods.dev/badge/skills/thedaviddias/skill-check/split-into-references.svg)](https://agentmods.dev/skills/thedaviddias/skill-check/split-into-references)
Your own site
<a href="https://agentmods.dev/skills/thedaviddias/skill-check/split-into-references"><img src="https://agentmods.dev/badge/skills/thedaviddias/skill-check/split-into-references.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 310 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.1 $0.00000 $0.00310
Opus 5 $0.00000 $0.00155
Sonnet 5 $0.00000 $0.00062
Haiku 4.5 $0.00000 $0.00031

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

Security

Grade A, and why

split-into-references 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 6d 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.

docs/skills/split-into-references/SKILL.md · 38 lines

What it actually says

split-into-references

Use when

Use when skill-check reports body.max_lines and you need to modularize a long SKILL.md into maintainable references/*.md docs after running split-body.

Workflow

  1. Run preview first:
    • npx skill-check split-body <skill-dir-or-file>
  2. Apply deterministic split:
    • npx skill-check split-body <skill-dir-or-file> --write
  3. Edit generated references docs to improve readability:
    • tighten headings so each file has one clear purpose
    • add a 1-3 line summary at the top of each references file
    • remove duplicated steps across references files
  4. Keep SKILL.md concise:
    • preserve "Use when", constraints, and expected outcomes
    • keep ## References links current and descriptive
  5. Validate:
    • npx skill-check check <skill-dir-or-file> --no-security-scan

Quality checklist

  • The main SKILL.md stays short and scannable.
  • Each references file is focused and linkable.
  • Links under ## References resolve and match file names.
  • No critical instruction is lost during extraction.

Before/After pattern

Before:

  • one very long SKILL.md containing all operational details.

After:

  • concise SKILL.md with intent + constraints + ## References
  • multiple references/*.md files for detailed procedures.
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. 6d ago First seen · 38 lines · 0 tokens per session scan A 80d085dff908

Subscribe to this mod's changes

split-into-references is a skill published in the GitHub repository thedaviddias/skill-check (188 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 310 tokens. 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-30.

Related

Other skills, from other repositories

anysearch

Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.

anysearch-ai/anysearch-skill · 24 tokens

iflytek-hyper-tts

Use when user asks to synthesize speech, convert text to audio, or read text aloud. 讯飞超拟人语音合成 - 支持文本转语音、语音合成(发音人/语速/语调/音量/输出格式)。大模型语音合成技能。语音合成, 文字转语音, 超拟人, TTS.

iflytek/iFly-Skills · 92 tokens

iflytek-ocr-invoice

Use when user asks to recognize invoices, extract receipt data, or OCR bills and tickets. Recognize and extract structured data from invoices, receipts, and bills using iFlytek OCR API (科大讯飞票据识别). Supports VAT invoices, taxi receipts, train tickets, toll invoices, medical bills, bank receipts, and more.

iflytek/iFly-Skills · 77 tokens

iflytek-pdf-image-ocr

AI-powered OCR service for images and PDF documents using iFlytek's advanced recognition APIs.

iflytek/iFly-Skills · 81 tokens

iflytek-voiceclone-tts

Use when user asks to clone a voice, train a custom voice model, or synthesize speech with a cloned voice. iFlytek Voice Clone tts(声音复刻) — train a custom voice model from audio samples and synthesize speech with the cloned voice. Supports the full workflow: get training text → create task → upload audio → submit…

iflytek/iFly-Skills · 99 tokens

animated-sketch-diagram

生成"黑墨手绘涂鸦"风格的动画架构图/流程图:米色纸面、针管笔墨线、极淡水洗色块、简笔涂鸦图标、序号章、连线上的流动圆点动画、图标微动效。产出单文件自包含动画 HTML(SVG+CSS),可一键导出无缝循环 GIF。当用户想画架构图、流程图、信息图、技术示意图、对比图、pipeline/workflow 可视化,或提到"手绘风""涂鸦风""动图""animated diagram""GIF 架构图"时使用;即使用户没明说要动画,做技术概念科普配图时也应优先考虑本 skill。.

iflytek/iFly-Skills · 182 tokens