README Catalog Integrity Review Capability Pack Skill
Expert README and catalog integrity review capability pack for validating generated README tables against raw content files, slug consistency, broken links, duplicate entries, and source URL reachability before merge.
Open the source and read safety notes before installing.
Safety notes
- Catalog integrity review is read-only analysis; do not auto-merge PRs that edit generated README, workflows, or bulk artifacts unless policy explicitly allows it.
- Flag entries whose frontmatter URLs redirect to unrelated products, parked pages, or affiliate landings.
- One-file content PR policy violations often indicate accidental scope creep—surface them before maintainer review.
- This skill validates integrity; it must not approve catalogs with unreachable canonical sources or unresolved duplicate slugs.
Privacy notes
- Integrity logs may include internal staging URLs or private fork names if reviewers paste raw fetch output.
- README tables can expose contributor GitHub usernames and submission issue numbers—redact customer-specific fork names in public summaries.
- Public reports should list pass/fail counts and representative examples, not full HTTP response bodies.
Prerequisites
- Repository with raw `content/<category>/<slug>.mdx` sources and generated README or registry artifacts.
- Diff or file list showing which content entries changed in the PR under review.
- Network access or cached evidence to verify HTTP reachability of frontmatter URLs.
- Contributor context for whether the PR should touch only one raw content file.
Schema details
- Install type
- package
- Reading time
- 8 min
- Difficulty score
- 72
- Troubleshooting
- Yes
- Breaking changes
- No
- Skill type
- capability-pack
- Skill level
- expert
- Verification
- validated
- Verified at
- 2026-06-16
| Platform | Support | Install path |
|---|---|---|
| claude-code | Native | .claude/skills/<skill-name>/SKILL.md |
| codex | Native | .agents/skills/<skill-name>/SKILL.md |
| windsurf | Native | .windsurf/skills/<skill-name>/SKILL.md |
| gemini | Native | .gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md |
| cursor | Adapter | .cursor/rules/<skill-name>.mdc |
| cli | Manual | AGENTS.md or tool-specific context file |
Full copyable content
# Trigger
"Apply the README catalog integrity review capability pack."
# Required output
1) Content file to catalog row mapping with slug alignment
2) Broken or redirected link inventory
3) Duplicate title, slug, repo, and docs URL findings
4) Generated-artifact boundary violations (if any)
5) Privacy-safe integrity summary with pass/fail recommendationAbout this resource
Knowledge Freshness
This capability pack is grounded in HeyClaude CONTRIBUTING.md, content schema
examples, and Claude Code skills documentation verified on 2026-06-16.
Submission rules, validation scripts, and generated-artifact boundaries can
change; prefer live repository docs and CI policy over cached assumptions.
Retrieval Sources
- https://github.com/JSONbored/awesome-claude/blob/main/CONTRIBUTING.md
- https://github.com/JSONbored/awesome-claude/blob/main/examples/content/SCHEMA.md
- https://code.claude.com/docs/en/skills
- https://github.com/anthropics/claude-code
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
Source Verification Notes
Verified against HeyClaude contribution docs and Claude Code skills documentation on 2026-06-16:
- HeyClaude content PRs should add exactly one raw
content/<category>/<slug>.mdxfile; README and registry outputs are generated by maintainer automation. - Frontmatter requires verifiable source URLs, practical safety and privacy notes, and duplicate checks documented in the submission.
- Content schema examples define slug, category, and metadata fields that must align with on-disk paths for catalog integrity.
- Claude Code skills use
SKILL.md-style reusable instructions; this pack adapts that pattern for catalog reviewers rather than runtime coding agents. - Google Search Central helpful-content guidance supports evaluating whether catalog copy is useful and source-backed rather than promotional filler.
Scope Note
This is not a replacement for CI validators or maintainer merge bots. Use it as a reusable review workflow for humans and agents checking README catalog integrity before approving content submissions or investigating drift reports.
Core Workflow
- Inventory changed files: confirm the PR touches one raw MDX source unless an explicit maintainer regeneration PR is in scope.
- Map catalog rows to
content/<category>/<slug>.mdxpaths; flag slug or category mismatches. - Verify frontmatter URLs (
documentationUrl,repoUrl,downloadUrl,authorProfileUrl, listedsourceUrls) for reachability and canonical choice. - Search for duplicates by title, slug, repo URL, docs domain, and overlapping
purpose across
content/and open PRs. - Compare README or site catalog text against source frontmatter titles and descriptions for truncation or stale aliases.
- Check generated-artifact boundaries: contributor PRs should not hand-edit README tables, lockfiles, or CI scripts without maintainer direction.
- Assess safety and privacy notes against listed tools; flag generic placeholder notes that do not describe runtime risk.
- Produce a pass/fail integrity summary with required fixes before merge.
Capability Scope
- Content file to catalog row mapping and slug alignment.
- Broken, redirected, or parked link inventory.
- Duplicate title, slug, repo, and documentation URL detection.
- Generated-artifact boundary violation surfacing.
- Source URL reachability and canonical URL assessment.
- Privacy-safe integrity reporting for PR or gate review.
Compatibility
Native
- Claude Code / Claude: use as an Agent Skill when reviewing HeyClaude content PRs, auditing README drift, or preparing maintainer triage notes.
Manual Adaptation
- Codex, Cursor, Windsurf, and Generic AGENTS workflows: use the workflow as a deterministic catalog review checklist in content ops runbooks.
Required Inputs
- PR diff or file list with category, slug, and frontmatter URLs.
- Reachability evidence for listed URLs (status code, final URL, date).
- Duplicate search results across
content/directories and open PRs. - Policy context for one-file submissions and generated README boundaries.
Production Rules
- Prefer one canonical verifiable URL in
documentationUrl; supporting links belong insourceUrlsorretrievalSources. - Fail reviews when slug path disagrees with frontmatter
slugorcategory. - Do not approve catalogs listing entries whose primary docs return 404 or parked pages.
- Record verification date and concrete fetched facts in review output.
- Redact tokens, internal URLs, and customer examples from public summaries.
- Separate helpful-content quality from link reachability; both are required.
Review Matrix
| Signal | Pass | Fail | Action |
|---|---|---|---|
| Slug path | Matches content/<category>/<slug>.mdx |
Mismatch or missing file | Fix frontmatter or path |
| One-file PR | Single raw MDX changed | README or bulk edits | Split or close PR |
| Canonical URL | Live official or repo docs | 404 or parked page | Fix URL or close entry |
| Duplicates | Distinct purpose and slug | Same repo or workflow | Close or differentiate |
| Catalog row | Title/description aligned | Stale or truncated alias | Regenerate or fix source |
| Safety notes | Specific runtime risk | Generic N/A placeholder | Rewrite notes |
Output Contract
- Content file to catalog row mapping with slug alignment results.
- Broken or redirected link inventory with final URLs.
- Duplicate findings across title, slug, repo, and docs URL dimensions.
- Generated-artifact boundary violations (if any).
- Pass/fail recommendation with required fixes.
- Privacy-safe integrity summary for PR or gate review.
Duplicate Check
Checked content/skills, content/guides, generated catalog text, and open pull
requests for README catalog integrity, content catalog validation, and HeyClaude
duplicate review workflows. source-backed-content-prs teaches submission
authoring; agent-skills-retrieval-source-verification-capability-pack focuses on
skill source URLs—not README row alignment against content/ paths. No existing
skills entry provides a reusable README catalog integrity review capability pack
with mapping workflow, review matrix, and output contract.
Editorial Disclosure
Submitted as an independent source-backed HeyClaude content entry by
kiannidev. It is based on public HeyClaude contribution docs, content schema
examples, Claude Code skills documentation, and Google Search Central
helpful-content guidance. No paid placement, referral link, affiliate link, or
vendor sponsorship is used.
Source citations
Add this badge to your README
Show that README Catalog Integrity Review Capability Pack Skill is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/skills/readme-catalog-integrity-review-capability-pack)How it compares
README Catalog Integrity Review Capability Pack Skill side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | README Catalog Integrity Review Capability Pack Skill Expert README and catalog integrity review capability pack for validating generated README tables against raw content files, slug consistency, broken links, duplicate entries, and source URL reachability before merge. Open dossier | Agent Skills Cross-Platform Adapter Capability Pack Skill Expert agent skills cross-platform adapter capability pack for porting Claude Code SKILL.md workflows to Codex, Cursor, Windsurf, and Generic AGENTS runbooks while preserving scope, safety notes, and source-backed contracts. Open dossier | Agent Skills Retrieval Source Verification Capability Pack Skill Expert agent skills retrieval source verification capability pack for validating canonical URLs, documentation reachability, repo provenance, and duplicate source claims before publishing or submitting Claude Code skills. Open dossier | Claude Agent SDK Session Storage Capability Pack Skill Expert Claude Agent SDK session storage capability pack for designing, reviewing, and rolling out Agent SDK session storage with source-backed checklists, production rules, and privacy-safe output contracts. Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | skills | skills | skills | skills |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | kiannidev | kiannidev | kiannidev | kiannidev |
| Added | 2026-06-16 | 2026-06-14 | 2026-06-14 | 2026-06-14 |
| Platforms | Claude CodeCodexWindsurfGeminiCursorCLI | Claude CodeCodexWindsurfGeminiCursorCLI | Claude CodeCodexWindsurfGeminiCursorCLI | Claude CodeCodexWindsurfGeminiCursorCLI |
| Source repo | — | — | — | — |
| Safety notes | ✓Catalog integrity review is read-only analysis; do not auto-merge PRs that edit generated README, workflows, or bulk artifacts unless policy explicitly allows it. Flag entries whose frontmatter URLs redirect to unrelated products, parked pages, or affiliate landings. One-file content PR policy violations often indicate accidental scope creep—surface them before maintainer review. This skill validates integrity; it must not approve catalogs with unreachable canonical sources or unresolved duplicate slugs. | ✓Not every Claude Code command or MCP tool exists on other platforms; do not imply feature parity without verification. Adapted skills must preserve destructive-action warnings and approval requirements from the source workflow. Cross-platform copies should not strip `safetyNotes` or `privacyNotes` to save space. Platform-specific secret handling differs; never copy Claude Code env patterns blindly into other hosts. This skill produces adaptation plans; it must not run destructive commands on the target platform without explicit approval. | ✓Retrieval sources must point to primary official documentation or verifiable repositories, not affiliate landing pages or unreviewed mirrors. Parked domains, empty documentation pages, and redirect chains to unrelated products fail source verification. Listing many URLs without explaining which is canonical creates reviewer ambiguity and increases duplicate risk. This skill verifies sources; it must not approve a submission whose claims cannot be substantiated by fetched evidence. | ✓This skill plans Agent SDK session storage; it must not execute destructive changes without explicit approval. Browser, computer-use, and remote surfaces can access sensitive UI state; scope tests carefully. MCP and SDK integrations may exfiltrate data if tool scopes are too broad. The public `anthropics/claude-code` repository ships documentation links to code.claude.com for settings, security, and integration surfaces. Scheduled or autonomous workflows compound risk; cap blast radius in staging first. |
| Privacy notes | ✓Integrity logs may include internal staging URLs or private fork names if reviewers paste raw fetch output. README tables can expose contributor GitHub usernames and submission issue numbers—redact customer-specific fork names in public summaries. Public reports should list pass/fail counts and representative examples, not full HTTP response bodies. | ✓Adaptation reviews may expose internal runbooks, customer workflows, and repository conventions embedded in source skills. Generic AGENTS exports shared across teams can leak path patterns and tool names if pasted into public issues. Public adaptation summaries should describe platform gaps and preserved boundaries, not full internal skill bodies. | ✓Source verification logs may include internal staging URLs, private repo names, or authentication-gated docs if reviewers paste raw fetch output. Some documentation pages embed organization-specific examples that should be redacted before public issue comments. Public verification summaries should list reachability status and canonical URL choice, not full HTTP response bodies. | ✓Reviews may expose integration tokens, customer metadata, and internal URLs related to Agent SDK session storage. Telemetry and analytics configs can include account emails; redact before sharing externally. Keep troubleshooting logs in internal channels unless explicitly sanitized. Third-party vendors remain outside Anthropic retention policies; document separately. |
| Prerequisites |
|
|
|
|
| Install | — | — | — | — |
| Config | — | — | — | — |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.