Setup
Skill Verifiziert AktivDetects your Python environment and guides you through installing plugin dependencies. Use on first-time setup or when MCP server fails to start.
To simplify the initial setup and ongoing maintenance of plugin dependencies by automatically detecting the Python environment and providing straightforward installation guidance.
Funktionen
- Detects Python version and environment type
- Checks for venv support and existing venv
- Verifies installation status of critical components
- Guides users through unified venv installation
Anwendungsfälle
- First-time setup of the bitwize-music plugin
- Troubleshooting when the MCP server fails to start due to missing dependencies
- Verifying a clean installation of all required components
Nicht-Ziele
- Managing dependencies outside of the specified Python virtual environment
- Installing or managing non-Python-related software
- Configuring workspace paths or artist details (delegated to another skill)
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add bitwize-music-studio/claude-ai-music-skills/plugin install claude-ai-music-skills@bitwize-musicQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Vector Setup
100First-run setup for ruvector@0.2.25 — installs ONNX/Brain/SONA add-ons, registers the MCP server, and verifies the install via `doctor`
Cleanup Cycles
100Detect and untangle circular dependencies. Runs madge/skott (TS), pycycle (Py), or compiler-only checks (Go/Rust). Auto-fixes leaf-extractable cycles; reports core cycles for human review. Use when the user asks to find circular imports, fix dependency cycles, or untangle module graph. Example queries — "find circular imports", "fix dependency cycles", "untangle our module graph", "why is madge complaining".
Setup Wsl Dev Environment
97Set up a WSL2 development environment on Windows including shell configuration, essential tools, Git, SSH keys, Node.js, Python, and cross-platform path management. Use when setting up a new Windows machine for development, configuring WSL2 for the first time, adding development tools to an existing WSL installation, or setting up cross-platform workflows that combine WSL and Windows tools.
Audit Dependency Versions
100Audit project dependencies for version staleness, security vulnerabilities, and compatibility issues. Covers lock file analysis, upgrade path planning, and breaking change assessment. Use before a release to ensure dependencies are current and secure, during periodic maintenance reviews, after receiving a security advisory, when upgrading to a new language version, before submitting to CRAN or npm, or when inheriting a project to assess its dependency health.
Embedding Strategies
100Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.
Aws Cdk Development
100AWS Cloud Development Kit (CDK) Experte für den Aufbau von Cloud-Infrastruktur mit TypeScript/Python. Verwenden Sie dies beim Erstellen von CDK-Stacks, Definieren von CDK-Konstrukten, Implementieren von Infrastructure as Code oder wenn der Benutzer CDK, CloudFormation, IaC, cdk synth, cdk deploy erwähnt oder AWS-Infrastruktur programmatisch definieren möchte. Behandelt CDK-App-Struktur, Konstruktmuster, Stack-Komposition und Bereitstellungs-Workflows.