distributions/claude/skills/modular-synthesis-philosophy/SKILL.md
Apply modular synthesis principles to system design, workflow architecture, and conceptual frameworks. Use when designing modular systems, creating architecture diagrams using synthesis metaphors, applying signal flow thinking to data pipelines, or translating between audio engineering and software concepts. Triggers on modular architecture design, signal flow diagrams, synthesis-inspired system thinking, or "oscillator/patch" metaphors.
npx skillsauth add a-organvm/a-i--skills modular-synthesis-philosophyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Translate the wisdom of modular synthesis into system design and conceptual frameworks.
In modular synthesis, every function is a discrete, replaceable unit with defined inputs and outputs. Apply this to:
The power isn't in the modules—it's in how they connect. A simple oscillator becomes complex through routing.
System design equivalent: APIs, interfaces, data contracts, message passing.
Modular synthesis distinguishes between:
System equivalent:
Synthesis philosophy: there are no mistakes, only unexpected results. Patching a clock into an audio input creates something.
Design equivalent: Embrace emergence. Systems can be recombined in ways designers didn't anticipate.
| Synthesis | System Equivalent | |-----------|-------------------| | VCO (voltage-controlled oscillator) | Data source, API endpoint, sensor | | LFO (low-frequency oscillator) | Scheduler, cron job, heartbeat | | Noise source | Random generator, entropy source | | Sample & Hold | Cache, state capture, snapshot |
| Synthesis | System Equivalent | |-----------|-------------------| | VCF (voltage-controlled filter) | Data transformer, query filter | | Lowpass filter | Noise reduction, smoothing, aggregation | | Highpass filter | Change detection, delta extraction | | Bandpass filter | Specific extraction, search query |
| Synthesis | System Equivalent | |-----------|-------------------| | Envelope (ADSR) | Lifecycle management (init, active, decay, cleanup) | | Sequencer | Workflow orchestrator, state machine | | Quantizer | Validator, normalizer, type coercer | | Slew limiter | Rate limiter, gradual rollout |
| Synthesis | System Equivalent | |-----------|-------------------| | Mixer | Aggregator, combiner, merge function | | VCA (voltage-controlled amplifier) | Gain control, feature flag, throttle | | Multiple/Splitter | Fan-out, broadcast, pub/sub | | Switch | Router, conditional, A/B test | | Attenuator | Scaler, normalizer, reducer |
[Source] → [Process A] → [Process B] → [Output]
Simple, predictable, easy to debug. Each stage transforms and passes on.
When to use: ETL pipelines, request processing, assembly lines.
┌→ [Process A] →┐
[Source] [Mixer] → [Output]
└→ [Process B] →┘
Process the same signal differently, combine results.
When to use: A/B testing, redundancy, multi-format output.
[Source] → [Process] → [Output]
↑____________|
Output feeds back into input. Creates complexity, can create instability.
When to use: Iteration, learning systems, self-regulation. Warning: Needs attenuation or the system oscillates out of control.
[Osc A] ←→ [Osc B]
↓ ↓
[Mix] → [Output]
Two modules modulate each other. Creates complex, evolving behavior.
When to use: Emergent systems, creative AI, market dynamics.
Standard approach: Follow established patterns, use popular frameworks, minimize surprise.
Synthesis approach: Experiment with unconventional signal paths. The "wrong" patch might create something novel.
What are the signal generators in your system?
What transforms signals?
What controls behavior?
How do signals flow?
How do multiple signals combine?
┌─────────────┐
│ MODULE │
│ │
│ ○ CV In │ ○ = Input
│ ● Audio In │ ● = Output (filled)
│ ● Out │
└─────────────┘
Patch cables: ──────── (audio)
········ (CV/control)
references/module-mappings.md - Extended module-to-system translationsreferences/patch-diagrams.md - Example system diagrams in synthesis styledevelopment
Create algorithmic and generative art using mathematical patterns, noise functions, particle systems, and procedural generation. Covers flow fields, L-systems, fractals, and creative coding foundations. Triggers on generative art, algorithmic art, creative coding, procedural generation, or mathematical visualization requests.
development
Audits web applications and architectures for compliance with GDPR, CCPA, and other privacy regulations, focusing on consent, data minimization, and user rights.
development
Optimize Google Cloud Platform resource allocation and manage cloud credits efficiently. Use when planning GCP deployments, analyzing cloud spend, maximizing value from expiring credits, right-sizing instances, or designing cost-effective architectures. Triggers on GCP cost optimization, credit management, resource allocation planning, or cloud budget concerns.
testing
Designs engaging gameplay loops, economies, and progression systems, balancing challenge and reward for interactive experiences.