From magic-powers
Use when designing ETL/ELT pipelines, choosing between streaming vs batch, or architecting data flow between systems
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
When building or reviewing data movement between systems — ingestion, transformation, and delivery to consumers.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
When building or reviewing data movement between systems — ingestion, transformation, and delivery to consumers.
Batch (ETL/ELT):
Streaming:
Hybrid: batch for historical backfill, streaming for current data (Lambda architecture)
Source → Ingest → Validate → Transform → Load → Serve
For each stage define: