tasks

tasks is a skill for Claude Code from YuDefine/nuxt-supabase-starter. It costs 99 tokens per session (2,310 once invoked), scanned A, original, MIT.

A skill that turns a software plan, research, interface drafts, and specification changes into an ordered tasks.md checklist for implementation. It also runs the project's canonical doctor check, meaning its standard health or validation command.

In plain words
What is it for?
Use it to create setup, foundational, testing, feature, refactoring, removal, and regression tasks, with a repair task when the project's checks are missing or failing.
Why use it?
It gives implementers concrete steps in dependency order and exposes repository health problems instead of pretending they passed. Test work is aligned with the latest requirements before product code is written.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: mentions subagents.

Good fit Use it to create setup, foundational, testing, feature, refactoring, removal, and regression tasks, with a repair task when the project's checks are missing or failing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yudefine/nuxt-supabase-starter/tasks
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 YuDefine/nuxt-supabase-starter --skill tasks
Clone the repo
git clone --depth 1 https://github.com/YuDefine/nuxt-supabase-starter

Made for: Claude Code.

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 tasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/tasks/github.svg)](https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/tasks)
Your own site
<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/tasks"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/tasks/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 tasks

Your own site · 80×15
<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/tasks"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,310 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00099 $0.02310
Opus 5 $0.00049 $0.01155
Sonnet 5 $0.00020 $0.00462
Haiku 4.5 $0.00010 $0.00231

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

Security

Grade A, and why

tasks scanned grade A with 0 findings 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

template/.claude/skills/tasks/SKILL.md · 76 lines

How it starts

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

Tasks Skill

tasks 是 plan-side execution planner。它不修改 truth,只把本次 plan、truth-delta 與目前 truth 轉成 /implement 可逐步執行的 tasks.md。本輪新增技術先寫 Setup;若 canonical doctor 缺失或非零,即使本輪沒有新增技術,也必須以 doctor bootstrap/repair 例外先寫 Setup;再寫 Foundational。測試層在寫產品碼之前一次對齊最新版 truth。盤點既有自動化測試只發生在寫 Phase 3 時,不得輸出成 implement task。

tasks.md 的結構產出與 doctor 驗證是兩個結果:/tasks 必須跑一次 consumer 的 canonical doctor,並交付 tasks artifact、doctor receipt 與狀態。doctor 只依目前 repo 已確認的 package manager、workspace root、技術棧與既有 check 入口決定;不得把 pnpm run doctor 當成跨 repo 預設。doctor 缺失或非零時,tasks artifact 仍可完成產出,但必須在 Setup 插入一個具名、無後續依賴且可解鎖的 bootstrap/repair task,回報真實診斷並將 doctor 標為 needs-repairblocked;不得宣稱 doctor pass,也不得在 /tasks 越權實作修復。交 /implement 後先執行這個修復 task,修復 task 自己重新跑 canonical doctor,exit 0 才能 [X]。不得用 no-op、固定 exit 0 或未驗證的替代命令假裝通過。

SOP

Phase 1 -- 收斂 plan package、truth-delta 與本輪 DSL 清單

  1. READ 讀取使用者需求、目標 plan package 的 spec.mdplan.mdresearch.mdui/**truth-delta.md,以及受影響模組的 truth feature、模組 DSL、truth-delta 實際引用的介面根共用 DSL rows、相關 contracts/data 與 specs/truth/techstack.md
  2. READ 讀取 .agents/constitution/CONSTITUTION.md.agents/constitution/shared.md,並將其中規則視為高於本地 artifact 規範的約束。
  3. READ 讀取 rules/TruthDelta影響盤點與任務型態判準.md,確認 ADD / MODIFY / DELETE / NOOP 如何拆到 Phase 3 測試層與 Feature 產品層,以及 Setup、Foundational 與 Test Alignment 的邊界。
  4. THINK 盤點本輪 Feature 用到的全部 DSL 句:含 truth-delta 有改的句,以及本輪 Feature 用到、尚無 stepdef 的句。若有 MODIFYDELETE,同時盤點既有 stepdef、helper、fixture 與產品分支,只用來寫後續 task,不輸出獨立 phase。若任一句沒有唯一 DSL 定義,停止受影響範圍並回交 /dsl-refine

Phase 2 -- 產生 Setup 與 Foundational

  1. THINK 若本輪有新增技術,建立 Phase 1 Setup:寫清套件名、配置、技術環境與最後的 smoke-test;不寫 DSL 語意、不寫產品行為。
  2. THINK 若本輪沒有新增技術且 canonical doctor 已存在並通過,省略 Setup;若 doctor 缺失或非零,Setup 例外保留一個具名、無依賴、可解鎖的 bootstrap/repair task。不得把 helper、fixture 或落點骨架塞進 Setup。
  3. THINK 建立 Phase 2 Foundational:只建立後續實作程式、測試共用元件、入口、fixture、helper 與落點骨架;每則寫「只做/不做」。
  4. THINK Setup 與 Foundational 不得偷做 Phase 3 測試層或 Feature Green。

Read the full file on GitHub · 76 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 7e4335caf8c7
  2. 2d ago First seen · 76 lines · 99 tokens per session scan A aa89f02e0053

Subscribe to this mod's changes

tasks is a skill published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed today), licensed MIT. It adds 99 tokens to every session and 2,310 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other skills, from other repositories

prd-v07-implementation-loop

Execute implementation within EPICs following test-first development, continuous SoT updates, and code traceability during PRD v0.7 Build Execution. Triggers on requests to start building, implement an epic, begin coding, or when user asks "start building", "implement epic", "coding", "development", "build execution"…

mattgierhart/PRD-driven-context-engineering · 113 tokens

prd-v07-test-planning

Define test cases BEFORE implementation, ensuring every API, business rule, and user journey has verifiable acceptance criteria during PRD v0.7 Build Execution. Triggers on requests to define tests, plan test coverage, create test cases, or when user asks "define tests", "test planning", "what to test?", "test cases"…

mattgierhart/PRD-driven-context-engineering · 125 tokens

python

Python development with ruff, mypy, pytest - TDD and type safety.

alinaqi/maggy · 18 tokens

conductor-implement

Execute tasks from a track's implementation plan following TDD workflow.

rmyndharis/antigravity-skills · 17 tokens

etl-stabilization

Phase-based orchestrator for fixing SnowConvert ETL conversion gaps in ETL-to-Snowflake migrations (SSIS, Informatica, and other platforms). Analyzes units holistically, creates a ROADMAP with test strategies, and executes fixes through phased TDD with cross-phase learning. Use when user says "fix ETL unit", "fix SSIS…

sfc-gh-dflippo/snowflake-dbt-demo · 154 tokens

bug-fix

Regression-first TDD bug fix workflow with real tests. Use when: fixing bugs, resolving regressions, addressing runtime errors, debugging failures, or when the user reports something broken. Triggers on words like: bug, broken, error, crash, regression, not working, fix.

bluebear-io/angry-bear · 61 tokens