From 259d3d9684e856103d2fbf916eae84f10d4b9797 Mon Sep 17 00:00:00 2001 From: Minsu Lee Date: Tue, 23 Jun 2026 14:36:22 +0900 Subject: [PATCH] feat(marketplace): add asana plugin Register the asana-cli Claude Code plugin (pleaseai/asana) so it can be installed from the pleaseai marketplace. --- .claude-plugin/marketplace.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" } ] }