chore(skills): rename compose-video → hyperframes-compose, captions → hyperframes-captions

Namespace skill names with `hyperframes-` prefix for clearer identity in
OSS contexts where users may have other skills installed.

Updates skill directories, SKILL.md frontmatter, CLAUDE.md, README.md,
CLI build script, init command, and project template.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
James
2026-03-28 01:26:13 +00:00
co-authored by Claude Opus 4.6
parent f79fcebfd8
commit b8149abef5
23 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -447,7 +447,7 @@ function scaffoldProject(
// Copy project-level skills (.claude/skills/) for immediate availability
const skillsSrcDir = getBundledSkillsDir();
if (existsSync(skillsSrcDir)) {
const projectSkills = ["compose-video", "captions"];
const projectSkills = ["hyperframes-compose", "hyperframes-captions"];
for (const skill of projectSkills) {
const src = join(skillsSrcDir, skill);
if (existsSync(src)) {