agentuity-cli-project-delete

Delete a project. Requires authentication. Use for project management operations

16 stars

Best use case

agentuity-cli-project-delete is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Delete a project. Requires authentication. Use for project management operations

Teams using agentuity-cli-project-delete should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agentuity-cli-project-delete/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/cli-automation/agentuity-cli-project-delete/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agentuity-cli-project-delete/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agentuity-cli-project-delete Compares

Feature / Agentagentuity-cli-project-deleteStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Delete a project. Requires authentication. Use for project management operations

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Project Delete

Delete a project

## Prerequisites

- Authenticated with `agentuity auth login`

## Usage

```bash
agentuity project delete [id] [options]
```

## Arguments

| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| `<id>` | string | No | - |

## Options

| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--confirm` | boolean | Yes | - | Skip confirmation prompts |

## Examples

Delete item:

```bash
bunx @agentuity/cli project delete
```

Delete item:

```bash
bunx @agentuity/cli project delete proj_abc123def456
```

Use confirm option:

```bash
bunx @agentuity/cli project delete proj_abc123def456 --confirm
```

Delete item:

```bash
bunx @agentuity/cli project rm proj_abc123def456
```

Delete item:

```bash
bunx @agentuity/cli --explain project delete proj_abc123def456
```

Delete item:

```bash
bunx @agentuity/cli --dry-run project delete proj_abc123def456
```

## Output

Returns JSON object:

```json
{
  "success": "boolean",
  "projectIds": "array",
  "count": "number"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `success` | boolean | Whether the deletion succeeded |
| `projectIds` | array | Deleted project IDs |
| `count` | number | Number of projects deleted |

Related Skills

ck:project-management

16
from diegosouzapw/awesome-omni-skill

Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.

audit-and-add-project-skills

16
from diegosouzapw/awesome-omni-skill

Audits project skills in .agent/skills/ and Codex skills for Cursor compatibility, then helps add compatible skills to .cursor/skills/. Use when the user wants to migrate project skills to Cursor, check if skills work with Cursor, or add existing skills to Cursor.

agentuity-cli-cloud-queue-stats

16
from diegosouzapw/awesome-omni-skill

View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-auth-login

16
from diegosouzapw/awesome-omni-skill

Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials

agent-project-manager

16
from diegosouzapw/awesome-omni-skill

Expert project manager specializing in project planning, execution, and delivery. Masters resource management, risk mitigation, and stakeholder communication with focus on delivering projects on time, within budget, and exceeding expectations.

account-delete

16
from diegosouzapw/awesome-omni-skill

Полное удаление аккаунта и всех связанных данных из конфигурации.

writing-project-technical-writing

16
from diegosouzapw/awesome-omni-skill

Writes technical prose (READMEs, ADRs, code comments) in the project's established human voice. Use when creating or editing .md files, writing Swift doc comments, authoring ADRs, or reviewing technical writing for voice consistency.

Project Setup and CCAGI Integration

16
from diegosouzapw/awesome-omni-skill

Complete project initialization including Node.js/TypeScript setup, GitHub integration, and CCAGI framework integration. Use when creating new projects or integrating CCAGI components.

gsd:workflow:resume-project

16
from diegosouzapw/awesome-omni-skill

Workflow for resuming a paused project

archive-project

16
from diegosouzapw/awesome-omni-skill

Archive a completed project by creating an AI-generated summary in Knowledge/, storing the git commit hash for reference, and deleting the original project file. Use when user says a project is "done", "complete", "finished", or wants to "archive" it.

agentuity-cli-upgrade

16
from diegosouzapw/awesome-omni-skill

Upgrade the CLI to the latest version

agentuity-cli-repl

16
from diegosouzapw/awesome-omni-skill

interactive REPL for testing