BeClaude

asana

30.3kOfficial PluginGeneralby Anthropic

Asana project management integration. Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform.

Python3277 forks746 issuesUpdated 6/16/2026First seen 4/17/2026

Summary

The Asana skill enables you to manage tasks and projects directly from Claude Code, allowing you to create tasks, search projects, update assignments, and track progress without leaving your development environment.

  • It streamlines your workflow by integrating Asana's project management capabilities into your coding sessions, helping you stay organized and productive.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install asana@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Create a new task in a specific Asana project with a due date and assignee.
Search for tasks across projects using keywords or filters like status or assignee.
Update the status or priority of a task and notify the team.
List all tasks assigned to you that are due this week.
Add a comment to a task to provide an update or ask a question.
Move a task to a different section or project to reflect workflow changes.

Usage Examples

1

/asana create task in project 'Sprint 24' with name 'Fix login bug' and assign to @jane

2

/asana search tasks with status 'in progress' and assignee @me

3

/asana update task 'T-123' set due date to tomorrow and add comment 'Ready for review'

View source on GitHub
claude-codemcpskills

Security Audits

LicenseUnknownSourcePassRepositoryPass

Frequently Asked Questions

What is asana?

The Asana skill enables you to manage tasks and projects directly from Claude Code, allowing you to create tasks, search projects, update assignments, and track progress without leaving your development environment. It streamlines your workflow by integrating Asana's project management capabilities into your coding sessions, helping you stay organized and productive.

How to install asana?

To install asana: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install asana@<marketplace>. Finally, /plugin in Claude Code.

What is asana best for?

asana is a plugin categorized under General. Created by Anthropic.

What can I use asana for?

asana is useful for: Create a new task in a specific Asana project with a due date and assignee.; Search for tasks across projects using keywords or filters like status or assignee.; Update the status or priority of a task and notify the team.; List all tasks assigned to you that are due this week.; Add a comment to a task to provide an update or ask a question.; Move a task to a different section or project to reflect workflow changes..