asana

asana is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 24 tokens per session (710 once invoked), scanned A, original, MIT.

An AI skill for Asana, a work-tracking service where teams manage projects as tasks grouped into sections. It covers task setup, custom fields, rules, and API automation.

In plain words
What is it for?
Use it to set up team projects, create intake templates, triage work, sync engineering or customer records, and maintain Asana through its API.
Why use it?
It helps keep project data organized and automations controlled, avoiding duplicate task homes, noisy notifications, and automation loops.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the major-ai-skills plugin — 147 skills, 8 plugins shipped together

Good fit Use it to set up team projects, create intake templates, triage work, sync engineering or customer records, and maintain Asana through its API.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/asana
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add alivirgo/Major-AI-Skills --skill asana
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install major-ai-skills, the plugin that ships this one along with the rest of its 147 skills, 8 plugins.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for asana

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/asana/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/asana)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/asana"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/asana/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for asana

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/asana"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/asana.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 710 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00024 $0.00710
Opus 5 $0.00012 $0.00355
Sonnet 5 $0.00005 $0.00142
Haiku 4.5 $0.00002 $0.00071

Measured yesterday against content hash 1ac2f9a8e734, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

asana scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

curl -s -X POST "https://app.asana.com/api/1.0/tasks" \
skills/asana/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Asana Work Tracking AI Skill Guide

Overview & Engine Architecture

Asana organizes work as tasks inside projects (list, board, timeline, or calendar views). Sections group stages; custom fields capture structured metadata; rules automate assignments and moves. The API supports webhooks and CRUD for tasks/projects. Agents keep projects lean, use custom fields instead of title prefixes, and avoid rules that comment on every keystroke.

Workspaces / Teams
   -> Projects (sections / columns)
       -> Tasks + subtasks
       -> Custom fields / dependencies / assignees
Rules / API / webhooks -> automate moves and syncs

When to use this skill

  • Setting up team projects and intake templates
  • Designing rules for triage without noise
  • Syncing engineering tickets or CRM events into Asana
  • Cleaning overloaded multi-homed task graphs

Operational directives

  1. Prefer one home project per task; multi-home only when two teams truly share ownership.
  2. Put status in sections or a single Status custom field - not competing free-text conventions.
  3. Rules: filter triggers tightly; never create task-create loops across projects.
  4. Subtasks are for checklist work, not a shadow project hierarchy.
  5. Store personal access tokens securely; prefer service accounts for bots.

API sketch

curl -s -X POST "https://app.asana.com/api/1.0/tasks" \
  -H "Authorization: Bearer $ASANA_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "data": {
      "name": "Ship webhook idempotency",
      "projects": ["PROJECT_GID"],
      "assignee": "USER_GID",
      "notes": "Acceptance: retries do not double-write"
    }
  }'

Project hygiene

Smell Better approach
20+ sections Collapse to backlog / doing / blocked / done
Rules that @mention on every edit Notify only on assignee change or due-date slip
Giant comment threads as specs Link to Confluence/Notion doc; keep task actionable
Duplicate custom fields across projects Workspace-level field library where possible

Read the full file on GitHub · 85 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed · -2 tokens per session 1ac2f9a8e734
  2. 7d ago First seen · 85 lines · 26 tokens per session scan A 396ecf2e134c

Subscribe to this mod's changes

asana is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 24 tokens to every session and 710 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

airtable-automation-v2

Airtable Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 77 tokens

airtable-automation-v3

Airtable Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 77 tokens

airtable-automation

Airtable Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before…

diegosouzapw/awesome-omni-skills · 75 tokens

antigravity-workflows-v2

Antigravity Workflows workflow skill. Use this skill when the user needs Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 71 tokens

antigravity-workflows

Antigravity Workflows workflow skill. Use this skill when the user needs Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA and the operator should preserve the upstream workflow, copied support files, and provenance before merging…

diegosouzapw/awesome-omni-skills · 69 tokens

cli-builder

Professional CLI Builder skill. Improve code delivery speed and developer workflows through automation and modern tooling.

AtulPurohit/Antigravity-Awesome-Skills · 21 tokens