Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
agentuity avatar

Agentuity Cli Project Create

  • 1 installs
  • Updated May 13, 2026
  • agentuity/sdk-explorer

agentuity-cli-project-create is a Claude Code skill that documents the `agentuity project create` command for scaffolding a new Agentuity project from a template.

About

agentuity-cli-project-create is a Claude Code skill documenting the Agentuity CLI command that creates a new project. It scaffolds from a chosen template into a target directory, runs bun install and bun run build by default (toggleable with --no-install and --no-build), and can register the project when authenticated. It returns a JSON result including the project name, path, projectId, and template. A developer uses it to bootstrap a new Agentuity project from the terminal.

  • Documents `agentuity project create` to scaffold a new project from a template
  • Options for name, dir, template, custom domains, install, build, and register
  • Runs bun install and bun run build by default, returns a JSON result with projectId

Agentuity Cli Project Create by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #467 of 550 CLI & Terminal skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

agentuity-cli-project-create capabilities & compatibility

Capabilities
project create · project scaffold · cli command
Use cases
devops · api development
Runs
Hosted SaaS
From the docs

What agentuity-cli-project-create says it does

Create a new project. Use for project management operations
SKILL.md
bunx @agentuity/cli project create --name customer-service-bot --dir ~/projects/agent
SKILL.md
npx skills add https://github.com/agentuity/sdk-explorer --skill agentuity-cli-project-create

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
Last updatedMay 13, 2026
Repositoryagentuity/sdk-explorer

What it does

Scaffolding a new Agentuity project from a template via the CLI.

Who is it for?

Bootstrapping a new Agentuity project from a template

Skip if: Modifying or deleting existing projects

When should I use this skill?

You need to create and scaffold a new Agentuity project from the CLI.

What you get

A new project directory scaffolded from a template, optionally installed, built, and registered.

  • A new scaffolded Agentuity project directory with a JSON result

By the numbers

  • 3 boolean defaults: --install true, --build true, --register true

Files

SKILL.mdMarkdownGitHub ↗

Project Create

Create a new project

Usage

agentuity project create [options]

Options

OptionTypeRequiredDefaultDescription
--namestringYes-Project name
--dirstringYes-Directory to create the project in
--domainsarrayYes-Array of custom domains
--templatestringYes-Template to use
--templateDirstringYes-Local template directory for testing (e.g., ./packages/templates)
--templateBranchstringYes-GitHub branch to use for templates (default: main)
--installbooleanNotrueRun bun install after creating the project (use --no-install to skip)
--buildbooleanNotrueRun bun run build after installing (use --no-build to skip)
--confirmbooleanYes-Skip confirmation prompts
--registerbooleanNotrueRegister the project, if authenticated (use --no-register to skip)

Examples

Create new item:

bunx @agentuity/cli project create

Create new item:

bunx @agentuity/cli project create --name my-ai-agent

Create new item:

bunx @agentuity/cli project create --name customer-service-bot --dir ~/projects/agent

Use no install option:

bunx @agentuity/cli project create --template basic --no-install

Use no register option:

bunx @agentuity/cli project new --no-register

Output

Returns JSON object:

{
  "success": "boolean",
  "name": "string",
  "path": "string",
  "projectId": "string",
  "template": "string",
  "installed": "boolean",
  "built": "boolean",
  "domains": "array"
}
FieldTypeDescription
successbooleanWhether the operation succeeded
namestringProject name
pathstringProject directory path
projectIdstringProject ID if registered
templatestringTemplate used
installedbooleanWhether dependencies were installed
builtbooleanWhether the project was built
domainsarrayArray of custom domains

Related skills

CLI & Terminalbackenddevops

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.