implement

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

A coding-work execution skill that follows a task list one unlocked task at a time, or one explicitly parallel group. It verifies each task, marks it complete, and continues until the plan is delivered.

In plain words
What is it for?
Use it to carry out an approved implementation plan, run its required checks, update task status, and preserve failing tests when a test-first step is intentionally red. It asks before creating a Git commit.
Why use it?
It prevents skipped steps, unfinished task records, and work based on conflicting project rules. It also requires the project's standard health check before a task can be marked done.

Skill for Claude Code

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

Good fit Use it to carry out an approved implementation plan, run its required checks, update task status, and preserve failing tests when a test-first step is intentionally red. It asks before creating a Git commit.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/yudefine/nuxt-supabase-starter/implement
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 implement
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 implement

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/yudefine/nuxt-supabase-starter/implement"><img src="https://agentmods.dev/badge/skills/yudefine/nuxt-supabase-starter/implement.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,102 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.00072 $0.02102
Opus 5 $0.00036 $0.01051
Sonnet 5 $0.00014 $0.00420
Haiku 4.5 $0.00007 $0.00210

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

Security

Grade A, and why

implement 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 today.

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/implement/SKILL.md · 73 lines

How it starts

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

Implement

implementtasks.md 視為唯一執行控制平面,但執行上下文必須包含 plan package 與 truth-delta.md。它負責交付 plan,不負責重新定義 truth;若發現 truth 與 tasks 明顯矛盾,應停止受影響 task 並回報需要上游修正。

Operating Principles

  • by default 就是 don't stop until deliver / One-Shot:從第一個已解鎖 task 做到目標 plan 全部 [X]。使用者不必再寫這句。
  • One-Shot 的一輪任務集恰好是 1 個已解鎖 task;有 Parallel Hint 時改為 Hint 列出的 [P] 批次。One-Shot 不是把後面的序列 task 一次攤開。
  • 做完一個任務集就驗證,立刻回寫 tasks.md[X],再重算下一筆。未回寫不得開下一個任務集。
  • 嚴格執行不能跳步驟。don't stop until deliver 不是跳步驟的許可。
  • Feature phase 仍序列。[BDD-GREEN][BDD-REFACTOR] 才委派 /bdd,並把該 phase 的 Test Scope 當範疇。
  • Phase 3 的 [BDD-ALIGN][BDD-REMOVE][BDD-RED] 不委派 /bdd;由 subagent 讀 dsl.md 該列的 StepDef 實作語意 寫測試層。
  • Phase 3 review 通過前,不得進入 Feature Green。
  • 每一個 task 或 Parallel Hint 批次中的每一個 task,在回寫 [X] 前都必須各自執行 consumer 的 canonical doctor;doctor 非零不得完成該 task。
  • [BDD-RED] 的預期 assertion/產品行為失敗不等同 canonical doctor 失敗;保留紅燈測試與證據,並為該 task 另外保存 canonical doctor exit 0 receipt,不得排除測試或以固定成功 wrapper 代替 doctor。
  • 全部 tasks [X] 後詢問是否 git commit;不得自動 commit。

SOP

Phase 1 -- 對齊 plan 並啟動 One-Shot

  1. READ 讀取使用者需求、目標 plan package、tasks.mdtruth-delta.md 與目前 task 完成狀態,確認指定範圍(若有)與 One-Shot 起點。
  2. READ 讀取 rules/任務選取與連續續跑判準.md,確認已解鎖 task 的選取、One-Shot 與停止條件。
  3. READ 讀取 rules/TruthDelta測試對齊與BDD委派判準.md,確認 ADD / MODIFY / DELETE 的執行策略,以及哪些 marker 才委派 /bdd
  4. THINK 依已讀任務與判準收斂 One-Shot 起點、是否命中 Parallel Hint、所屬 phase;預設做到交付,不停在第一筆。

Phase 2 -- 補強 repo hygiene 與執行前置

  1. READ 讀取 rules/repo-hygiene-與-ignore-補強判準.md,確認本次需要檢查哪些 ignore surfaces、哪些只可增補不可覆寫。
  2. THINK 依目前 repo、工具鏈、plan package、truth-delta 與 specs/truth/techstack.md 收斂本輪必做的最小 hygiene 補強。
  3. WRITE 只在實際相關且確有缺口時建立或增補 ignore 設定,避免擴張到無關工具鏈。

Phase 3 -- 收斂本輪任務集(不能跳步驟)

  1. READ 讀取 rules/嚴格禁止跳步驟判準.mdrules/平行執行與檔案衝突判準.md,確認本輪任務集邊界。
  2. READ 若 tasks.md 當前 phase 含 Parallel Hint,讀取 rules/ParallelHint平行Subagent與衝突Merge判準.md
  3. THINK 收斂本輪任務集:有 Parallel Hint 則為 Hint 列出的 [P] 批次;否則恰好 1 個已解鎖 task。
  4. THINK 收斂執行模式:Setup 與 Foundational 直接實作並停在該則「只做/不做」;Phase 3 的 ALIGN / REMOVE / RED 走 subagent 測試層;review 走 review 迴圈;[BDD-GREEN] / [BDD-REFACTOR] 委派 /bdd[CODE-REMOVE][REGRESSION] 直接實作或直接驗證。

Read the full file on GitHub · 73 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. today Changed · -2 lines f91c883e09ce
  2. yesterday First seen · 75 lines · 72 tokens per session scan A efd37ea48aca

Subscribe to this mod's changes

implement is a skill published in the GitHub repository YuDefine/nuxt-supabase-starter (45 stars, last pushed today), licensed MIT. It adds 72 tokens to every session and 2,102 once invoked, about $0.0004 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

nw-finalize

Archives a completed feature to docs/evolution/, migrates lasting artifacts to permanent directories, and cleans up the temporary workspace. Use after all implementation steps pass and mutation testing completes.

nWave-ai/nWave · 39 tokens

nw-hotspot

Git change frequency hotspot analysis — find the most-changed files in your codebase.

nWave-ai/nWave · 20 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

prd-v08-changelog-as-marketing

Design the changelog as a distribution surface bridging engineering releases (DEP-/FEA-) to marketing channels (GTM-) during PRD v0.8 Deployment & Ops. Triggers on requests to set up a changelog system, publish releases, or when user asks "how should we publish releases?", "changelog as marketing", "release notes"…

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

commit

Smart commit, push, and npm publish with auto-splitting across domains. Creates atomic commits. Use when asked to "commit", "push changes", "publish", "save my work", or after completing implementation work. Automatically groups changes into logical commits.

howells/arc · 55 tokens

ask-me

Interview the user relentlessly about the game they want to make until the idea is build-ready, resolving each branch of the design tree one question at a time. Use when the user has a fuzzy or one-line game idea and wants to flesh it out before building: 'grill me about my game', 'help me figure out what game to…

kyh/vibedgames · 120 tokens