# Abp Cli

> ABP Framework v10.4 CLI and tooling: abp new, add-package, generate-proxy, ABP Studio, ABP Suite, --modern flag. Use when working with ABP CLI commands, creating projects, adding packages, or generating proxies.

- **Type:** Skill
- **Install:** `agentstack add skill-burakdmir-abp-skills-abp-cli`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [burakdmir](https://agentstack.voostack.com/s/burakdmir)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [burakdmir](https://github.com/burakdmir)
- **Source:** https://github.com/burakdmir/abp-skills/tree/main/opencode/abp-cli
- **Website:** https://abp.io/docs/latest

## Install

```sh
agentstack add skill-burakdmir-abp-skills-abp-cli
```

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

## About

# ABP Framework — CLI & Tooling

ABP Framework v10.4 CLI commands and tooling guide.

## Trigger

- "ABP CLI"
- "abp new"
- "abp update"
- "ABP generate-proxy"
- "ABP package"

## Installation

```bash
dotnet tool install -g Volo.Abp.Studio.Cli
dotnet tool update -g Volo.Abp.Studio.Cli
```

## Creating a Solution

```bash
abp new Acme.BookStore --template app
abp new Acme.BookStore --template app --modern
abp new Acme.BookStore --template app-nolayers --modern --modular
abp new Acme.BookStore --template microservice --modern
abp new Acme.BookStore --database-management-system PostgreSQL
abp new Acme.BookStore --no-multi-tenancy
abp new Acme.BookStore --modern --shadcn-theme blue
```

## Module

```bash
abp new-module Acme.Orders -t module:ddd
abp new-module Acme.Orders --modern
```

## Package

```bash
abp add-package Volo.Abp.EntityFrameworkCore
abp update
abp switch-to-stable
abp switch-to-preview
abp switch-to-local --paths "D:\Github\abp"
```

## Proxy

```bash
abp generate-proxy -t ng
abp generate-proxy -t csharp
abp remove-proxy -t ng
```

## Module Source

```bash
abp list-modules
abp get-source Volo.Blogging
abp add-source-code Volo.Chat --add-to-solution-file
abp install-module Volo.Blogging
```

## Other

```bash
abp clean
abp list-templates
abp init-solution --name Acme.BookStore
abp translate -c de
abp translate --apply
abp upgrade -t app
abp install-libs
abp bundle
abp build
abp new-package --name Acme.BookStore.Domain --template lib.domain
abp add-package-ref Acme.BookStore.Domain
```

## Best Practices

1. Use the latest CLI version
2. Prefer modern templates
3. Keep packages up to date with `abp update`
4. The server must be running to generate proxies

## Related

[Framework](../abp-framework/SKILL.md) · [Modularity](../abp-modularity/SKILL.md) · [Microservices](../abp-microservices/SKILL.md) · [Development Flow](../abp-development-flow/SKILL.md) · Docs: https://abp.io/docs/latest/cli

## Source & license

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

- **Author:** [burakdmir](https://github.com/burakdmir)
- **Source:** [burakdmir/abp-skills](https://github.com/burakdmir/abp-skills)
- **License:** MIT
- **Homepage:** https://abp.io/docs/latest

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-burakdmir-abp-skills-abp-cli
- Seller: https://agentstack.voostack.com/s/burakdmir
- 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%.
