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.
npx skills add alivirgo/Major-AI-Skills --skill asanagit clone --depth 1 https://github.com/alivirgo/Major-AI-SkillsWrote 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.
[](https://agentmods.dev/skills/alivirgo/major-ai-skills/asana)<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.
<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>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.
| Model | Per session | Once 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 |
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" \ 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
- Prefer one home project per task; multi-home only when two teams truly share ownership.
- Put status in sections or a single Status custom field - not competing free-text conventions.
- Rules: filter triggers tightly; never create task-create loops across projects.
- Subtasks are for checklist work, not a shadow project hierarchy.
- 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 |
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.
- yesterday Changed · -2 tokens per session 1ac2f9a8e734
- 7d ago First seen · 85 lines · 26 tokens per session scan A 396ecf2e134c
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.
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…
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…
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…
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…
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…
cli-builder
Professional CLI Builder skill. Improve code delivery speed and developer workflows through automation and modern tooling.