Skip to main content

Skills in this repository

TuYv/ccpm - Page 22

SkillsMP has collected 5,252 skills from TuYv/ccpm. Open a skill to review its source and details.

TuYv/ccpm

Showing 40 of 5,252 collected skills.

occupation
Software Developers
description

Validates all pre-generation gates before sending tracks to Suno. Checks sources verified, lyrics reviewed, pronunciation resolved, explicit flag set, style prompt complete, and artist names cleared. Use before generating tracks on Suno or when the user says…

updated
occupation
Software Developers
description

Generates 15-second vertical promo videos for social media from mastered audio. Use after mastering is complete and before release, when the user wants social media content.

updated
occupation
Software Developers
description

Reviews and iterates on social media copy in album promo/ files. Use after populating promo templates and before release to polish platform-specific posts.

updated
occupation
Software Developers
description

Generates platform-specific social media copy from album themes, track concepts, and lyrics. Use when promo/ templates need to be populated before release.

updated
occupation
Software Developers
description

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]".

updated
occupation
Software Developers
description

Scans lyrics for pronunciation risks and prevents Suno mispronunciations. Use when writing lyrics with proper nouns, technical terms, homographs, or non-English words.

updated
occupation
Software Developers
description

Coordinates album release including QA, distribution prep, and platform uploads. Use when mastering and album art are complete and the user is ready to release.

updated
occupation
Software Developers
description

Renames an album or track, updating slugs, titles, and all mirrored paths. Use when the user wants to rename an album or track.

updated
occupation
Software Developers
description

Conducts investigative-grade research with primary source analysis, cross-verification, and trial-level depth. Use when an album needs factual research, source material, or verification of claims.

updated
occupation
Software Developers
description

Researches personal backgrounds, interviews, motivations, and humanizing details. Use when research needs biographical context about people involved in the album's subject.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches SEC filings, earnings calls, analyst reports, and market data. Use when the album subject involves financial crimes, corporate stories, or market events.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches DOJ/FBI/SEC press releases, agency statements, and government sources. Use when research needs official government records or agency documentation.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches archives, contemporary accounts, and timeline reconstruction. Use when the album subject involves historical events that need primary source verification.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches investigative articles, interviews, and news coverage. Use when research needs journalistic sources for cross-referencing or additional context.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches court documents, indictments, plea agreements, and sentencing records. Use when the album subject involves legal proceedings or criminal cases.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches the subject's own words from tweets, blogs, forums, and chat logs. Use when research needs direct quotes or first-person accounts.

updated
occupation
News Analysts, Reporters, & Journalists
description

Researches malware analysis, CVEs, attribution reports, and hacker community sources. Use when the album subject involves cybersecurity incidents or threat actors.

updated
occupation
Technical Writers
description

Researches project histories, changelogs, developer interviews, and open source documentation. Use when the album subject involves technology projects or developer stories.

updated
occupation
Editors
description

Performs quality control, citation validation, and fact-checking before human review. Use after research is complete to verify all sources and claims before production.

updated
occupation
Producers & Directors
description

Finds an album by name and shows detailed status with next steps. Use when the user mentions an album name or wants to continue previous work.

updated
occupation
Computer Occupations, All Other
description

Runs the session startup procedure - verifies setup, loads config and state, checks skill models, and reports project status. Use at the beginning of a fresh session.

updated
occupation
Software Developers
description

Detects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.

updated
occupation
Software Developers
description

Converts mastered audio to sheet music and creates printable songbooks. Use after mastering when the user wants sheet music or a songbook for their album.

updated
occupation
Software Developers
description

Updates model references across all skill files when new Claude models are released. Use when Anthropic releases new Claude models to keep skills current.

updated
occupation
Audio & Video Technicians
description

Constructs technical Suno V5/V5.5 style prompts, selects genres, and optimizes generation settings. Use when creating or refining Suno prompts for track generation.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Runs automated tests to validate plugin integrity across 14 categories. Use before creating PRs, after making changes to skills or templates, or to verify plugin health.

updated
occupation
Technical Writers
description

Provides interactive guided album creation for new users. Use when the user is new to the plugin or asks for a walkthrough of the album creation process.

updated
occupation
Software Developers
description

Validates album directory structure, file locations, and content integrity. Use before release or whenever the user wants to check an album's structural health.

updated
occupation
Software Developers
description

Captures human source verification for tracks, timestamps it, and updates track files. Use when sources need human review before generation.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Reviews lyrics and prose for AI-written patterns (abstract noun stacking, over-explained metaphors, cliche escalation, missing idiosyncrasy, prose AI tells). Advisory Warning/Info severity — flags issues, does not block or rewrite. Use when reviewing lyrics…

updated
occupation
Software Developers
description

Generate a structural architecture overview of a codebase: languages, package map, entry points, dependency graph, and hotspots. One call for the big picture.

updated
occupation
Software Developers
description

Concurrency safety audit for a type or file. Maps all fields, traces which are accessed from concurrent contexts (goroutines, threads, async tasks), and flags fields that lack synchronization. Produces a field-level safety report. Language-agnostic across 4…

updated
occupation
Software Developers
description

Cross-repository analysis — find all callers of a library symbol in one or more consumer repos. Use when refactoring a shared library and need to understand how consumers use it.

updated
occupation
Software Developers
description

Enumerate exported symbols in a file and surface those with zero references across the workspace. Use when auditing for dead code, cleaning up APIs, or checking which exports are safe to remove.

updated
occupation
Software Developers
description

Three-tier documentation lookup for any symbol — hover → offline toolchain doc → source definition. Use when hover text is absent, insufficient, or the symbol is in an unindexed dependency.

updated
occupation
Software Developers
description

Safe workflow for editing exported symbols or public APIs. Use when changing a function signature, modifying a public type, or altering any symbol used outside its own package — finds all callers first so nothing breaks silently.

updated
occupation
Software Developers
description

Edit a named symbol without knowing its file or position. Use when you want to change a function, type, or variable by name and don't have exact coordinates. Resolves the symbol to its definition, retrieves its full range, and applies the edit.

updated
occupation
Software Developers
description

"Tell me about this symbol": hover + implementations + call hierarchy + references in one pass — for navigating unfamiliar code.

updated
occupation
Software Developers
description

Extract a selected code block into a named function. Primary path uses the language server's extract-function code action; falls back to manual extraction when no code action is available. Validates captured variables, scope shadowing, and compilation after…

updated
occupation
Software Developers
description

Apply available quick-fix code actions for all current diagnostics in a file, one at a time with re-collection between each fix. Use to bulk-resolve errors and warnings the language server can fix automatically.

updated
Showing 40 of 5,252 collected skills.