SKILLS
THE REVENI AGENT SKILLS ECOSYSTEM

Skills are reusable capabilities for AI agents. Install them with a single command to enhance your agents with access to procedural knowledge.

$ curl -fsSL https://skills.reveni.dev/install.sh | bash
Claude Code Cursor
SKILLS CATALOG
/
# TYPE NAME
1 agent backend agents/backend.md **Identity**: You are an expert Django 5 / Python 3.13 developer working on a multi-tenant SaaS for e-commerce returns management. **Objective**: Maintain high code quality, follow strict architectura 2 agent frontend agents/frontend.md This document provides instructions for AI agents working on the Reveni codebase. - **NO COMMENTS**: NEVER add comments to the code. Code should be self-documenting and clear without them. - **NO PROP 3 agent reveni-ui agents/reveni-ui.md This rules are specific rules for reveni-ui, maybe would be conflictive with the general rules but follow this rules: - **ALWAYS ADD PROPTYPES**: When adding new props to a component, you **MUST** als 4 command analyze commands/analyze.md Arguments: $ARGUMENTS --- Show the full plan once at the start: 5 command create-story-shortcut commands/create-story-shortcut.md create-hu-shortcut Skill para crear Historias de Usuario (HU) en Shortcut usando el CLI `short`, con flujo interactivo. Prerequisitos: `short` CLI instalado (`npm install -g @shortcut-cli/shortcut 6 command explain-react commands/explain-react.md Deep architectural analysis of a feature, directory, or module with data flow diagrams and type references 7 command preflight commands/preflight.md Arguments: $ARGUMENTS --- Run all pre-commit checks in order. One command instead of remembering the sequence. 8 command read-hu commands/read-hu.md read-hu Skill para leer y comprender una Historia de Usuario (HU) de Shortcut, incluyendo contexto de Figma si hay enlaces. Argumento: $ARGUMENTS (ID numerico de la story en Shortcut, ej: 20187) 9 command refactor commands/refactor.md Arguments: $ARGUMENTS --- Apply targeted refactors to specific files or components following loaded skills and CLAUDE.md rules. This is the write counterpart to `/analyze` (read-only). 10 command self-review commands/self-review.md Arguments: $ARGUMENTS --- Multi-agent review of the current branch compared to `origin/main`. Launches parallel specialized agents to catch bugs, security issues, design problems, and code quality con 11 skill code-quality skills/code-quality/SKILL.md Language-agnostic code quality rules for JavaScript projects. Detects duplication, dead code, complexity, and common code smells that linters miss. Use when analyzing code quality, reviewing changes, or auditing a codebase. 12 skill prod-db skills/prod-db/SKILL.md Query production database for order, shipment, return, customer, store, merchant, permission, payment, delivery, or label data. Use when the user asks about specific orders, shipments, customers, stores, or any production data by ID, number, UUID, or name. 13 skill react-conventions skills/react-conventions/SKILL.md React-specific code conventions and anti-patterns for JavaScript projects. Detects component structure issues, hook misuse, prop drilling, missing cleanups, and rendering problems that ESLint and eslint-plugin-react-hooks do not catch. Use when analyzing React components, reviewing React code, or auditing a React codebase. 14 skill shortcut skills/shortcut/SKILL.md Manage Shortcut stories, epics, iterations, and workflows using the `short` CLI. Trigger on Shortcut URLs, story/epic IDs, or project management requests.
No results found.