con un clic
image-resizer
A standard image processing utility designed to resize JPEG and PNG files and extract EXIF profiles for the profile-optimizer.
Menú
A standard image processing utility designed to resize JPEG and PNG files and extract EXIF profiles for the profile-optimizer.
Systematically analyze agent plugins and skills to extract design patterns, architectural decisions, and reusable techniques. Trigger with "analyze this plugin", "mine patterns from", "review plugin structure", "extract learnings from", "what patterns does this plugin use", or when examining any plugin or skill collection to understand its design.
A deliberately broken skill that should trigger multiple anti-pattern detections during analysis.
A minimal well-structured plugin used as a test fixture for self-audit regression testing.
Create technical bundles of code, design, and documentation for external review or context sharing. Use when you need to package multiple project files into a single Markdown file while preserving folder hierarchy and providing contextual notes for each file.
Scaffold GitHub Agent files from an existing Agent Skill. Generates IDE/UI agents (invokable from GitHub Copilot Chat via slash command) and/or CI/CD autonomous agents (GitHub Actions quality gates with Kill Switch). Use when converting a Skill into a GitHub-native agent.
Interactive initialization script that generates an Antigravity Workflow, Rule, or legacy Claude /command. Use when you need a simple flat-file procedural instruction set.
| name | image-resizer |
| description | A standard image processing utility designed to resize JPEG and PNG files and extract EXIF profiles for the profile-optimizer. |
| dependencies | ["skill:agent-bridge"] |
This skill provides a simple utility to resize JPEG and PNG images.
It reads the image dimensions and EXIF data before processing the transformation,
then passes the raw EXIF telemetry to the profile-optimizer agent for
hardware affinity configuration prior to batch processing.
run_image_resizer --input /path/to/image.jpg --width 800