promote-idea
仓库创建 2026年1月14日最近提交 8 小时前SkillHot 收录 20 天前
▸ 精选理由
把多步骤流程合并为单次命令,适合启动新专辑。
▸ 风险提示
会修改仓库文件,需写权限并先备份。
这个 Skill 做什么
一键把 IDEAS.md 中的想法转为完整专辑项目并创建必要文件。
把 IDEAS.md 里标注为 Pending 的想法一键变成完整的 album 项目,自动生成目录、必要文件和基础元数据并推导合适的 slug。想马上开始把某个创意落地、不想手动跑 get_ideas→new-album→update_idea 三步时就用。特别之处是把原本分开的流程合并成一步,省时省出错,还会生成项目模板和初始配置,方便立即开发。
▸ 展开 SKILL.md 英文原文
Converts an album idea from IDEAS.md into an actual album project in one step. Use when the user says "promote [idea title]", "turn idea into album", or "start working on [idea]".
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/promote-idea/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/promote-idea/SKILL.md"SKILL.MD 节选查看完整文件 ↗
## Your Task **Input**: $ARGUMENTS Convert a `Pending` idea from `IDEAS.md` into a full album project in one call. Replaces the manual 3-step workflow (`get_ideas` → `new-album` → `update_idea`) with a single entry point. --- # Promote Idea Skill ## Step 1: Parse Arguments Expected formats: - `"<idea title>"` — auto-derive slug from the title - `"<idea title>" <album-slug>` — override the auto-derived slug - `"<idea title>" documentary` — standard slug, documentary flag on - `"<idea title>" <album-slug> documentary` — explicit slug + documentary Examples: - `"Kleine Welt"` → slug auto-derived to `kleine-welt` - `"The Great Molasses Flood" molasses-flood documentary` - `"Ängstliche K
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有