Install
$ agentstack add skill-alirezarezvani-claudeforge-claude-md-link-check ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.
- Inventory.
find -name "CLAUDE.md" -type f -not -path "*/.git/*" -not -path "*/node_modules/*". Also include.claude/rules/*.md. Record paths. - Extract candidates from each file:
- Chain imports — lines matching
^@\S+. The literal after@is a relative path. - Markdown links —
[text](target)wheretargetis not an HTTP(S) URL, notmailto:, not a bare anchor#section.
- Resolve each candidate relative to the file containing it (use
Readon the parent file to confirm position, thentest -eorGlob).
- For
@../CLAUDE.mdinsideskill/CLAUDE.md, resolved path isCLAUDE.md. - For
[Backend](backend/CLAUDE.md)inside the root, resolved path isbackend/CLAUDE.md.
- 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.
- 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.
- Author: alirezarezvani
- Source: alirezarezvani/ClaudeForge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.