implement

A workflow for carrying out an approved implementation plan one task at a time, with a type check after each task.

In plain words
What is it for?
Use it to execute tasks from a plan, mark finished tasks, and complete the plan only after every task is done.
Why use it?
It keeps planned work ordered and catches type errors as changes are made.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/eiler2005/ai-tab-optimizer/implement
Any agent
npx skills add eiler2005/ai-tab-optimizer --skill implement
Clone the repo
git clone --depth 1 https://github.com/eiler2005/ai-tab-optimizer

Made for: Claude Code, Codex.

Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 214 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00020 $0.00214
Opus 5 $0.00010 $0.00107
Sonnet 5 $0.00004 $0.00043
Haiku 4.5 $0.00002 $0.00021

Measured 2d ago against content hash 0b44babdf7c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 2d ago.

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.

.claude/skills/implement/SKILL.md · 20 lines

What it actually says

Implement the plan from: $ARGUMENTS

Steps:

  1. Read the plan file specified above (e.g., docs/plans/.md)
  2. Execute each task in the order listed in the plan
  3. After completing each task:
    • Run cd extension && pnpm typecheck to verify no type errors introduced
    • Mark the task as completed in the plan file: change - [ ] to - [x]
  4. Do NOT stop until ALL tasks in the plan are completed and marked
  5. Do NOT add unnecessary comments or JSDoc
  6. Do NOT use any type — use unknown with narrowing if needed
  7. Follow existing patterns in the codebase (Zustand store, discriminated unions, Tailwind classes)
  8. When done, update the plan Status to done
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. 2d ago First seen · 20 lines · 20 tokens per session scan A 0b44babdf7c9

Subscribe to this mod's changes

implement is a skill published in the GitHub repository eiler2005/ai-tab-optimizer (3 stars, last pushed 3mo ago), licensed MIT. It adds 20 tokens to every session and 214 once invoked, about $0.0001 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-08-31.

Related

Other skills, from other repositories

spec-driven-develop

Automates pre-development workflow for large-scale complex tasks. Use when the user mentions "rewrite", "migrate", "overhaul", "refactor entire project", "transform", "rebuild in [language]", "spec-driven", or describes any large-scale project transformation that requires planning before coding. Also triggers on…

zhu1090093659/deepseek-pp · 130 tokens

review-spd

Findings-first code review workflow for AI coding agents. Use when the user asks to review uncommitted changes, commits in a date range, or a branch compared to the main branch / PR-style diff. Focuses on bugs, regressions, correctness risks, missing tests, security/data-safety issues, and other behavior-changing…

zhu1090093659/deepseek-pp · 72 tokens

deepseek-automation

Use when implementing, resuming, reviewing, or verifying the DeepSeek++ Codex-style automation feature in this repository. Covers reading docs/progress/MASTER.md, following GitHub Issues.

zhu1090093659/deepseek-pp · 42 tokens

deep-discuss

结构化深度讨论 Skill,用于与用户进行多轮问题分析和方案设计。当用户描述一个问题现象、故障表现、 技术困惑、方案选择困难,或明确说"讨论一下"、"帮我分析"、"我遇到一个问题"、"你觉得怎么样"、 "帮我想想"、"我在纠结"时,必须使用本 skill。当用户提供了一段描述(可能附带截图)并期望深入分析 而非直接给答案时,也应触发本 skill。即使用户只是抛出一个现象描述没有明确提问,也要使用本 skill 来引导结构化思考。不要在简单的事实查询("X是什么")或明确的执行指令("帮我写个脚本")上触发。.

zhu1090093659/deepseek-pp · 181 tokens

officecli-docx

Use this skill any time a .docx file is involved -- as input, output, or both. This includes: creating Word documents, reports, letters, memos, or proposals; reading, parsing, or extracting text from any .docx file; editing, modifying, or updating existing documents; working with templates, tracked changes, comments…

zhu1090093659/deepseek-pp · 114 tokens

morph-ppt

Use this skill when the user wants a .pptx with smooth cross-slide animation — PowerPoint Morph transitions, Keynote-style continuous motion, shapes that grow / move / rotate as the slide advances. Trigger on: 'morph', 'morph transition', 'smooth transition', 'continuous animation across slides', 'Keynote-style…

zhu1090093659/deepseek-pp · 169 tokens