by VAMFI
Autonomous agent substrate for Claude Code CLI. Research→Plan→Implement workflows with quality gates, TDD enforcement, and multi-agent coordination. 4.8-5.5x faster development. Built on Anthropic's engineering research.
# Add to your Claude Code skills
git clone https://github.com/VAMFI/claude-user-memoryGuides for using ai agents skills like claude-user-memory.
Last scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:44:49.146Z",
"npmAuditRan": true,
"pipAuditRan": true
}claude-user-memory is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by VAMFI. Autonomous agent substrate for Claude Code CLI. Research→Plan→Implement workflows with quality gates, TDD enforcement, and multi-agent coordination. 4.8-5.5x faster development. Built on Anthropic's engineering research. It has 193 GitHub stars.
Yes. claude-user-memory passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/VAMFI/claude-user-memory" and add it to your Claude Code skills directory (see the Installation section above).
claude-user-memory is primarily written in Shell. It is open-source under VAMFI on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-user-memory against similar tools.
No comments yet. Be the first to share your thoughts!
Research-first development system for Claude Code CLI
No API hallucinations. No coding from stale training data. Research → Plan → Implement.
# Install
git clone https://github.com/VAMFI/claude-user-memory.git
cd claude-user-memory
./install.sh
# Use
/workflow Add Redis caching to ProductService
/workflow, /research, /plan, /implement, /contextFull automation:
/workflow Add authentication with JWT tokens
Step-by-step:
/research Redis for Node.js v5.0
/plan Redis caching implementation
/implement
Direct agents:
@chief-architect Build payment system
@docs-researcher Research Stripe API
@brahma-deployer Deploy v2.5.0
Quality gates block bad inputs. Circuit breaker stops infinite loops.
Cross-Platform: Works on macOS, Linux, Windows (WSL), and most Unix systems
Requirements: Minimal - bash and git only. Optional: python3/python for enhanced features
Installs to: ~/.claude/
Preserves:
~/.claude/data/CLAUDE.md customizations (smart-merged)Upgrade:
./install.sh
Your data and customizations are automatically preserved.
Update:
./update.sh # Selective update (only changed files)
./customize.sh # Interactive menu
./customize.sh --enable-mcp memory # Enable MCP servers
./customize.sh --list-mcps # View configuration
./uninstall.sh --dry-run # Preview what will be removed
./uninstall.sh # Remove (preserves data)
Built on Anthropic research (2024-2025):
MIT License - See LICENSE
Version: 4.1.0 Released: November 22, 2025 Status: Production-Ready
Research → Plan → Implement → Learn