Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Music Ai Knowledge

ASecurity

Unified knowledge base for AI music production combining best references from: - ai-media-generator (Hao0321): prompt engineering for Suno, Veo, Kling, Seedance, etc. - claude-music (AgriciDaniel): ACE-Step 1.5 local generation references - varg-ai (vargHQ): cloud multi-modal (music, video, image, speech) references

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentspythonbashgitdocumentation

Works with

claude code

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add majinmagros/magros.ai-skills --skill music-ai-knowledge --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Music Ai Knowledge?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Music Ai Knowledge
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/majinmagros-music-ai-knowledge/badge)](https://www.skillsdirectory.com/skills/majinmagros-music-ai-knowledge)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: music-ai-knowledge
description: >
  Unified knowledge base for AI music production combining best references from:
  - ai-media-generator (Hao0321): prompt engineering for Suno, Veo, Kling, Seedance, etc.
  - claude-music (AgriciDaniel): ACE-Step 1.5 local generation references
  - varg-ai (vargHQ): cloud multi-modal (music, video, image, speech) references
when_to_use: >
  Use when crafting prompts for any AI music/video platform, need model selection guidance,
  sound design patterns, genre recipes, song structures, post-processing, or LoRA training.
  Load specific reference files on-demand based on task.
license: MIT
metadata:
  author: magros
  version: "1.0.0"
  sources:
    - name: ai-media-generator
      url: https://github.com/Hao0321/ai-media-generator
      license: MIT
    - name: claude-music
      url: https://github.com/AgriciDaniel/claude-music
      license: MIT
    - name: varg-ai
      url: https://github.com/vargHQ/skills
      license: MIT
compatibility: >
  Platform-agnostic reference knowledge. Works with any AI music/video tool:
  local (MusicGen, ACE-Step), cloud (Suno, varg.ai), or web (Veo, Kling, Seedance, Runway).
allowed-tools:
  - Read
  - Glob
  - Grep
---

# music-ai-knowledge — Unified AI Music Production Knowledge Base

## Overview

This skill provides a consolidated, organized reference library for AI music production.
It merges the best documentation from three major open-source skills into a single,
navigable knowledge base that you can query on-demand.

**Total: 62 reference files + 9 templates + 11 automation profiles**

## Structure

```
music-ai-knowledge/
├── references/
│   ├── ai-media-generator/     # 34 platform-specific prompt guides
│   ├── claude-music/           # 8 ACE-Step 1.5 references
│   └── varg-ai/                # 9 varg cloud references
├── templates/                  # 9 ready-to-use prompt templates
├── automation/                 # 11 browser automation profiles
├── SKILL.md                    # This file
├── README.md                   # Human-readable documentation
└── LICENSE                     # MIT license
```

## Quick Reference: Which File to Read

| Task | File |
|------|------|
| **Write Suno v5.5 prompt** | `references/ai-media-generator/suno.md` |
| **Sound design (dialogue/SFX/BGM)** | `references/ai-media-generator/sound-design.md` |
| **Pick best model for task** | `references/ai-media-generator/model-picker.md` |
| **Fix artifacts/plastic look** | `references/ai-media-generator/quality-control.md` |
| **Prompt feels empty/meaningless** | `references/ai-media-generator/concept-first-prompting.md` |
| **Build strong prompt from concept** | `references/ai-media-generator/prompt-craft-engine.md` |
| **Cinematic/DP-grade visuals** | `references/ai-media-generator/cinematic-direction.md` |
| **Commercial/brand/MV style** | `references/ai-media-generator/commercial-direction.md` |
| **VFX/physics/atmosphere** | `references/ai-media-generator/vfx-effects.md` |
| **Editing rhythm/transitions** | `references/ai-media-generator/editing-transitions.md` |
| **Camera language** | `references/ai-media-generator/camera-language.md` |
| **Community-verified tokens** | `references/ai-media-generator/community-prompt-patterns.md` |
| **Proven copy-paste prompts** | `references/ai-media-generator/proven-prompts.md` |
| **30+ style presets** | `templates/preset-packs.md` |
| **Auto-pilot one-shot workflow** | `templates/auto-pilot.md` |
| **Music video (BPM sync)** | `templates/music-video.md` |
| **Director/DP style library** | `references/ai-media-generator/director-style-library.md` |
| **ACE-Step genre recipes** | `references/claude-music/genre-recipes.md` |
| **ACE-Step music theory** | `references/claude-music/music-theory.md` |
| **ACE-Step parameters** | `references/claude-music/parameters.md` |
| **ACE-Step post-processing** | `references/claude-music/post-processing.md` |
| **ACE-Step song structures** | `references/claude-music/song-structures.md` |
| **ACE-Step LoRA training** | `references/claude-music/lora-training.md` |
| **ACE-Step prompt guide** | `references/claude-music/prompt-guide.md` |
| **Varg music model (ElevenLabs)** | `references/varg-ai/models.md` |
| **Varg prompting guide** | `references/varg-ai/prompting.md` |
| **Varg component props** | `references/varg-ai/components.md` |
| **Varg recipes** | `references/varg-ai/recipes.md` |

## Usage Pattern

```python
# 1. Identify your task
# 2. Load the corresponding reference file
# 3. Apply patterns/parameters from reference
# 4. Execute generation on your platform of choice
```

## Integration with DnB Production

Your existing `dnb-production` harness (MusicGen, GTX 1650 4GB) handles local loop generation.
This knowledge base enhances it with:

- **Better prompts** → `prompt-craft-engine.md`, `genre-recipes.md`, `preset-packs.md`
- **Song structure** → `song-structures.md`, `music-theory.md` (DnB: 174 BPM)
- **Post-processing** → `post-processing.md` (mastering, loudnorm, stems)
- **Model selection** → `model-picker.md` (MusicGen vs Suno vs ACE-Step vs Varg)
- **Sound design** → `sound-design.md` (cinematic DnB with dialogue/SFX)
- **LoRA training** → `lora-training.md` (custom DnB style on 3-10 tracks)

## Installation

### OpenCode / Claude Code
```bash
# Clone to skills directory
git clone https://github.com/magros/music-ai-knowledge.git ~/.config/opencode/skills/music-ai-knowledge
# or
git clone https://github.com/magros/music-ai-knowledge.git .opencode/skills/music-ai-knowledge
```

### Manual
Copy `music-ai-knowledge/` folder to your project's knowledge/skills directory.

## Loading References

This skill is **reference-only** — it doesn't execute code.
Load specific files on-demand:

```bash
# In your agent/tool, read the needed file:
cat references/ai-media-generator/suno.md
cat references/claude-music/genre-recipes.md
cat templates/preset-packs.md
```

## Sources & Attribution

All content sourced from three MIT-licensed projects:

| Project | Author | Repo | License |
|---------|--------|------|---------|
| ai-media-generator | Hao0321 | https://github.com/Hao0321/ai-media-generator | MIT |
| claude-music | AgriciDaniel | https://github.com/AgriciDaniel/claude-music | MIT |
| varg-ai | vargHQ | https://github.com/vargHQ/skills | MIT |

This consolidation preserves original licenses. See individual files for source attribution.

## Version History

- **1.0.0** (2026-08-12): Initial consolidation of all three sources

Attribution

majinmagrosmajinmagros
View sourceMore from majinmagros →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →