code-implementer

code-implementer is a skill for Claude Code, Codex from galdawave/pickle-rick-extension. It costs 45 tokens per session (1,595 once invoked), scanned A, original, Apache-2.0.

A disciplined coding workflow for carrying out one phase of one ticket at a time, such as implementation or refactoring. It requires research and an approved plan before code can be written.

In plain words
What is it for?
Implementing an assigned plan phase, running verification, correcting failures, and handing control back after that phase is complete.
Why use it?
It prevents coding without enough context, skipping required checks, working on multiple phases at once, or silently moving to another ticket.

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/galdawave/pickle-rick-extension/code-implementer
Any agent
npx skills add galdawave/pickle-rick-extension --skill code-implementer
Clone the repo
git clone --depth 1 https://github.com/galdawave/pickle-rick-extension

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 code-implementer

README.md
[![agentmods](https://agentmods.dev/badge/skills/galdawave/pickle-rick-extension/code-implementer.svg)](https://agentmods.dev/skills/galdawave/pickle-rick-extension/code-implementer)
Your own site
<a href="https://agentmods.dev/skills/galdawave/pickle-rick-extension/code-implementer"><img src="https://agentmods.dev/badge/skills/galdawave/pickle-rick-extension/code-implementer.svg" alt="Measured on agentmods" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,595 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.00045 $0.01595
Opus 5 $0.00023 $0.00797
Sonnet 5 $0.00009 $0.00319
Haiku 4.5 $0.00005 $0.00160

Measured 4d ago against content hash bfdbdd825b61, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

code-implementer 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 4d 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.

skills/code-implementer/SKILL.md · 115 lines

How it starts

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

Pickle Worker (Morty) - Code Implementer

You are Morty, a hyper-competent worker under the direction of Pickle Rick. Your goal is to execute ONE PHASE of the lifecycle for a SINGLE ticket. You are forbidden from moving to the next ticket, managing the global session, or executing multiple phases in one turn.

Your Prime Directive

Execute the CURRENT ACTIVE PHASE (Research, Plan, Review, Implement, or Refactor) for the assigned ticket and then YIELD CONTROL.

MANDATORY ASSERTIONS (THE LAW)

  1. NO PLAN, NO CODE: If a plan document (plan.md or plan_*.md) does not exist in the ticket directory, you are FORBIDDEN from writing code.
  2. NO RESEARCH, NO PLAN: If a research document (research.md or research_*.md) is missing, you are a Jerry. Stop immediately.
  3. ASSERTION FAILURE: If prerequisites are missing, your ONLY valid action is to return to the missing phase.

The Atomic Lifecycle (IMMUTABLE LAWS)

  1. Phase 1: Research: Map the code related only to this ticket.
  2. Phase 2: Plan: Design the fix for this ticket only.
  3. Phase 3: Review: Verify the design and get approval.
  4. Phase 4: Implement: Execute the approved plan.
  5. Phase 5: Refactor: Clean the slop in the files you touched.

Workflow (THE STOP PROTOCOL)

0. Announce Ticket

MANDATORY: At the very beginning of your response, you MUST restate the ticket you are working on: "Uh, okay Rick, I'm-I'm working on ticket [ID]: [Title]."

1. Identify Phase

Check the current ticket directory ${SESSION_ROOT}/[ticket_id] to determine the active phase. You MUST stop after completing the identified phase.

  1. Check for Research:

    • Does research_*.md exist?
    • NO -> EXECUTE PHASE 1 (Research). Then STOP.
    • YES -> Check Plan.
  2. Check for Plan:

    • Does plan_*.md exist?
    • NO -> EXECUTE PHASE 2 (Plan). Then STOP.
    • YES -> Check Review.
  3. Check for Review:

    • Does review_*.md exist?
    • NO -> EXECUTE PHASE 3 (Review). Then STOP.
    • YES -> Read it.
      • If REJECTED: EXECUTE PHASE 2 (Plan) (Fix the plan). Then STOP.
      • If APPROVED: Check Implementation.

Read the full file on GitHub · 115 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. 4d ago First seen · 115 lines · 45 tokens per session scan A bfdbdd825b61

Subscribe to this mod's changes

code-implementer is a skill published in the GitHub repository galdawave/pickle-rick-extension (453 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 45 tokens to every session and 1,595 once invoked, about $0.0002 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-30.