image-enhancer
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
Best use case
image-enhancer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
Teams using image-enhancer should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/image-enhancer/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How image-enhancer Compares
| Feature / Agent | image-enhancer | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Improves the quality of images, especially screenshots, by enhancing resolution, sharpness, and clarity. Perfect for preparing images for presentations, documentation, or social media posts.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Image Enhancer This skill takes your images and screenshots and makes them look better—sharper, clearer, and more professional. ## When to Use This Skill - Improving screenshot quality for blog posts or documentation - Enhancing images before sharing on social media - Preparing images for presentations or reports - Upscaling low-resolution images - Sharpening blurry photos - Cleaning up compressed images ## What This Skill Does 1. **Analyzes Image Quality**: Checks resolution, sharpness, and compression artifacts 2. **Enhances Resolution**: Upscales images intelligently 3. **Improves Sharpness**: Enhances edges and details 4. **Reduces Artifacts**: Cleans up compression artifacts and noise 5. **Optimizes for Use Case**: Adjusts based on intended use (web, print, social media) ## How to Use ### Basic Enhancement ``` Improve the image quality of screenshot.png ``` ``` Enhance all images in this folder ``` ### Specific Improvements ``` Upscale this image to 4K resolution ``` ``` Sharpen this blurry screenshot ``` ``` Reduce compression artifacts in this image ``` ### Batch Processing ``` Improve the quality of all PNG files in this directory ``` ## Example **User**: "Improve the image quality of screenshot-2024.png" **Output**: ``` Analyzing screenshot-2024.png... Current specs: - Resolution: 1920x1080 - Format: PNG - Quality: Good, but slight blur Enhancements applied: ✓ Upscaled to 2560x1440 (retina) ✓ Sharpened edges ✓ Enhanced text clarity ✓ Optimized file size Saved as: screenshot-2024-enhanced.png Original preserved as: screenshot-2024-original.png ``` **Inspired by:** Lenny Rachitsky's workflow from his newsletter - used for screenshots in his articles ## Tips - Always keeps original files as backup - Works best with screenshots and digital images - Can batch process entire folders - Specify output format if needed (PNG for quality, JPG for smaller size) - For social media, mention the platform for optimal sizing ## Common Use Cases - **Blog Posts**: Enhance screenshots before publishing - **Documentation**: Make UI screenshots crystal clear - **Social Media**: Optimize images for Twitter, LinkedIn, Instagram - **Presentations**: Upscale images for large screens - **Print Materials**: Increase resolution for physical media
Related Skills
gemini-imagegen
Generate and edit images using the Gemini API (Nano Banana Pro). Use this skill when creating images from text prompts, editing existing images, applying style transfers, generating logos with text, creating stickers, product mockups, or any image generation/manipulation task. Supports text-to-image, image editing, multi-turn refinement, and composition from multiple reference images.
generate-image
Generate or edit images using AI models (FLUX, Gemini). Use for scientific illustrations, diagrams, schematics, infographics, concept visualizations, and artistic images. Supports image editing to modify existing images (change colors, add/remove elements, style transfer). Useful for figures, posters, and visual explanations.
zapier-workflows
Manage and trigger pre-built Zapier workflows and MCP tool orchestration. Use when user mentions workflows, Zaps, automations, daily digest, research, search, lead tracking, expenses, or asks to "run" any process. Also handles Perplexity-based research and Google Sheets data tracking.
writing-skills
Create and manage Claude Code skills in HASH repository following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns), UserPromptSubmit hook, and the 500-line rule. Includes validation and debugging with SKILL_DEBUG. Examples include rust-error-stack, cargo-dependencies, and rust-documentation skills.
writing-plans
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
workflow-orchestration-patterns
Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.
workflow-management
Create, debug, or modify QStash workflows for data updates and social media posting in the API service. Use when adding new automated jobs, fixing workflow errors, or updating scheduling logic.
workflow-interactive-dev
用于开发 FastGPT 工作流中的交互响应。详细说明了交互节点的架构、开发流程和需要修改的文件。
woocommerce-dev-cycle
Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
woocommerce-code-review
Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
Wheels Migration Generator
Generate database-agnostic Wheels migrations for creating tables, altering schemas, and managing database changes. Use when creating or modifying database schema, adding tables, columns, indexes, or foreign keys. Prevents database-specific SQL and ensures cross-database compatibility.
webapp-testing
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.