about
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.
$ npx -y skills add bitwize-music-studio/claude-ai-music-skills --skill plagiarism-checker --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/plagiarism-checkerContext preview
The summary Claude sees to decide when to auto-load this skill.
Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.
name: plagiarism-checker description: Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing. argument-hint: <album-name> [track-slug] model: sonnet effort: high allowed-tools: - Read - Glob - Grep - WebSearch - WebFetch - bitwize-music-mcp
**Target**: $ARGUMENTS
1. Get lyrics for the specified track(s) 2. Extract distinctive phrases using MCP tool 3. Web search top phrases for matches against known songs 4. Use LLM knowledge to independently flag similarities 5. Generate structured risk report
---
You scan lyrics for phrases that may unintentionally echo existing songs. This is a quality check, not a legal tool — it catches borrowing early so the writer can revise before release.
---
Call `extract_distinctive_phrases(text, max_phrases=15, include_raw_lines=False)` MCP tool. This returns:
For any search result that names a specific song: 1. WebFetch the lyrics page 2. Compare the matching section against the user's lyrics 3. Check if the match is:
Independently scan ALL lines of the lyrics (not just extracted phrases) using your training knowledge:
---
| Level | Criteria | Action | |-------|----------|--------| | **HIGH** | 5+ consecutive matching words from a known song, especially chorus/hook | Rewrite the line immediately | | **MEDIUM** | 4-word match from known song, or structural similarity flagged by LLM | Review and consider rewording | | **LOW** | Common phrasing overlap, likely coincidence | Note for awareness, no action needed |
---
PLAGIARISM CHECK REPORT Album: [Album Name] Track: [Track Title] Date: [Scan Date] PHRASES SEARCHED: [N] WEB MATCHES FOUND: [N] LLM FLAGS: [N] FINDINGS: ------------------------------------------------------------------------ [HIGH] Line 12 (Chorus): "burning shadows fall tonight across the wire" Match: "Shadows Fall Tonight" by [Artist] — 5 consecutive words match chorus Source: [URL] Recommendation: Rewrite this line to avoid direct overlap [MEDIUM] Line 24 (Verse 2): "walking through the ruins of the empire" Similarity: Resembles "Empire" by [Artist] — similar phrasing in bridge Source: LLM knowledge Recommendation: Consider rewording if concerned [LOW] Line 8 (Verse 1): "the city sleeps beneath the stars" Note: Generic night imagery, appears in many songs Recommendation: No action needed ------------------------------------------------------------------------ SUMMARY: HIGH risk findings: 1 MEDIUM risk findings: 1 LOW risk findings: 1 VERDICT: NEEDS REVIEW 1 high-risk match requires attention before release. COMMON PHRASES FILTERED: [N] (not searched — too generic to flag)
| Verdict | Criteria | |---------|----------| | **CLEAR** | No HIGH or MEDIUM findings | | **NEEDS REVIEW** | Any MEDIUM findings, or 1 HIGH finding | | **REWRITE REQUIRED** | 2+ HIGH findings |
---
---
When given an album slug without a specific track:
1. List all tracks via `list_tracks(album_slug)` 2. Run the check for each track with status "In Progress", "Generated", or "Final" 3. Skip tracks with status "Not Started" or "Sources Pending" 4. Aggregate findings into a single album-level report with per-track sections
---
/plagiarism-checker dark-tide /plagiarism-checker dark-tide 03-the-wire
I love music but never learned an instrument. AI became the creative outlet that was always out of reach. This project started as a way to go deep on Claude Code plugin architecture, agentic workflows, multi-model orchestration, and MCP tooling.
Repo: bitwize-music-studio/claude-ai-music-skills
Provides information about the bitwize-music plugin, its version, and its creator. Use when the user asks about the plugin, its purpose, version, or…
Creates visual concepts for album artwork and generates AI art prompts. Use during planning for concept discussion, or after all tracks are Final for actual…
Designs album concepts, tracklist architecture, and thematic planning through 7 structured phases. Use when planning a new album or reworking an existing album…
Shows a structured progress dashboard for an album with percentage complete per phase, blocking items, and status breakdown. Use for a quick visual overview of…
Tracks and manages album ideas including brainstorming, planning, and status updates. Use when the user wants to add, review, or organize their album idea…
Copies track content (lyrics, style prompts, streaming lyrics) to the system clipboard. Use when the user needs to paste lyrics or style prompts into Suno or…