rememora-developer

rememora-developer is a skill for Claude Code, Codex from Rememora/rememora. It costs 60 tokens per session (564 once invoked), scanned A, original, MIT.

A Codex skill for developing Rememora, including its ticket workflow, isolated Git worktrees, validation commands, and use of Rememora's own memory.

In plain words
What is it for?
Use it to pick up approved Rememora tickets, plan and implement changes, run Rust tests and checks, and prepare pull requests.
Why use it?
It gives implementation work a consistent process and helps keep unfinished ticket changes separate from the main checkout.

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/rememora/rememora/rememora-developer
Any agent
npx skills add Rememora/rememora --skill rememora-developer
Clone the repo
git clone --depth 1 https://github.com/Rememora/rememora

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 rememora-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/rememora/rememora/rememora-developer.svg)](https://agentmods.dev/skills/rememora/rememora/rememora-developer)
Your own site
<a href="https://agentmods.dev/skills/rememora/rememora/rememora-developer"><img src="https://agentmods.dev/badge/skills/rememora/rememora/rememora-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 564 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.00060 $0.00564
Opus 5 $0.00030 $0.00282
Sonnet 5 $0.00012 $0.00113
Haiku 4.5 $0.00006 $0.00056

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

Security

Grade A, and why

rememora-developer 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.

.agents/skills/rememora-developer/SKILL.md · 64 lines

How it starts

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

Rememora Developer

Use this skill for implementation work on Rememora.

Scope

  • Pick up Ready-For-Dev or approved work
  • Create or resume issue-specific worktrees under .agents/worktrees/
  • Plan before implementing non-trivial ticket work
  • Validate changes with cargo test and cargo clippy
  • Use Rememora itself for durable memory and session continuity

Runtime Paths

  • Locks: .agents/locks/
  • Worktrees: .agents/worktrees/issue-<issue-number>
  • File-based memory leftovers: .agents/agent-memory/
  • Shared repo instructions: AGENTS.md
  • Claude-native subagent reference: .claude/agents/rememora-developer.md

Workflow

  1. Load context first.

    • Run rememora context --project rememora
    • If needed, run targeted recall with rememora search "<query>" --project rememora
  2. Claim work atomically.

    • Use .agents/locks/issue-<issue-number> and tty-$(basename $(tty))
    • Do not start work on a ticket that is actively locked by another live terminal
  3. Work in an isolated git worktree.

    • Create or resume .agents/worktrees/issue-<issue-number>
    • Do not modify the main checkout while doing ticket implementation work
  4. Stay in plan mode until approval for non-trivial ticket work.

    • Write the plan in the issue worktree
    • Only implement after approval
  5. Validate before completion.

    • Run cargo test
    • Run cargo clippy
  6. Persist durable knowledge.

    • Use rememora save for durable decisions, cases, patterns, entities, and preferences
    • Use session working_state for ephemeral in-progress state

Category Guide

  • preference: user collaboration preferences
  • decision: architecture or implementation tradeoffs
  • case: tricky bugs, gotchas, fixes
  • pattern: reusable conventions or test patterns
  • entity: services, APIs, dashboards, integrations
  • event: significant project events

When To Defer To Claude-Specific Logic

If you need the full Claude-native ticket workflow, detailed lock recovery behavior, or the exact project board protocol, read .claude/agents/rememora-developer.md.

Read the full file on GitHub · 64 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 · 64 lines · 60 tokens per session scan A 7c823e9a0fd1

Subscribe to this mod's changes

rememora-developer is a skill published in the GitHub repository Rememora/rememora (3 stars, last pushed 4d ago), licensed MIT. It adds 60 tokens to every session and 564 once invoked, about $0.0003 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

create-app

Guided journey from a raw app idea to a validated, cleanly architected first version that ships on a sustainable cadence. Orchestrates ten skills phase by phase - lean-startup, design-sprint, clean-architecture, domain-driven-design, clean-code, pragmatic-programmer, system-design, ios-hig-design, 37signals-way…

wondelai/skills · 217 tokens

create-business

Guided journey from raw idea to a validated, positioned, priced business with a chosen beachhead. Orchestrates ten skills phase by phase - jobs-to-be-done, mom-test, design-sprint, lean-startup, good-strategy-bad-strategy, blue-ocean-strategy, obviously-awesome, hundred-million-offers, monetizing-innovation…

wondelai/skills · 211 tokens

requirement-forge-refiner

Facilitate a structured conversation to define requirement standards for a project — epic and feature definitions, scenario structure, AC format, priority notation, status workflow, and naming conventions. Produces a formal requirement-standards.md that the requirement-quality atom reads via config resolution…

techygarg/lattice · 121 tokens

glab

Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the command line. Use this skill when the user needs to interact with GitLab resources or perform GitLab workflows.

NikiforovAll/claude-code-rules · 59 tokens

procoder

Work like a senior developer in a repository governed by procoder: run the commit gate before calling anything done, format and lint through the binary, and drive the spec, plan, todo, backlog, and sprint chain in .procoder/. Use this skill when the repository contains a .procoder/ directory or an AGENTS.md naming…

azrtydxb/procoder · 101 tokens

pilot

One autonomous Pilot cycle - fetch the agenda, execute the top item, journal, exit. Injected by the terminal host - not for manual invocation loops.

suxrobGM/jobpilot · 33 tokens