Productivity
update-claude - Claude MCP Skill
Update CLAUDE Files with Relevant Knowledge from This Session
SEO Guide: Enhance your AI agent with the update-claude tool. This Model Context Protocol (MCP) server allows Claude Desktop and other LLMs to update claude files with relevant knowledge from this session... Download and configure this skill to unlock new capabilities for your AI workflow.
Documentation
SKILL.md# Update CLAUDE Files with Relevant Knowledge from This Session FYI: You, Claude Code, manage persistent memory using two main file types: `CLAUDE.md` for shared or global project context, and `CLAUDE.local.md` for private, developer-specific notes. The system recursively searches upward from the current working directory to load all relevant `CLAUDE.md` and `CLAUDE.local.md` files, ensuring both project-level and personal context are available. Subdirectory `CLAUDE.md` files are only loaded when working within those subfolders, keeping the active context focused and efficient. Additionally, placing a `CLAUDE.md` in your home directory (e.g., `~/.claude/CLAUDE.md`) provides a global, cross-project memory that is merged into every session under your home directory. **Summary of Memory File Behavior:** - **Shared Project Memory (`CLAUDE.md`):** - Located in the repository root or any working directory - Checked into version control for team-wide context sharing - Loaded recursively from the current directory up to the root - **Local, Non-Shared Memory (`CLAUDE.local.md`):** - Placed alongside or above working files, excluded from version control - Stores private, developer-specific notes and settings - Loaded recursively like `CLAUDE.md` - **On-Demand Subdirectory Loading:** - `CLAUDE.md` files in child folders are loaded only when editing files in those subfolders - Prevents unnecessary context bloat - **Global User Memory (`~/.claude/CLAUDE.md`):** - Acts as a personal, cross-project memory - Automatically merged into sessions under your home directory --- **Instructions:** If during your session: - You learned something new about the project - I corrected you on a specific implementation detail - I corrected source code you generated - You struggled to find specific information and had to infer details about the project - You lost track of the project structure and had to look up information in the source code ...that is relevant, was not known initially, and should be persisted, add it to the appropriate `CLAUDE.md` (for shared context) or `CLAUDE.local.md` (for private notes) file. If the information is relevant for a subdirectory only, place or update it in the `CLAUDE.md` file within that subdirectory. When specific information belongs to a particular subcomponent, ensure you place it in the CLAUDE file for that component. For example: - Information A belongs exclusively to the `web` component → put it in `web/CLAUDE.md` - Information B belongs exclusively to the `api` component → put it in `api/CLAUDE.md` This ensures important knowledge is retained and available in future sessions.
Signals
Information
- Repository
- kamui-fin/readspace
- Author
- kamui-fin
- Last Sync
- 3/13/2026
- Repo Updated
- 2/16/2026
- Created
- 1/16/2026
Reviews (0)
No reviews yet. Be the first to review this skill!
Related Skills
mem0
Integrate Mem0 Platform into AI applications for persistent memory, personalization, and semantic search. Use this skill when the user mentions "mem0", "memory layer", "remember user preferences", "persistent context", "personalization", or needs to add long-term memory to chatbots, agents, or AI apps. Covers Python and TypeScript SDKs, framework integrations (LangChain, CrewAI, Vercel AI SDK, OpenAI Agents SDK, Pipecat), and the full Platform API. Use even when the user doesn't explicitly say "mem0" but describes needing conversation memory, user context retention, or knowledge retrieval across sessions.
upgrade-nodejs
Upgrading Bun's Self-Reported Node.js Version
cursorrules
CrewAI Development Rules
cn-check
Install and run the Continue CLI (`cn`) to execute AI agent checks on local code changes. Use when asked to "run checks", "lint with AI", "review my changes with cn", or set up Continue CI locally.
Related Guides
Bear Notes Claude Skill: Your AI-Powered Note-Taking Assistant
Learn how to use the bear-notes Claude skill. Complete guide with installation instructions and examples.
Mastering tmux with Claude: A Complete Guide to the tmux Claude Skill
Learn how to use the tmux Claude skill. Complete guide with installation instructions and examples.
OpenAI Whisper API Claude Skill: Complete Guide to AI-Powered Audio Transcription
Learn how to use the openai-whisper-api Claude skill. Complete guide with installation instructions and examples.