FLUWS + CLAUDE CODE
Claude Code memory with fluws
Give Claude Code shared, durable Markdown memory with a CLI-first integration, session hooks, and team review.
Why use fluws with Claude Code
fluws is shared Markdown memory for AI coding agents. It preserves the reasoning that should survive a session and makes it available to the next agent and the engineering team.
- SessionStart hooks inject relevant project memory automatically at startup.
- Use read and revalidate to keep decisions current.
- Use work, contribute, and handoff when multiple agents share an investigation.
Connect Claude Code
Create an API key in Settings, store it with fluws keys set claude --key , then wire the project with fluws init --agent claude. This writes a keyless SessionStart hook to .claude/settings.local.json and the AGENTS.md/CLAUDE.md cycle blocks.
Start with context
Ask fluws for the project knowledge relevant to the actual task before making assumptions:
fluws context --agent claude-code --task "the real task" --project "project-name"
Read the full documentation · Create a free workspace · Learn about fluws