fix: add table of contents to all reference files
Per Anthropic's Agent Skills best practices, reference files over 100 lines should include a TOC so Claude can see full scope when previewing with partial reads. Added ## Contents section to all 32 reference files.
This commit is contained in:
@@ -2,6 +2,20 @@
|
||||
|
||||
Complete JSON-LD examples for common schema types.
|
||||
|
||||
## Contents
|
||||
- Organization
|
||||
- WebSite (with SearchAction)
|
||||
- Article / BlogPosting
|
||||
- Product
|
||||
- SoftwareApplication
|
||||
- FAQPage
|
||||
- HowTo
|
||||
- BreadcrumbList
|
||||
- LocalBusiness
|
||||
- Event
|
||||
- Multiple Schema Types
|
||||
- Implementation Example (Next.js)
|
||||
|
||||
## Organization
|
||||
|
||||
For company/brand homepage or about page.
|
||||
|
||||
Reference in New Issue
Block a user