Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

bitwize-music About Skill

Displays the bitwize-music plugin's version, creator bio, and community links.

UtilitiesBeginner413101AI score 5/10Last updated: Aug 5, 2026

What it does

  • Reads the version field 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 Read tool and pinned to the haiku model, 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

  1. "What version of this plugin am I on?" → reads plugin.json and shows the version.
  2. "Who made bitwize-music?" → prints the creator bio and website link.
  3. "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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open your terminal.
  2. Clone the repo: git clone https://github.com/bitwize-music-studio/claude-ai-music-skills.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the skills in: cp -r claude-ai-music-skills/skills/* ~/.claude/skills/
  5. Because it reads ${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json, installing the whole repo as a plugin (keeping its structure) gives correct results.
  6. Restart Claude Code and ask "what version of the bitwize-music plugin is this?" to trigger it.