Shrink your container image from 1.2 GB to 120 MB
Analyzes your Dockerfile for bloat, bad layer ordering, missing multi-stage builds, and security issues. Generates an optimized version that builds faster, runs smaller, and has fewer CVEs.
Create a skill called "Image Slimmer". When I provide a Dockerfile (pasted or as a file path), analyze it and produce an optimized version: 1. Check for multi-stage build opportunities (separate build and runtime stages) 2. Optimize layer ordering for cache efficiency (dependencies before source code) 3. Recommend a smaller base image (alpine, distroless, Chainguard) if applicable 4. Remove unnecessary packages, build tools, and caches from the final image 5. Add security best practices (non-root USER, HEALTHCHECK, no secrets in build args) 6. Generate a .dockerignore if one doesn't exist 7. Run hadolint if available for additional lint checks For each change, explain why it matters (size reduction, build speed, security). If Docker is available, build both versions and show the size comparison.
Paste your Dockerfile and get back an optimized version with explanations
for every change. It catches the patterns that turn a 50 MB app into a
1 GB image.
Faster builds, smaller images, fewer headaches
Paste your Dockerfile and get it back cleaner, smaller, and easier to cache. Good starter recipe for developers because the advice is concrete and the output is easy to compare against the original.
Separate the 5 exploitable CVEs from the 500 that don't matter
Runs container and dependency scans, then triages the results by actual risk — not just CVSS score. Cross-references EPSS (exploit probability), KEV catalog (known exploited), and reachability analysis to surface what actually needs fixing today.
Real sources, named experts, actual quotes
Deep research that finds primary sources with named individuals, community sentiment from Reddit/HN/X, and news coverage. No summaries of summaries — actual quotes with URLs.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.