Mern nfr
A collection of Claude Code skills for iOS, MERN, NEAN, and shared development workflows
npx -y skills add edfenton/claude-skills --skill mern-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 MERN features
SKILL.md
0.8 KB, as published. Nobody here has run it
Purpose
Ensure MERN stories address NFRs. Complements security policies and stack conventions.
MERN-specific concerns (always consider)
- MongoDB efficiency — query patterns, indexing assumptions, pagination for large collections
- Schema migrations — Mongoose schema changes need migration/compatibility strategy
- API resilience — idempotency for mutations, rate limiting on expensive/public endpoints, graceful degradation
- Next.js rendering — appropriate rendering strategy (SSR/SSG/client) for the use case
- Operability — config/env differences, safe rollout/rollback, feature flags if risky
For standard concerns, output format, and flexibility rules, see /shared-nfr.