UCLL-RE-Development

Re Brain — Productivity skill for Claude Code

Productivity community

You are working inside the RE-Frame backend — an Express 5 server with Keycloak auth, CouchDB persistence, and a strict layered architecture.

How to install Re Brain

Installs to ~/.claude/commands/ucll-re-development-claude-skills-re-brain.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/UCLL-RE-Development/claude-skills/HEAD/.claude/commands/re-brain.md -o ~/.claude/commands/ucll-re-development-claude-skills-re-brain.md

Restart Claude Code, or start a new session, for it to be picked up.

What Re Brain does

You are working inside the RE-Frame backend — an Express 5 server with Keycloak auth, CouchDB persistence, and a strict layered architecture. Use the conventions below for every task.


Adding a new feature

A feature consists of four files, all sharing the same base name:

server/src/routes/.routes.js
server/src/validators/.validator.js
server/src/controllers/.controller.js
server/src/services/.service.js

Register the router in `server/src/routes/routes.j

Alternatives in Productivity

  • Reviews Plans — Review all active architecture plans relevant to the current task 15.6k ★
  • Nosqli — NoSQL injection scanner (MongoDB/Mongoose/operator-injection DBs) — auth bypass via $ne/$gt operators, bracket 4.5k ★
  • 🤝 Contributing To Agent Skills — First of all, thank you for taking the time to contribute 1.7k ★

Full documentation available on GitHub

View Source Repository