Back to list
agentuity

agentuity-cli-project-create

by agentuity

3🍴 5📅 Jan 5, 2026

SKILL.md


name: agentuity-cli-project-create description: Create a new project. Use for project management operations version: "0.0.104" license: Apache-2.0 allowed-tools: "Bash(agentuity:*)" metadata: command: "agentuity project create" tags: "mutating creates-resource slow"

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

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon