Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cleanexpo avatar

Nrpg Workflow

  • 1 installs
  • 1 repo stars
  • Updated July 25, 2026
  • cleanexpo/dr-nrpg

Helps with automation & workflows tasks.

About

nrpg-workflow is a Claude Code skill for automation & workflows. It helps solo builders move faster with AI-assisted coding.

  • nrpg-workflow
  • Automation & Workflows
  • AI-coding skill

Nrpg Workflow by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,983 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cleanexpo/dr-nrpg --skill nrpg-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars1
Last updatedJuly 25, 2026
Repositorycleanexpo/dr-nrpg

What it does

Helps with automation & workflows tasks.

Files

SKILL.mdMarkdownGitHub ↗

Follow these rules when implementing changes in this repository:

Auth (critical)

  • Use NextAuth cookie sessions for web UI flows.
  • Do not use localStorage tokens for auth in the UI.
  • In API routes, prefer getServerSession(authOptions) and server-side role checks.
  • Only allow Authorization: Bearer ... when explicitly required for non-browser clients.

Multi-tenancy & privacy (critical)

  • Never expose contractor identities to clients.
  • Clients must not be able to browse/search contractors or contact them directly.
  • Enforce role-based access for any contractor profile endpoints/pages.

Implementation workflow

1. Scan for auth-token usage (localStorage, Authorization: Bearer) and remove/limit as required. 2. Verify server-side auth checks in any modified app/api/**/route.ts. 3. Run targeted checks for the area changed:

  • npm run lint
  • npm test
  • npm run build

4. Fix failures only if they are related to the change being made.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.