agentsclimarketplace

Mern nfr

Skill edfenton/claude-skills/mern/mern-nfr

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

Install
npx -y skills add edfenton/claude-skills --skill mern-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 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)

  1. MongoDB efficiency — query patterns, indexing assumptions, pagination for large collections
  2. Schema migrations — Mongoose schema changes need migration/compatibility strategy
  3. API resilience — idempotency for mutations, rate limiting on expensive/public endpoints, graceful degradation
  4. Next.js rendering — appropriate rendering strategy (SSR/SSG/client) for the use case
  5. Operability — config/env differences, safe rollout/rollback, feature flags if risky

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

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.