claude-agent-toolkit and claude-user-memory

The Python framework for building agents using the Claude Code SDK and the autonomous agent substrate for Claude Code CLI are complementary, as the former provides core tools for agent development while the latter offers a higher-level framework for managing complex workflows and coordinating multiple agents, potentially building upon or extending the capabilities provided by the toolkit.

claude-agent-toolkit
56
Established
claude-user-memory
46
Emerging
Maintenance 10/25
Adoption 12/25
Maturity 18/25
Community 16/25
Maintenance 6/25
Adoption 10/25
Maturity 15/25
Community 15/25
Stars: 27
Forks: 7
Downloads: 162
Commits (30d): 0
Language: Python
License: MIT
Stars: 162
Forks: 21
Downloads:
Commits (30d): 0
Language: Shell
License:
No risk flags
No Package No Dependents

About claude-agent-toolkit

cheolwanpark/claude-agent-toolkit

Python framework for building agents using claude-code-sdk with programmable tools

Provides decorator-based tool definition with automatic schema inference and Docker-isolated execution environments that restrict Claude's access to only explicitly registered tools—avoiding unintended system interactions. The framework wraps claude-code-sdk with class-based tool organization, built-in parallel execution support, and out-of-the-box MCP server management, eliminating manual configuration while maintaining production-grade runtime safety.

About claude-user-memory

VAMFI/claude-user-memory

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.

Coordinates 9 specialized agents (researcher, architect, implementer, debugger, deployer) through a Research→Plan→Implement pipeline with enforced quality gates (≥80% research confidence, ≥85% plan quality, passing tests) and persistent knowledge graph learning across sessions. Integrates with Claude Code CLI via direct agent invocation (`@chief-architect`, `@docs-researcher`) and CLI commands (`/workflow`, `/research`, `/plan`, `/implement`), with optional MCP server support for enhanced capabilities.

Scores updated daily from GitHub, PyPI, and npm data. How scores work