implementation-task

implementation-task is a skill for Claude Code, Codex from rebel0789/Memory-Recall. It costs 0 tokens per session (110 once invoked), scanned A, original, Apache-2.0.

A workflow for completing one issue-sized coding task with tests and a handoff. It loads the task and nearby project instructions, adds a failing test, implements the smallest needed change, and runs relevant checks.

In plain words
What is it for?
Use it to implement a single issue, update the project's source of truth, and report changed files, checks, risks, rollback, and the next step.
Why use it?
It gives a small task a clear objective, stop condition, safety review, and evidence of what was checked instead of leaving an incomplete or poorly documented change.

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/rebel0789/memory-recall/implementation-task
Any agent
npx skills add rebel0789/Memory-Recall --skill implementation-task
Clone the repo
git clone --depth 1 https://github.com/rebel0789/Memory-Recall

Made for: Claude Code, Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/rebel0789/memory-recall/implementation-task.svg)](https://agentmods.dev/skills/rebel0789/memory-recall/implementation-task)
Your own site
<a href="https://agentmods.dev/skills/rebel0789/memory-recall/implementation-task"><img src="https://agentmods.dev/badge/skills/rebel0789/memory-recall/implementation-task.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 110 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.1 $0.00000 $0.00110
Opus 5 $0.00000 $0.00055
Sonnet 5 $0.00000 $0.00022
Haiku 4.5 $0.00000 $0.00011

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

Security

Grade A, and why

implementation-task 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.

skills/implementation-task/SKILL.md · 18 lines

What it actually says

Implementation Task

Purpose

Execute one issue-sized task with tests and handoff.

Procedure

  1. Restate objective and stop condition.
  2. Load task bundle and nearest instructions.
  3. Identify contract, trust boundary, data and rollback.
  4. Add a failing test, implement minimal behavior, run relevant checks.
  5. Update truth and hand off.

Completion

Return evidence, files changed when applicable, exact checks, risks, limitations, rollback, and safest next step. The skill never grants a tool or broadens policy.

Files

What ships with it

1 file 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. today First seen · 18 lines · 0 tokens per session scan A 2d0667073510

Subscribe to this mod's changes

implementation-task is a skill published in the GitHub repository rebel0789/Memory-Recall (8 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 110 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-09-04.

Related

Other skills, from other repositories

test-driven-development

Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.

addyosmani/agent-skills · 50 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens

skillshare-implement-feature

Implement a feature from a spec file or description using TDD workflow. Use this skill whenever the user asks to: add a new CLI command, implement a feature from a spec, build new functionality, add a flag, create a new internal package, or write Go code for skillshare. This skill enforces test-first development…

runkids/skillshare · 114 tokens

image-generate

Generate an image from a text prompt via the cloud LLM image proxy, persist it as a content-addressed workspace asset, and return a ContentBlock that downstream renderers can attach. Use whenever the user asks "draw / generate / make an image of …", an agent needs a diagram / illustration as a follow-up artifact, or a…

Prismer-AI/PrismerCloud · 103 tokens

claim-agent-ownership

Orchestrator skill for resolving multi-daemon binding contention. Use when you (the orchestrator) detect an agent.binding.contested sync event indicating two daemons are racing for the same agent — explicitly rebind ownership to a chosen target daemon so subsequent dispatches route deterministically. Implements Gap…

Prismer-AI/PrismerCloud · 101 tokens

assets

Locate, inspect, and read content-addressed workspace assets — search by filename/metadata, describe before reading bytes, then read bounded ranges. Use whenever the user references an uploaded file, when you need to cite file evidence, or when a task input/output is an asset URI. Executes via the cloud asset CLI and…

Prismer-AI/PrismerCloud · 69 tokens