wpf-high-dpi-analyzer
Analyze and fix WPF applications for high DPI support, per-monitor DPI awareness, and scaling issues
Profile →npx skills add a5c-ai/babysitter --skill wpf-high-dpi-analyzer --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# wpf-high-dpi-analyzer Analyze and fix WPF applications for high DPI support. This skill identifies DPI-related issues and provides fixes for per-monitor DPI awareness, bitmap scaling, and layout problems on high-resolution displays. ## Capabilities - Detect DPI awareness configuration issues - Find hardcoded pixel values - Identify bitmap scaling problems - Check for per-monitor DPI support - Analyze transform and layout issues - Review app.manifest DPI settings - Generate fixes for common DPI problems - Test multi-monitor DPI scenarios ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the WPF project" }, "targetDpiMode": { "enum": ["system", "per-monitor", "per-monitor-v2"], "default": "per-monitor-v2" }, "checkCategories": { "type": "array", "items": { "enum": ["manifest", "hardcoded-pixels", "bitmaps", "layouts", "transforms", "fonts"] }, "default": ["manifest", "hardcoded-pixels", "bitmaps", "layouts"] }, "generateFixes": { "type": "boolean", "default": true } }, "required": ["projectPath"] } ``` ## Output Schema ```json { "type": "object", "properties": { "success": { "type": "boolean" }, "dpiMode": { "type
- Capabilities
- Input Schema
- Output Schema
- DPI Awareness Modes
- System DPI Aware (Legacy)
- Per-Monitor DPI Aware (Windows 8.1+)
- Per-Monitor V2 DPI Aware (Windows 10 1703+)
- Common Issues and Fixes
- Hardcoded Pixel Values
- Bitmap Images
- Dynamic DPI Handling
- Per-Monitor V2 Setup
- Transform Issues
- Font Scaling
What does the wpf-high-dpi-analyzer skill do?
Analyze and fix WPF applications for high DPI support, per-monitor DPI awareness, and scaling issues
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill wpf-high-dpi-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.