From magic-powers
Use when validating data pipelines, writing data tests, or investigating data anomalies
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
When ensuring that data flowing through pipelines is accurate, complete, timely, and consistent.
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 ensuring that data flowing through pipelines is accurate, complete, timely, and consistent.
Using dbt tests or Great Expectations:
# dbt example
models:
- name: orders
columns:
- name: order_id
tests: [unique, not_null]
- name: status
tests:
- accepted_values:
values: [pending, shipped, delivered, cancelled]
- name: amount
tests:
- dbt_utils.expression_is_true:
expression: ">= 0"
When a quality check fails: