new-album
仓库创建 2026年1月14日最近提交 8 小时前SkillHot 收录 20 天前
▸ 精选理由
立即建立统一工作流模板,适合开始新专辑或团队协作。
▸ 风险提示
会在本地或仓库创建/修改文件,请确认权限与目标路径。
这个 Skill 做什么
按规范生成专辑目录结构与模板文件,快速初始化项目。
按规范一键生成专辑目录结构和模板文件(如 RESEARCH.md、SOURCES.md 等),初始化项目时立刻用,省去手工建文件的繁琐。可创建普通专辑或纪录片类型,纪录片会自动加研究与来源文件,方便马上开始创作。特点是产出标准化、可复用的项目骨架,节省准备时间。
▸ 展开 SKILL.md 英文原文
Creates a new album with the correct directory structure and templates. Use IMMEDIATELY when the user says 'make a new album' or similar, before any discussion.
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/new-album/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/new-album/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Your Task
**Input**: $ARGUMENTS
Create a new album directory structure with all required files and templates.
---
# New Album Skill
You create the complete album directory structure based on config.
## Step 1: Parse Arguments
Expected formats:
- `<album-name> <genre>` — standard album
- `<album-name> documentary <genre>` — true-story/documentary album (creates RESEARCH.md + SOURCES.md)
Examples:
- `sample-album electronic`
- `my-new-album hip-hop`
- `protest-songs folk`
- `the-heist documentary hip-hop`
Valid genres: Any genre that has a directory under `${CLAUDE_PLUGIN_ROOT}/genres/`. Use the slug form (lowercase, hyphenated) — e.g. `deep-house`, `crust-punk`, `k-pop`, `hip-hop`via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有