List all projects. Requires authentication. Use for project management operations
Scanned 6/3/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill agentuity-cli-project-list --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Agentuity Cli Project List?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-agentuity-cli-project-list)More formats (shields.io, HTML) on the badges page.
---
name: agentuity-cli-project-list
description: List all projects. Requires authentication. Use for project management operations
version: "0.1.2"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
metadata:
command: "agentuity project list"
tags: "read-only slow requires-auth"
---
# Project List
List all projects
## Prerequisites
- Authenticated with `agentuity auth login`
## Usage
```bash
agentuity project list
```
## Examples
List projects (human-readable):
```bash
bunx @agentuity/cli project list
```
List projects in JSON format:
```bash
bunx @agentuity/cli --json project list
```
Alias for "project list" — list projects (human-readable):
```bash
bunx @agentuity/cli project ls
```
## Output
Returns: `array`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!