Content Schema
June 2, 2026 ยท View on GitHub
HeyClaude content is file-backed MDX under content/<category>/.
The canonical registry implementation lives in packages/registry. Content files remain the editorial source of truth, while the registry package owns category definitions, validation helpers, derived fields, copy text, submission parsing, and public artifact builders.
Shared fields
Every entry should include:
titleslugcategorydescriptioncardDescriptionauthordateAddedtagsseoTitleseoDescription
Important:
descriptionis a concise summary, not a feature dump. Keep it short and truthful.repoUrlis optional. Use it when there is a real upstream repository.- Do not use the directory repo as a placeholder
repoUrlfor unrelated assets.
Brand fields
Use these when a resource has a clear provider, product, or service brand:
brandNamebrandDomainbrandAssetSourcebrandIconUrlbrandLogoUrlbrandVerifiedAtbrandColors
Important:
brandDomainis the canonical enrichment key. Use the provider domain such asasana.com, not GitHub, docs hosting, package registry, or redirect domains.brandAssetSourceshould bebrandfetchfor Brandfetch CDN assets,manualfor reviewed local/manual assets, or omitted when no brand asset is known.brandIconUrlandbrandLogoUrlmust be HTTPS Brandfetch URLs, HeyClaude/local asset URLs, or omitted. Do not hotlink arbitrary favicons.- Brand fields are optional for submissions. Maintainers can add or correct them during review.
Shared install/usage fields
Use these when applicable:
installableinstallCommandusageSnippetcopySnippetscriptLanguagetriggerprerequisitessafetyNotesprivacyNotes
Use the three note-style fields for different jobs:
prerequisites: setup requirements a user should complete first, such as installed runtimes, accounts, environment variables, or Claude client support.safetyNotes: execution, permission, destructive-action, background-worker, network-access, package/install, account-write, or automation risks.privacyNotes: local files, logs, credentials, telemetry, third-party data handling, retained data, or user data exposure.
safetyNotes and privacyNotes are optional arrays of short strings. They are expected when a hook, MCP server, skill, command, or statusline handles sensitive behavior. Do not use disclosure for these warnings; disclosure is reserved for tool/commercial listing status.
Category notes
mcp: preferinstallCommand,usageSnippettools: usewebsiteUrl,pricingModel, anddisclosure; products and services should go through/tools/submitskills: prefer source-backedinstallCommand,usageSnippet,copySnippet,retrievalSources, and capability metadatahooks: prefertrigger,usageSnippet,copySnippetstatuslines: preferscriptLanguage,copySnippetcommands: preferusageSnippet,copySnippetagentsandrules: prefercopySnippetguides: avoid treating guides as copy-first assets; prioritize structured walkthrough contentcollections: preferitems,installationOrder, and bundle guidance overcopySnippet
Submission paths
- Free Claude resources should start with
/submitor a focused single-entry PR. - The submit form runs public preflight, then opens a PR through the private submission gate.
- Fully valid, source-backed, non-artifact PRs may be merged directly by the private maintainer gate after content validation, Superagent, and private review pass.
- Tools, apps, services, sponsorships, claims, and jobs use the website lead forms, not content submissions.
- Contributor links must be official source/docs/release URLs. Affiliate, referral, tracking, or local package-hosting requests are rejected.
- Community ZIP/MCPB artifacts are not published as HeyClaude-hosted downloads. Maintainer-built packages require package trust metadata.
- Risk-bearing submissions may be blocked or sent back when execution, permission, credential, local-data, background-worker, external-write, or package behavior is not disclosed with
safetyNotes/privacyNotes.
Workflow
- Run
pnpm validate:content:strict - Run
pnpm validate:packages - Run
pnpm scan:packages - Run
pnpm audit:content - Run
pnpm validate:clean - Run
pnpm --filter web run prebuildto regenerate registry artifacts - Run
pnpm test:registry-artifacts - Fix missing fields and semantic audit issues
- Regenerate README/OpenAPI when category/content counts change