sdv-ui-layout

Design Stardew Valley menu layouts with anchors, spacing, and gamepad navigation.

2|Updated Aug 23, 2022
One-click install
npx skills add https://github.com/liminalwarmth/StardewOutfitManager --skill sdv-ui-layout
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdv-ui-layout
Source: https://github.com/liminalwarmth/StardewOutfitManager/tree/main/.claude/skills/sdv-ui-layout
Command: npx skills add https://github.com/liminalwarmth/StardewOutfitManager --skill sdv-ui-layout

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designers and developers often struggle to create consistent Stardew Valley menu layouts that align elements, anchor correctly, and scale across resolutions and input methods.

Core Features & Use Cases

  • Semantic layout guidance: Establishes anchor-based positioning, spacing constants, and SDV-conformant patterns for menus like Wardrobe, Favorites, and Dresser.
  • Validation and consistency: Provides reusable patterns to verify bounds, non-overlapping regions, and gamepad navigation readiness.
  • Use Case: A UI designer requests a new SDV menu layout for a custom mod screen and uses this skill to generate a layout plan that matches existing SDV conventions.

Quick Start

Draft a new SDV menu layout by specifying the target screen size, required elements, and alignment rules.

Frequently Asked Questions about sdv-ui-layout

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create Stardew Valley menu layouts that support gamepad navigation?

Plan Stardew Valley menu layouts by applying anchor-based positioning, spacing constants, and SDV-conformant patterns. This ensures elements do not overlap and gamepad navigation works across different screen resolutions.

What are the standard UI layout dimensions for Stardew Valley mod menus?

Stardew Valley UI dimensions rely on layout constants and pattern references from the codebase. This skill applies these standard conventions to menus like Wardrobe and Dresser for visual consistency.

How do I validate that my SDV UI layout won't break on different resolutions?

Validate your SDV UI layout by checking anchor-based positioning, verifying non-overlapping regions, and testing gamepad navigation readiness. This skill provides reusable patterns to confirm bounds and scaling across resolutions.

Can I use this to plan layouts for custom Stardew Valley mod screens?

Yes, you can plan layouts for custom Stardew Valley mod screens by specifying the target screen size, required elements, and alignment rules. The skill generates a layout plan matching existing SDV conventions.

Why do my Stardew Valley mod menu elements overlap or misalign?

Stardew Valley mod menu elements overlap or misalign when proper anchor-based positioning and spacing constants are not applied. This skill helps verify bounds and establish non-overlapping regions following SDV UI conventions.