#メモリ の記事
3 記事
-
Claude Code
Claude Code Retrospective Skill | How to Improve Your Work with /retro
-
Claude Code
How to Use claude-mem | Adding Persistent Memory to Claude Code
claude-mem is an open-source plugin that adds cross-session persistent memory to Claude Code. This guide covers the one-command npx installation, how it works with SQLite and vector search, how to retrieve memories with mem-search, how to exclude content with the <private> tag, and how it differs from Claude's built-in memory feature.
-
Claude Code
How to Write CLAUDE.md | Memory Configuration and File Placement for Claude Code
CLAUDE.md is the instruction file that Claude Code reads at the start of every session. This article covers the difference between CLAUDE.md and automatic memory, the four scopes and their file paths, how to write effective instructions, @import, .claude/rules, AGENTS.md, /init, and troubleshooting — all organized based on the official specification.