TeaRAGs-MCP: Skill for Claude Code

.claude/skills/expand-coverage/SKILL.md

expand-coverage is a skill for Claude Code from artk0de/TeaRAGs-MCP. It costs 0 tokens per session (1,459 once invoked), scanned A, original, no licence file.

A testing skill for raising test coverage by writing high-level behavioral tests for uncovered code paths. It focuses on what users can observe rather than on executing individual lines.

In plain words
What is it for?
Use it when coverage is below its required threshold and you need tests for specific missing branches or behaviors.
Why use it?
It avoids tests that only target line counts and instead covers real missing scenarios. tea-rags identifies the untested behavior to address.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is artk0de/TeaRAGs-MCP's own configuration. It tells Claude Code how to work on TeaRAGs-MCP 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 TeaRAGs-MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to artk0de/TeaRAGs-MCP. 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/artk0de/TeaRAGs-MCP/main/.claude/skills/expand-coverage/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/artk0de/TeaRAGs-MCP

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 expand-coverage

README.md
[![agentmods](https://agentmods.dev/badge/skills/artk0de/tearags-mcp/expand-coverage/github.svg)](https://agentmods.dev/skills/artk0de/tearags-mcp/expand-coverage)
Your own site
<a href="https://agentmods.dev/skills/artk0de/tearags-mcp/expand-coverage"><img src="https://agentmods.dev/badge/skills/artk0de/tearags-mcp/expand-coverage/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 expand-coverage

Your own site · 80×15
<a href="https://agentmods.dev/skills/artk0de/tearags-mcp/expand-coverage"><img src="https://agentmods.dev/badge/skills/artk0de/tearags-mcp/expand-coverage.svg" alt="Reviewed on agentmods" width="80" 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 1,459 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.00000 $0.01459
Opus 5 $0.00000 $0.00730
Sonnet 5 $0.00000 $0.00292
Haiku 4.5 $0.00000 $0.00146

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

Security

Grade A, and why

expand-coverage 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 10d 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.

.claude/skills/expand-coverage/SKILL.md · 139 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 10d ago First seen · 139 lines · 0 tokens per session scan A 0a4e6f76dcc7

Subscribe to this mod's changes

expand-coverage is a skill published in the GitHub repository artk0de/TeaRAGs-MCP (11 stars, last pushed 25d ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 1,459 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

Agentic Testing Patterns

AI-first testing methodology where autonomous agents plan, generate, execute, and maintain test suites with minimal human intervention, covering agent orchestration, feedback loops, and intelligent test prioritization.

PramodDutta/qaskills · 41 tokens

finding-reconciliation

Merge the independent A/B/C findings tables into one adjudicated ledger in 07-verification/documentation-verification-report.md — normalizing to the finding schema, deduplicating by location and claim, recording per-finding corroboration without downgrading single-pass findings, promoting cross-pass disagreement to…

synaptiai/synapti-marketplace · 150 tokens

scoring-and-release-gate

Score a documentation package against the ten-dimension weighted rubric in references/scorecard-rubric.md with a cited justification per dimension, then evaluate the nineteen conditions in references/release-gate-conditions.md and emit a binary release-ready, conditionally-ready, or not-ready verdict with…

synaptiai/synapti-marketplace · 149 tokens

verification-protocol

Run one independent verification pass over a documentation package by attempting to falsify it — a coverage inventory rebuilt from the contracts rather than the index, a two-stratum claim sample, end-to-end traces executed against the sources, audience task simulation, and mechanics validation — emitting findings in…

synaptiai/synapti-marketplace · 136 tokens

visual-verification

Verify UI-facing changes by running a screenshot-analyze-verify loop across configured viewports, with a browser-tool priority cascade (Playwright MCP → Chrome DevTools MCP → CLI fallback → external skill fallback) and bounded iteration. Use after build/runtime verification passes and the diff includes…

synaptiai/synapti-marketplace · 137 tokens

criterion-verification-map

Transform acceptance criteria into plan-time runnable verification commands (behavioral, API, UI, error, performance, config, data, contract types) with expected evidence shapes and risk areas, then execute at verify time and assemble the evidence bundle with its mandatory completeness subsections, including test…

synaptiai/synapti-marketplace · 115 tokens