mcp-cs: Skill for Claude Code

.agents/skills/docs-broken-link-checker/SKILL.md

docs-broken-link-checker is a skill for Claude Code, Codex from ieeecsopen/mcp-cs. It costs 110 tokens per session (546 once invoked), scanned A, original, no licence file.

A checker for links used in documentation, including links between Markdown files, file sections, and images or other assets.

In plain words
What is it for?
Use it when reorganising docs, updating a README or wiki, or checking internal links and asset paths in an open-source project.
Why use it?
Moving or renaming documentation files can leave links pointing to files or sections that no longer exist. This helps find those broken references before release.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is ieeecsopen/mcp-cs's own configuration. It tells Claude Code and Codex how to work on mcp-cs 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 mcp-cs configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ieeecsopen/mcp-cs. 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/ieeecsopen/mcp-cs/main/.agents/skills/docs-broken-link-checker/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ieeecsopen/mcp-cs

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 docs-broken-link-checker

README.md
[![agentmods](https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/docs-broken-link-checker/github.svg)](https://agentmods.dev/skills/ieeecsopen/mcp-cs/docs-broken-link-checker)
Your own site
<a href="https://agentmods.dev/skills/ieeecsopen/mcp-cs/docs-broken-link-checker"><img src="https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/docs-broken-link-checker/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 docs-broken-link-checker

Your own site · 80×15
<a href="https://agentmods.dev/skills/ieeecsopen/mcp-cs/docs-broken-link-checker"><img src="https://agentmods.dev/badge/skills/ieeecsopen/mcp-cs/docs-broken-link-checker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 546 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.00110 $0.00546
Opus 5 $0.00055 $0.00273
Sonnet 5 $0.00022 $0.00109
Haiku 4.5 $0.00011 $0.00055

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

Security

Grade A, and why

docs-broken-link-checker 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 8d 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.

.agents/skills/docs-broken-link-checker/SKILL.md · 42 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

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. 8d ago First seen · 42 lines · 110 tokens per session scan A abda97dce268

Subscribe to this mod's changes

docs-broken-link-checker is a skill published in the GitHub repository ieeecsopen/mcp-cs (3 stars, last pushed 4d ago), with no licence file. It adds 110 tokens to every session and 546 once invoked, about $0.0006 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

Dead Link Detector

Automated detection and reporting of broken links, missing resources, and orphaned pages across web applications using crawl-based and DOM-based strategies.

PramodDutta/qaskills · 30 tokens

test-driven-development

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani/agent-skills · 50 tokens

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens

go-testing

Trigger: Go tests, go test coverage, Bubbletea teatest, golden files. Apply focused Go testing patterns.

Gentleman-Programming/gentle-ai · 26 tokens

coding-agents-hooks-authoring

To author, register, and test Rosetta hooks, add a SemanticKind, or debug a hook that won't fire.

griddynamics/rosetta · 31 tokens

ijfw-verify

Use when about to claim completion: 'done', 'fix complete', 'tests pass', 'build succeeded', 'shipped', 'no regressions', 'ready to merge', 'ready to ship'. Iron Law gate requiring fresh verification evidence in the same message as the claim; wires into runtime (verification-gate.js + the ijfwstate MCP tool…

FerroxLabs/ijfw · 83 tokens