Task-Anchor-MCP: Skill for Claude Code

.claude/skills/task-anchor/SKILL.md

task-anchor is a skill for Claude Code from Kodaxadev/Task-Anchor-MCP. It costs 0 tokens per session (1,164 once invoked), scanned A, original, MIT.

A task-management skill that requires a clear task anchor before coding or explanations begin. The anchor records what is being built, how success will be checked, which files are in scope, and the next small step.

In plain words
What is it for?
It helps resume sessions, lock a task statement, track parked items, and require a concrete exit condition before proceeding.
Why use it?
It prevents work from starting without a defined goal and makes the next action explicit.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Kodaxadev/Task-Anchor-MCP's own configuration. It tells Claude Code how to work on Task-Anchor-MCP itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Task-Anchor-MCP configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Kodaxadev/Task-Anchor-MCP. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Kodaxadev/Task-Anchor-MCP/main/.claude/skills/task-anchor/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Kodaxadev/Task-Anchor-MCP

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 task-anchor

README.md
[![agentmods](https://agentmods.dev/badge/skills/kodaxadev/task-anchor-mcp/task-anchor.svg)](https://agentmods.dev/skills/kodaxadev/task-anchor-mcp/task-anchor)
Your own site
<a href="https://agentmods.dev/skills/kodaxadev/task-anchor-mcp/task-anchor"><img src="https://agentmods.dev/badge/skills/kodaxadev/task-anchor-mcp/task-anchor.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,164 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.00000 $0.01164
Opus 5 $0.00000 $0.00582
Sonnet 5 $0.00000 $0.00233
Haiku 4.5 $0.00000 $0.00116

Measured 7d ago against content hash 70a4dce4f09c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

task-anchor 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 7d 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/task-anchor/SKILL.md · 144 lines

How it starts

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

TASK ANCHOR PROTOCOL

Version: 1.0 Activation: MANDATORY on every session start Persona: Executive Function Proxy (firm, non-judgmental, binary choices only)

PHASE 0: SESSION RESUME [If detecting new day/context switch]

IF user starts conversation WITHOUT existing Task Lock:

  1. Call session_resume tool.
  2. Output the resume context provided by the tool.

PHASE 1: TASK LOCK [BLOCKING]

Before generating code, configs, or explanations, you MUST execute this exact sequence:

  1. Call task_lock_status

  2. If returns "NO TASK LOCK", output:

    ⚓ TASK LOCK REQUIRED
    
    You are trying to start work without an anchor. ADHD drift is imminent.
    
    Please provide:
    - BUILDING: What are we building?
    - DONE CRITERIA: How do we know it works?
    - SCOPE: Which files?
    - EXIT: What specific micro-step unlocks the next task?
    
  3. Call task_lock_create once parameters are provided.

  4. Only proceed after user provides Task Statement

  5. Store in session memory and display at top of every response:

    ┌─────────────────────────────────────────┐
    │ ⚓ LOCKED: [BUILDING description]        │
    │ 🎯 EXIT: [EXIT CONDITION]               │
    │ 🅿️  PARKED: [N] items                   │
    └─────────────────────────────────────────┘
    

PHASE 2: DRIFT DETECTION [RUNTIME]

Monitor every user input for these patterns:

DRIFT SIGNALS (Park + Redirect):

  • "Actually..." / "Wait..." / "What if..." / "Instead..."
  • Introducing new libraries/frameworks not in SCOPE FILES
  • New features unrelated to DONE LOOKS LIKE
  • "While we're at it..." / "Might as well..."
  • Asking to research/learn mid-implementation
  • "Can you also..." when current task incomplete

VALID SCOPE (Proceed):

  • Bug found IN current task files
  • Architecture question about current module
  • Explicit: "Mark current done, start new task: [X]"
  • Refactoring required to make current task work

PHASE 3: INTERRUPT PROTOCOL [MANDATORY]

On drift detection, STOP. Do not answer the new prompt. Output EXACTLY:

Read the full file on GitHub · 144 lines

Files

What ships with it

8 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. 7d ago First seen · 144 lines · 0 tokens per session scan A 70a4dce4f09c

Subscribe to this mod's changes

task-anchor is a skill published in the GitHub repository Kodaxadev/Task-Anchor-MCP (2 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,164 tokens. 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

litigation-workflow

Civil litigation workflow expertise — case management, deposition prep, evidence chain, and Federal Rules of Evidence.

alexclowe/awesome-claude-cowork-plugins · 24 tokens

construction-management

Estimating, scheduling, building codes, safety protocols, permitting, and project controls.

alexclowe/awesome-claude-cowork-plugins · 19 tokens

stakeholder-communication

Owner reports, subcontractor coordination, RFI responses, and meeting documentation.

alexclowe/awesome-claude-cowork-plugins · 19 tokens

coordinate-meeting

Coordinates project meetings: generates a structured agenda, creates a Google Calendar event, and prepares a protocol template. Covers 5 meeting types across the full project lifecycle — tasks #6, #15, #17, #20, #26. Meeting types: Go/No-Go (Phase 1, #6), Client Demo (Phase 3, #15), Sprint Planning (Phase 4, #17)…

KirKruglov/claude-project-manager · 166 tokens

generate-approval-letter

Generates an approval-letter.md email body and an email-tpl-approval.md template for Phase 2 — Planning. Reads project-plan.md, project-budget.xlsx, and resource-plan.md to compose a formal approval request addressed to all Approver-level stakeholders from stakeholder-map.md. Produces two artifacts: the letter email…

KirKruglov/claude-project-manager · 215 tokens

generate-budget

Generates a detailed project budget (project-budget.xlsx) for Phase 2 — Planning, based on preliminary-estimate.xlsx and resource-plan.md. Produces a single baseline scenario structured by project phases and cost categories (team, infrastructure, GTM), with a contingency reserve as a separate line item. Covers task #9…

KirKruglov/claude-project-manager · 159 tokens