Our review
Lists all Agentuity projects for the user via the CLI, with optional JSON output.
Strengths
- Simple and fast command
- JSON output for programmatic use
- Useful for getting an overview of projects
Limitations
- Requires prior authentication
- Can be slow with many projects
- Read-only operation
When you need to quickly see all your Agentuity projects, e.g., to select one.
When you need to create, modify, or delete a project, as this command is read-only.
Security analysis
SafeThe skill only runs read-only Agentuity CLI commands (`agentuity project list`) via bunx. No destructive actions, no exfiltration, no obfuscation, and it operates within the declared allowed-tools constraint (Bash with agentuity:* prefix). Authentication requirement is standard for the CLI.
No concerns found
Examples
List all my Agentuity projects using the CLI.List my Agentuity projects in JSON format using the CLI.Show my Agentuity projects using the 'ls' alias.name: agentuity-cli-project-list description: List all projects. Requires authentication. Use for project management operations version: "0.1.24" 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
agentuity project list
Examples
List projects (human-readable):
bunx @agentuity/cli project list
List projects in JSON format:
bunx @agentuity/cli --json project list
Alias for "project list" — list projects (human-readable):
bunx @agentuity/cli project ls
Output
Returns: array
Next.js App Router Expert
Development
A skill that turns Claude into a Next.js App Router expert.
README Generator
Development
Creates professional and comprehensive README.md files for your projects.
API Documentation Writer
Development
Generates comprehensive API documentation in OpenAPI/Swagger format.