configure

仓库创建 2026年1月14日最近提交 9 小时前SkillHot 收录 20 天前
▸ 精选理由

首次安装或调整参数时的必备管理工具

这个 Skill 做什么

交互式设置或编辑插件配置文件并校验配置有效性。

交互式帮你搭好或修改插件的配置文件,遇到第一次安装、配置丢失或想改设置时用。会逐步引导你填写 ~/.bitwize-music/config.yaml,实时校验字段有效性,并支持显示当前配置、编辑特定项或一键重置。特色是边填边校验、交互式提示错误,减少因格式或缺项导致的问题。

▸ 展开 SKILL.md 英文原文

Sets up or edits the plugin configuration file interactively. Use on first-time setup, when config is missing, or when the user wants to change settings.

Skill 开发管理配置向导交互设置验证重置通用
388
Stars
85
Forks
40
仓库内 Skill
+63
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/configure/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/main/skills/configure/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Your Task

**Input**: $ARGUMENTS

Route based on argument:
- `setup` or no argument → Interactive first-time setup
- `edit` → Edit specific settings
- `show` → Display current configuration
- `validate` → Check config for issues
- `reset` → Delete config and start fresh

---

# Plugin Configuration Skill

You help users set up and manage their `~/.bitwize-music/config.yaml` configuration.

## Config Location

```
~/.bitwize-music/config.yaml
```

## Commands

### `/configure` or `/configure setup`

Interactive first-time setup. Guide user through creating their config.

**Steps:**

1. Check if `~/.bitwize-music/config.yaml` exists
2. If exists, ask if they want to overwrite or edit instea
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有