feat(cli): scaffold CLAUDE.md and project-level skills into init

New HyperFrames projects created via `hyperframes init` now include:

- CLAUDE.md + AGENTS.md — teaches AI agents about skills, commands,
  project structure, and framework rules (class="clip", timeline
  registration, determinism). Agents know to invoke /compose-video
  before writing compositions.
- .claude/skills/{compose-video,captions} — project-level skills for
  immediate availability in the current agent session (global skills
  require a session restart to discover).
- Updated next-steps output with `hyperframes docs <topic>` and a
  link to hyperframes.heygen.com.
- Updated README with "AI Agent Skills" section documenting
  `npx hyperframes skills` and `npx skills add` install paths.
- Repo-level CLAUDE.md for framework contributors.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James
2026-03-27 19:15:54 +00:00
co-authored by Claude Opus 4.6
parent 1593055482
commit 42c79f3bd3
8 changed files with 220 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
../../skills/captions
+1
View File
@@ -0,0 +1 @@
../../skills/compose-video