From science-skill
Analyzes images to describe content, extract data from scientific figures, plots, experimental setups, and answer general questions.
npx claudepluginhub caidish/cai-tools --plugin science-skillThis skill uses the workspace's default tool permissions.
Analyze an image with an image expert.
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.
Analyze an image with an image expert.
Run the script with an image path and a prompt:
python scripts/vision.py <image_path> "<prompt>"
# Describe a plot
python scripts/vision.py spectrum.png "Identify the emission lines in this spectrum"
# Read values from a figure
python scripts/vision.py graph.png "What is the peak wavelength shown in this plot?"