AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Claude Md Link Check

skill-alirezarezvani-claudeforge-claude-md-link-check · by alirezarezvani

Verify every @path chain import and every markdown link inside every CLAUDE.md in this project resolves to an existing file. Read-only — returns broken links with file:line refs, never edits.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-alirezarezvani-claudeforge-claude-md-link-check

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-alirezarezvani-claudeforge-claude-md-link-check)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Claude Md Link Check? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

CLAUDE.md Link Check (forked, read-only)

Optional path-glob: $ARGUMENTS (default . — entire tree).

Run these steps in order. Do not modify any file.

  1. Inventory. find -name "CLAUDE.md" -type f -not -path "*/.git/*" -not -path "*/node_modules/*". Also include .claude/rules/*.md. Record paths.
  2. Extract candidates from each file:
  • Chain imports — lines matching ^@\S+. The literal after @ is a relative path.
  • Markdown links[text](target) where target is not an HTTP(S) URL, not mailto:, not a bare anchor #section.
  1. Resolve each candidate relative to the file containing it (use Read on the parent file to confirm position, then test -e or Glob).
  • For @../CLAUDE.md inside skill/CLAUDE.md, resolved path is CLAUDE.md.
  • For [Backend](backend/CLAUDE.md) inside the root, resolved path is backend/CLAUDE.md.
  1. Return the report in this exact shape:
## Link Check

Files inspected: 
References checked:  @-imports,  markdown links

### Broken
- : — `` → does not resolve (expected ``)
- ... (omit section if empty)

### Clean
 references resolved.
  1. If everything resolves, return exactly ## Link Check\n\nAll references resolved across files.. Do not pad.

Hard rule: never invent a fix. Report the broken target verbatim. Repair is the user's call (or /sync-claude-md's).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.