docs-v2/.claude/commands
Jason Stirnaman 56b459659d
Jts agentsmd (#6486)
* feat(docs): add content scaffolding system with AI-powered analysis

Add yarn docs:create command for intelligent content scaffolding:

- Phase 1: Script analyzes draft and repository structure
- Phase 2: Claude command generates file structure and frontmatter
- Phase 3: Script creates files from proposal

New files:
- scripts/docs-create.js: Main orchestration script
- scripts/lib/content-scaffolding.js: Core scaffolding logic
- scripts/lib/file-operations.js: File I/O utilities
- .claude/commands/scaffold-content.md: Claude analysis command

Features:
- Intelligent product detection (Core, Enterprise, Cloud, etc.)
- Generates complete frontmatter
- Dry-run and interactive confirmation modes

Usage:
  yarn docs:create --from path/to/draft.md
  /scaffold-content
  yarn docs:create --execute

* chore(scripts): docs:create and docs:edit scripts for content creation and editing
2025-10-28 07:20:13 -05:00
..
analyze-api-source.md feat(influxdb3): Add missing precision CLI option, fix and enhance write documentation.\ 2025-07-08 19:38:44 -05:00
enhance-release-notes.md chore(qol): Add Claude command to enhance the release notes generated by generate-release-notes.js.claude/commands/enhance-release-notes.md file 2025-07-07 12:13:37 -05:00
fix-github-issue.md chore(qol): first draft of fix-github-issue Claude command - mostly copied from the Anthropic site 2025-07-07 14:08:02 -05:00
scaffold-content.md Jts agentsmd (#6486) 2025-10-28 07:20:13 -05:00