agentsclimarketplace

Ios nfr

Skill edfenton/claude-skills/ios/ios-nfr

A collection of Claude Code skills for iOS, MERN, NEAN, and shared development workflows

Install
npx -y skills add edfenton/claude-skills --skill ios-nfr

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

One thing to look at

  • 2 stars2 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.

What its author says it does

Copied from the file, not written here

Non-functional requirements checklist for iOS features

SKILL.md

1.0 KB, as published. Nobody here has run it

Purpose

Ensure iOS stories address NFRs. Complement security policies and stack conventions.

iOS-specific concerns (always consider)

  1. App Store readiness — permission purpose strings, entitlement/capability changes documented
  2. Battery — no high-frequency polling; efficient image handling
  3. Offline correctness — local persistence as source of truth; migration plan for schema changes; bounded storage growth
  4. Accessibility — accessible labels on controls; dynamic type doesn't break layouts; adequate tap targets
  5. Performance — no main-thread blocking; smooth scrolling; network calls don't block UI

For standard concerns, output format, and flexibility rules, see /shared-nfr.

iOS-specific standard concern additions

  • Reliability: failure states handled gracefully
  • Security: appropriate storage for sensitive values (keychain when needed)
  • Observability: critical transitions logged with stable identifiers

Keep looking

Skills are one crate of 328,083. 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.