From magic-powers
Use when managing ML experiments, ensuring reproducibility, or comparing model runs
npx claudepluginhub kienbui1995/magic-powers --plugin magic-powersThis skill uses the workspace's default tool permissions.
When training models and need to compare runs, reproduce results, or share findings with the team.
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 training models and need to compare runs, reproduce results, or share findings with the team.
Use MLflow, W&B, or DVC. Log per experiment:
import mlflow
with mlflow.start_run():
mlflow.log_param("learning_rate", 0.01)
mlflow.log_param("max_depth", 5)
mlflow.log_metric("val_accuracy", 0.92)
mlflow.log_artifact("model.pkl")
torch.manual_seed, np.random.seed)