Ios nfr
A collection of Claude Code skills for iOS, MERN, NEAN, and shared development workflows
npx -y skills add edfenton/claude-skills --skill ios-nfrAssembled 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)
- App Store readiness — permission purpose strings, entitlement/capability changes documented
- Battery — no high-frequency polling; efficient image handling
- Offline correctness — local persistence as source of truth; migration plan for schema changes; bounded storage growth
- Accessibility — accessible labels on controls; dynamic type doesn't break layouts; adequate tap targets
- 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