AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Ux Settings

skill-parhamb-design-skills-settings · by parhamb

>

No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-parhamb-design-skills-settings

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-parhamb-design-skills-settings)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Ux Settings? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Settings UX

Settings is where users go when the defaults do not fit their life. A well-designed settings screen increases retention. An overwhelming or buried one drives frustration.


Checklist

| Item | Guidance | |---|---| | Logical grouping | Grouped by theme: Account, Notifications, Appearance, Privacy, About. | | Theme switching | Offers System (auto), Light, and Dark options. A three-way segmented control works well. | | Font size | Respects the OS setting by default. Offers an in-app override for accessibility needs. | | Notification granularity | One toggle per notification type. Not just "All on / All off." | | Data usage controls | Auto-download on Wi-Fi only by default. User controls media quality (low, standard, high). | | Section access | Settings serves as secondary navigation. Does not duplicate the main navigation. | | Search in settings | Apps with 20 or more settings items offer a search bar inside settings. | | Destructive actions at the bottom | Delete account, sign out, and similar actions appear at the bottom of the list. |


Standard Settings Structure

Settings
├── Account / Profile
│   ├── Edit profile
│   ├── Change email or phone
│   └── Password and security
├── Notifications
│   ├── [Type 1] on/off
│   ├── [Type 2] on/off
│   └── Notification schedule
├── Appearance
│   ├── Theme (System / Light / Dark)
│   ├── Font size
│   └── Language
├── Privacy
│   ├── Data and permissions
│   ├── Download my data
│   └── Connected apps
├── About
│   ├── Version number
│   ├── Privacy policy
│   ├── Terms of service
│   └── Open-source licenses
└── Danger zone
    ├── Sign out
    └── Delete account

Patterns

Immediate save: Settings apply instantly without a "Save" button. The exception is a form with multiple related fields where confirmation is needed, such as changing an email address.

Live preview: When the user changes a visual setting like theme or font size, show the result immediately without requiring them to leave the Settings screen.

Contextual reset: Each settings section offers a "Reset to defaults" option rather than only a global reset that affects everything at once.

Platform conventions: On iOS, use a navigation list with the .insetGrouped style and disclosure chevrons. On Android, use PreferenceFragmentCompat with Material You styling. On web, a left sidebar works well for complex settings, tabs for simpler apps.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.