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.
curl -O https://raw.githubusercontent.com/on1659/memradar/master/CLAUDE.mdgit clone --depth 1 https://github.com/on1659/memradarWrote 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/instructions/on1659/memradar/claude-md)<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>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.00786 | $0.00786 |
| Opus 5 | $0.00393 | $0.00393 |
| Sonnet 5 | $0.00157 | $0.00157 |
| Haiku 4.5 | $0.00079 | $0.00079 |
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.
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 후보를 보고서 끝에 반드시 제안.
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.
- 4d ago First seen · 48 lines · 786 tokens per session scan A 7640656fba6b
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.
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.
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.
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).
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).
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.
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.