agentsclimarketplace

Settings architecture

Skill Dragoon0x/product-skills/skills/experience/settings-architecture

Organize preferences and controls so people find what they need without getting lost. Information grouping, search, and defaults. Use when building settings pages, preference panels, or admin surfaces.From its SKILL.md

Install
npx -y skills add Dragoon0x/product-skills --skill settings-architecture

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.4 KB, 239 tokens by cl100k_base, as published. Nobody here has run it

Settings Architecture

Organize preferences so people find what they need without getting lost.

How to use

  • /settings-architecture Apply settings constraints to this conversation.

Constraints

Organization

  • MUST group by user task, not by system architecture
  • Group order: Profile > Notifications > Integrations > Billing > Security > Advanced
  • MUST include search for settings pages with 10+ options
  • SHOULD show current value alongside each setting label
  • NEVER nest settings more than 2 levels deep

Defaults

  • Every setting MUST have a sensible default that works for 80% of users
  • MUST show what the default is so users know what they're changing
  • Dangerous settings (delete account, data export) MUST require confirmation
  • SHOULD explain the consequence of each setting in plain language

Anti-Patterns

  • Settings that require a page reload to take effect without warning
  • Boolean toggles for things that need more nuance (use radio groups)
  • Hiding essential settings behind "Advanced" labels
  • Settings pages as the first screen after signup
  • Settings that don't save automatically (or don't clearly indicate when they save)

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,790. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.