# Dev Create Module

> Use when creating a new feature module with all layers - service, adapter, types, state, components, and tests.

- **Type:** Skill
- **Install:** `agentstack add skill-herbert-julio-azion-specialist-agent-dev-create-module`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [herbert-julio-azion](https://agentstack.voostack.com/s/herbert-julio-azion)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [herbert-julio-azion](https://github.com/herbert-julio-azion)
- **Source:** https://github.com/herbert-julio-azion/specialist-agent/tree/main/packs/nuxt/skills/dev-create-module
- **Website:** https://specialistagent.com.br

## Install

```sh
agentstack add skill-herbert-julio-azion-specialist-agent-dev-create-module
```

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

## About

Create a new complete feature module following `docs/ARCHITECTURE.md`.

Module name: $ARGUMENTS

## Steps

1. Read `docs/ARCHITECTURE.md` sections 2, 3 and 4.

2. Create the directory structure:

```text
modules/[kebab-case-name]/
├── components/
├── composables/
├── services/
├── adapters/
├── types/
├── __tests__/
└── index.ts
```

3. Create `index.ts` with empty barrel export:

```typescript
// modules/[name]/index.ts
// Public API for this module
```

4. Ask the user:
   - Which API endpoints does this module consume?
   - What UI type? (list with CRUD, dashboard, form, detail)

5. Use `@builder` to create bottom-up:
   - Types + contracts + adapter + service (using $fetch)
   - Composables with useAsyncData/useFetch
   - Components with script setup and auto-imports
   - Page in pages/ directory (file-based routing)

6. Create server API routes if needed (server/api/[resource]/).

7. Validate: `nuxi typecheck && nuxi build`

## Source & license

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

- **Author:** [herbert-julio-azion](https://github.com/herbert-julio-azion)
- **Source:** [herbert-julio-azion/specialist-agent](https://github.com/herbert-julio-azion/specialist-agent)
- **License:** MIT
- **Homepage:** https://specialistagent.com.br

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-herbert-julio-azion-specialist-agent-dev-create-module
- Seller: https://agentstack.voostack.com/s/herbert-julio-azion
- 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%.
