Report Schema
Description
--- name: report-schema description: Print or write markdown documentation for JSON report schema --- Generate report schema markdown from code metadata (`COMMAND_REQUIRED_FIELDS`) and print to stdout or write to file. ## Usage ```bash # Print to stdout npx sync-agents-settings report-schema # Write to docs file npx sync-agents-settings report-schema --write docs/report-schema.md # CI check: fail if docs/report-schema.md is stale or missing npx sync-agents-settings report-schema --check ```
Installation
Installs to ~/.claude/skills/leoyang183-sync-agents-settings-report-schema/SKILL.md
mkdir -p ~/.claude/skills/leoyang183-sync-agents-settings-report-schema && curl -fsSL https://raw.githubusercontent.com/Leoyang183/sync-agents-settings/HEAD/commands/report-schema.md -o ~/.claude/skills/leoyang183-sync-agents-settings-report-schema/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation