Claude Code Plugins

Community-maintained marketplace

Feedback

Build and run the development server

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name agentuity-cli-dev
description Build and run the development server
version 0.0.110
license Apache-2.0
allowed-tools Bash(agentuity:*)
metadata [object Object]

Dev

Build and run the development server

Usage

agentuity dev

Examples

Start development server:

bunx @agentuity/cli dev

Specify custom port:

bunx @agentuity/cli dev --port 8080

Run in local mode:

bunx @agentuity/cli dev --local

Disable public URL:

bunx @agentuity/cli dev --no-public