architecture
01Cursor rule Cursor
NEMESIS architecture rules — layer separation, agent patterns, and data flow.
Cursor rule Cursor
NEMESIS architecture rules — layer separation, agent patterns, and data flow.
Cursor rule Cursor
Cursor rule "docs" from joaovicdev/nemesis, covering docs necessity, python 3 docs and ollama docs.
Cursor rule Cursor
Python coding standards for NEMESIS — type hints, async, style.
Cursor rule Cursor
Security rules for NEMESIS — data handling, scope validation, and ethical guardrails.
Plugin Claude Code
OWASP Top 10:2025 secure-coding material for Claude Code, written to be read by an agent while it writes backend code.
Plugin Claude Code
OWASP Top 10:2025 rules for writing and reviewing backend/API code in any language, plus /api-secure-report — a full security inventory of every HTTP route in a project.
Agent
Read-only auditor dispatched by /api-secure-report to evaluate one slice of a codebase — a group of routes, or one cross-cutting area — against assigned OWASP Top 10:2025 review questions. Not for direct invocation.
Skill Claude CodeCodex
Full security inventory of every HTTP route in a backend project — each route marked clean or carrying findings, with the exploitation path and the mitigation, written in the user's language (pt-BR by default). Use when the user runs /api-secure-report, or asks for a security report, audit or inventory of the…
Skill Claude CodeCodex
Language-agnostic OWASP Top 10:2025 rules for writing and reviewing backend/API code, plus per-stack idiom files for NestJS, Laravel and Spring Boot. Use before writing or modifying any route handler, controller, guard/policy, query, auth flow, app config, or dependency — in any language. Also use when the user asks…