Agent skill

wpf-high-dpi-analyzer

Analyze and fix WPF applications for high DPI support, per-monitor DPI awareness, and scaling issues

a5c-ai1,642★ · 1 repos on radarProfile →
claude-codecodexcan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: ReadGrepGlobBash
Path: library/specializations/desktop-development/skills/wpf-high-dpi-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Capabilities
  2. Input Schema
  3. Output Schema
  4. DPI Awareness Modes
  5. System DPI Aware (Legacy)
  6. Per-Monitor DPI Aware (Windows 8.1+)
  7. Per-Monitor V2 DPI Aware (Windows 10 1703+)
  8. Common Issues and Fixes
  9. Hardcoded Pixel Values
  10. Bitmap Images
  11. Dynamic DPI Handling
  12. Per-Monitor V2 Setup
  13. Transform Issues
  14. Font Scaling
Ships with 1 file
  • README.md
More from babysitter
All skills →
About this skill
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.

Keep going