diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index f2672ca9..f171b4df 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -763,6 +763,18 @@ "name": "axi", "description": "Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.", "source": "./plugins/axi" + }, + { + "name": "asana", + "description": "Manage Asana from the terminal with the `asana` CLI — tasks, projects, subtasks, comments, dependencies, tags, custom fields, and CSV/JSON batch import.", + "category": "productivity", + "keywords": ["asana", "cli", "task-management", "productivity"], + "tags": ["skills", "productivity"], + "source": { + "source": "github", + "repo": "pleaseai/asana" + }, + "homepage": "https://github.com/pleaseai/asana" } ] }