Agent skill
onnuri-ui-system
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/onnuri-ui-system
SKILL.md
Skill: onnuri-ui-system
This skill enforces a consistent, mobile-first UI.
Global styling
- Background color must be
#F9F8F6across all pages. - Prefer simple cards, clear spacing, and readable typography.
- Touch targets must be >= 44px height.
Component rules
- Keep UI minimal and consistent.
- Avoid heavy animations and complex interactions.
- Use a small number of reusable visual patterns:
- header area
- search input
- chip row
- list cards
- empty/error states
State UI
- Loading: skeleton placeholders.
- Empty: short, clear message.
- Error: short message + keep details in
console.error.
Navigation UX
- Preserve list context via URL query params.
- Avoid navigation churn that breaks IME or causes excessive rerenders.
- Do not implement scroll restoration.
Accessibility basics
- Buttons should have clear labels.
- Inputs should have placeholders and/or labels.
- Keep contrast readable against
#F9F8F6.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?