memradar: Instructions file for Claude Code

CLAUDE.md

memradar CLAUDE.md is an instructions file for Claude Code from on1659/memradar. It costs 786 tokens per session, scanned A, original, MIT.

A project-specific instruction file for Claude Code, an AI coding assistant. It points to design, architecture, roadmap, search, and slide documents and sets rules for quality, data safety, and review.

In plain words
What is it for?
It guides coding and design work, selects optional review agents, and highlights changes that need extra checking.
Why use it?
It gives the assistant the project context and boundaries needed to make consistent changes without sending session data outside the project.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: reads .claude/ paths.

This is on1659/memradar's own configuration. It tells Claude Code how to work on memradar 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 memradar configures →

Reuse

Borrowing it

Nothing to install: this file belongs to on1659/memradar. 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/on1659/memradar/master/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/on1659/memradar

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 memradar CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/on1659/memradar/claude-md.svg)](https://agentmods.dev/instructions/on1659/memradar/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/on1659/memradar/claude-md"><img src="https://agentmods.dev/badge/instructions/on1659/memradar/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 786 This file is loaded in full into every session.
When invoked 786 The same file — it is already loaded in full.
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.00786 $0.00786
Opus 5 $0.00393 $0.00393
Sonnet 5 $0.00157 $0.00157
Haiku 4.5 $0.00079 $0.00079

Measured 4d ago against content hash 7640656fba6b, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

memradar CLAUDE.md 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.

CLAUDE.md · 48 lines

What it actually says

Memradar

참조 문서

  • UI/스타일/테마 작업: docs/DESIGN-GUIDE.md
  • 아키텍처/CLI: docs/ARCHITECTURE.md
  • 기능 범위/우선순위: docs/ROADMAP.md
  • Wrapped 슬라이드: docs/WRAPPED-SPEC.md
  • 검색 기능: docs/SEARCH-SPEC.md

제약

  • Wrapped 슬라이드는 8장 (Cover → Intro → Prompts → Model → Hours → Personality → Usage → Share) — ToolsSlide.tsx는 import 금지 (향후 확장 슬롯)
  • 세션 데이터 외부 전송 금지

작업 방향 원칙 (Quality-first)

모든 코딩/디자인 의사결정에 동일하게 적용된다.

  • 결과물 품질 > 정확성 > 정석 > 속도 순서로 결정.
  • "빠르게 적용 가능"은 추천 근거에서 제외, 구현 방향 선택에서도 제외.
  • 정찰 깊이, 검수 회수, 리팩터 범위를 줄이는 이유가 "빠름"이라면 그 결정은 무효.
  • 단, 리스크 분리·검수 가능성·롤백 가능성을 위한 단계 분할은 유효 (속도 노선이 아닌 품질 노선).
  • "지금 떠오른 가벼운 픽스"가 있을 때 멈춰서 자문: "근거가 빠름이라면, 정석은 무엇인가?"

추천/제안 시 적어야 할 근거: 결과물 품질, 정확성, 일관성, 검수 가능성, 롤백 가능성, 리스크 분리, 데이터 안전성. 적지 말아야 할 근거: 빠른 적용, 최소 변경, 변경 라인 수.

에이전트 (선택 도구)

강제 파이프라인·선언 절차는 없다. 작업 성격상 필요할 때만 부른다. 정의는 .claude/agents/.

  • Scout — 수정 대상·패턴·의존성·불변조건 정찰 (영향 범위가 불투명할 때)
  • Coder — 지시서 기반 구현
  • Reviewer — 타입 안전·패턴 준수·세션 데이터 보호·UI 일관성 검토
  • QA — 트랜스크립트 다양성·Wrapped 시나리오·CLI 엣지케이스 검증

다음 변경은 파급이 커서 정찰·검수를 붙이는 편이 낫다: parser.ts+types.ts 동시 변경 / Wrapped 슬라이드 수·순서 변경 / CLI 스키마 변경 / package.json 의존성 추가 / 새 출력 포맷 / 세션 데이터 취급 변경.

지식/스킬 시스템

경험 → lesson → skill 3단계 누적. 자세히는 .claude/knowledge/README.md.

  • lessons.claude/knowledge/lessons/{영역}.md 에 함정/실수 누적
  • skill-candidates — 같은 패턴이 3회 이상 반복되면 .claude/knowledge/skill-candidates.md 에 후보 등록
  • skills — 사용자 승인 시 .claude/skills/{name}/ 로 승격 (Anthropic 표준)

에이전트를 쓴 작업이 끝나면 Coder/Reviewer/QA는 발견한 lesson 후보를 보고서 끝에 반드시 제안.

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 · 48 lines · 786 tokens per session scan A 7640656fba6b

Subscribe to this mod's changes

memradar CLAUDE.md is an instructions file published in the GitHub repository on1659/memradar (11 stars, last pushed 5d ago), licensed MIT. It adds 786 tokens to every session, about $0.0039 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-09-02.

Related

Other instructions, from other repositories

next.js AGENTS.md

AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.

vercel/next.js · 7,296 tokens

codex AGENTS.md

AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.

openai/codex · 5,182 tokens

vscode buildNext.instructions.md

Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).

microsoft/vscode · 6,785 tokens

vscode oss-third-party-notices.instructions.md

Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).

microsoft/vscode · 5,001 tokens

langchain AGENTS.md

AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.

langchain-ai/langchain · 4,469 tokens

spec-kit AGENTS.md

AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.

github/spec-kit · 7,104 tokens