bitwize-music About Skill
Displays the bitwize-music plugin's version, creator bio, and community links.
UtilitiesBeginner★ 413⑂ 101AI score 5/10Last updated: Aug 5, 2026
What it does
- Reads the
versionfield from${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json. - Renders an about card with the version, a short creator bio, the official website, the 'Behind the Music' page, a Discord invite, and the X/Twitter handle.
- Restricted to the
Readtool and pinned to thehaikumodel, so it responds quickly and cheaply.
Who it's for
- Users who already run the bitwize-music plugin and want a quick version or support-channel check.
- People looking to join the AI music-generation community around the project.
- Skill authors who want a minimal reference implementation of an "about" skill.
Examples
- "What version of this plugin am I on?" → reads plugin.json and shows the version.
- "Who made bitwize-music?" → prints the creator bio and website link.
- "Where do I get help or share my tracks?" → returns the Discord invite and X handle.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/bitwize-music-studio/claude-ai-music-skills/HEAD/skills/about/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the skills/about folder from the GitHub repo bitwize-music-studio/claude-ai-music-skills into my ~/.claude/skills/about/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git /tmp/claude-ai-music-skills && mkdir -p ~/.claude/skills && cp -r /tmp/claude-ai-music-skills/skills/* ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open your terminal.
- Clone the repo:
git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the skills in:
cp -r claude-ai-music-skills/skills/* ~/.claude/skills/ - Because it reads
${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json, installing the whole repo as a plugin (keeping its structure) gives correct results. - Restart Claude Code and ask "what version of the bitwize-music plugin is this?" to trigger it.
View source on GitHub ↗License: CC0-1.0