# Backend

> NestJS and Node.js backend development. REST APIs, middleware, guards, DTOs, database integration. Don't use for Python backends or frontend code.

- **Type:** Skill
- **Install:** `agentstack add skill-neuron-one-godmode-backend`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [neuron-one](https://agentstack.voostack.com/s/neuron-one)
- **Installs:** 0
- **Category:** [Databases](https://agentstack.voostack.com/c/databases)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [neuron-one](https://github.com/neuron-one)
- **Source:** https://github.com/neuron-one/GODMODE/tree/master/skills/development/backend

## Install

```sh
agentstack add skill-neuron-one-godmode-backend
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Backend Development

## NestJS Patterns
- Module-based architecture
- Dependency injection for all services
- DTOs with class-validator for input validation
- Guards for authentication/authorization
- Interceptors for logging/transformation
- Exception filters for consistent error responses

## API Design
- RESTful naming: plural nouns, HTTP verbs
- Consistent response format: { data, meta, errors }
- Pagination for list endpoints
- Proper HTTP status codes (201 created, 204 no content)
- API versioning: /api/v1/

## Database
- Repository pattern for data access
- Migrations for schema changes (never manual)
- Indexes on frequently queried columns
- Transactions for multi-table operations

## Security
- Input validation on EVERY endpoint
- Rate limiting on sensitive endpoints
- CORS configuration (specific origins)
- Helmet for security headers
- Never trust client-side data

## Error Handling
- Custom exception classes
- Consistent error format across API
- Log errors with context (request ID, user)
- Don't expose internal errors to client

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [neuron-one](https://github.com/neuron-one)
- **Source:** [neuron-one/GODMODE](https://github.com/neuron-one/GODMODE)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-neuron-one-godmode-backend
- Seller: https://agentstack.voostack.com/s/neuron-one
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
