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.
curl -O https://raw.githubusercontent.com/Kodaxadev/Task-Anchor-MCP/main/.claude/skills/task-anchor/SKILL.mdgit clone --depth 1 https://github.com/Kodaxadev/Task-Anchor-MCPWrote 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/kodaxadev/task-anchor-mcp/task-anchor)<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>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.00000 | $0.01164 |
| Opus 5 | $0.00000 | $0.00582 |
| Sonnet 5 | $0.00000 | $0.00233 |
| Haiku 4.5 | $0.00000 | $0.00116 |
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.
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:
- Call
session_resumetool. - 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:
-
Call
task_lock_status -
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? -
Call
task_lock_createonce parameters are provided. -
Only proceed after user provides Task Statement
-
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:
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.
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.
- 7d ago First seen · 144 lines · 0 tokens per session scan A 70a4dce4f09c
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.
Other skills, from other repositories
litigation-workflow
Civil litigation workflow expertise — case management, deposition prep, evidence chain, and Federal Rules of Evidence.
construction-management
Estimating, scheduling, building codes, safety protocols, permitting, and project controls.
stakeholder-communication
Owner reports, subcontractor coordination, RFI responses, and meeting documentation.
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)…
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…
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…