
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-workflowAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 1 |
| Last updated | July 25, 2026 |
| Repository | cleanexpo/dr-nrpg ↗ |
What it does
Helps with automation & workflows tasks.
Files
Follow these rules when implementing changes in this repository:
Auth (critical)
- Use NextAuth cookie sessions for web UI flows.
- Do not use
localStoragetokens 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 lintnpm testnpm run build
4. Fix failures only if they are related to the change being made.
Related skills
Automation & Workflowsworkflow