# Generate Request Types

> >

- **Type:** Skill
- **Install:** `agentstack add skill-jnzader-repoforge-types`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [JNZader](https://agentstack.voostack.com/s/jnzader)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [JNZader](https://github.com/JNZader)
- **Source:** https://github.com/JNZader/repoforge/tree/main/.claude/skills/frontend/types
- **Website:** https://repoforge.javierzader.com

## Install

```sh
agentstack add skill-jnzader-repoforge-types
```

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

## About

# Generate Request Types

This skill covers the creation and management of generation request types.

**Trigger**: Load this skill when working with types related to generation requests.

## Quick Reference

| Task | Pattern |
|------|---------|
| Create a user type | `User` |
| Define generation mode | `GenerationMode` |

## Critical Patterns (Summary)
- **User**: Defines the structure for user-related data.
- **GenerationMode**: Specifies the mode of generation for requests.

## Critical Patterns (Detailed)

### User

Defines the structure for user-related data, encapsulating user attributes.

```typescript
// Example of User type usage
const newUser: User = {
  id: '123',
  name: 'John Doe',
  email: 'john@example.com'
};
```

### GenerationMode

Specifies the mode of generation for requests, allowing for different generation strategies.

```typescript
// Example of GenerationMode usage
const mode: GenerationMode = GenerationMode.AUTOMATIC;
```

## When to Use

- When defining user data structures in your application.
- When specifying how generation requests should be processed.

## Commands

```bash
docker-compose up
python repoforge/cli.py generate
```

## Anti-Patterns

### Don't: Use generic types

Using overly generic types can lead to confusion and errors in type safety.

```typescript
// BAD
const genericUser: any = {};
```

## Source & license

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

- **Author:** [JNZader](https://github.com/JNZader)
- **Source:** [JNZader/repoforge](https://github.com/JNZader/repoforge)
- **License:** MIT
- **Homepage:** https://repoforge.javierzader.com

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-jnzader-repoforge-types
- Seller: https://agentstack.voostack.com/s/jnzader
- 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%.
