abp-cli

Automate ABP CLI workflows for proxy generation, library installation, and module operations.

1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/afonsoft/VideoChat --skill abp-cli-afonsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abp-cli
Source: https://github.com/afonsoft/VideoChat/tree/main/.agents/skills/abp-cli
Command: npx skills add https://github.com/afonsoft/VideoChat --skill abp-cli-afonsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ABP CLI commands can be verbose and error-prone; this Skill provides structured guidance to perform common ABP CLI tasks (proxy generation, library installation, module management, and ABP Suite operations) quickly and reliably.

Core Features & Use Cases

  • Generate Client Proxies: create Angular, C#, and JavaScript proxies from ABP APIs.
  • Install Client-Side Libraries: install project dependencies with abp install-libs.
  • Module & Package Management: create new modules, install modules, and add package references.
  • Update & Cleanup: update ABP packages and clean build artifacts.
  • ABP Suite CRUD: leverage ABP Suite to generate CRUD pages from entity JSON.

Quick Start

Start by listing help and then generate Angular proxies with abp generate-proxy -t ng.

Frequently Asked Questions about abp-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Angular proxies for ABP APIs using the CLI?

Run the abp generate-proxy command with the -t ng flag to generate Angular client proxies from your ABP APIs. This automates frontend service generation.

What is the best way to install client-side libraries in an ABP project?

The best way to install client-side libraries in ABP is using the abp install-libs command, which automates installing project dependencies quickly and reliably without manual package management.

How do I create and update modules in ABP CLI?

Create and update modules in ABP CLI using the abp new-module command for creation and abp update for updating. This manages ABP module operations including package references and cleanup.

Can I generate CRUD pages automatically with ABP Suite?

Yes, you can generate CRUD pages automatically with ABP Suite by leveraging the abp suite generate command. This creates CRUD pages directly from entity JSON definitions in your ABP project.

Why are my ABP CLI commands failing during proxy generation or library installation?

ABP CLI commands often fail due to verbose syntax errors during proxy generation or library installation. Structured guidance helps execute abp generate-proxy and abp install-libs reliably.