https://github.com/mpazaryna/claude-toolkit
A collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities in understanding, analyzing, and documenting codebases.
https://github.com/mpazaryna/claude-toolkit
agentic-framework agentic-workflow claude-code
Last synced: 4 months ago
JSON representation
A collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities in understanding, analyzing, and documenting codebases.
- Host: GitHub
- URL: https://github.com/mpazaryna/claude-toolkit
- Owner: mpazaryna
- License: mit
- Created: 2025-09-17T17:33:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-02T18:14:55.000Z (4 months ago)
- Last Synced: 2025-10-02T20:25:40.844Z (4 months ago)
- Topics: agentic-framework, agentic-workflow, claude-code
- Language: Shell
- Homepage:
- Size: 87.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude Toolkit
A collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities in understanding, analyzing, and documenting codebases.
## Overview
This toolkit provides structured markdown-based configurations that guide Claude Code through various development tasks. Rather than executable code, it offers:
- **Specialized agents** for code review, documentation fetching, and work summarization
- **Pre-configured commands** for systematic codebase exploration
- **Project templates** for comprehensive analysis of different technology stacks
## Quick Start
1. Clone this repository:
```bash
git clone https://github.com/[username]/claude-toolkit.git
cd claude-toolkit
```
2. Add your project to the index:
```bash
./deploy.sh add-project my-app ~/path/to/my-app
```
3. Deploy components:
```bash
./deploy.sh deploy-all my-app
```
## Documentation
- **[Installation & Deployment](docs/installation.md)** - Complete setup and deployment guide
- **[Components](docs/components.md)** - Detailed overview of agents, commands, and templates
- **[Usage](docs/usage.md)** - How to use the toolkit in your projects
- **[Maintenance](docs/maintenance.md)** - Meta-tooling and inspiration
## Structure
```
claude-toolkit/
├── agents/ # Specialized AI agents
│ ├── quality-control-enforcer.md
│ ├── research-docs-fetcher.md
│ └── work-completion-summarizer.md
├── commands/ # Pre-configured workflows
│ └── paz/
│ ├── prime/ # Codebase understanding
│ ├── learn/ # Learning resources
│ ├── context/ # Context rebuilding
│ └── tools/ # Tool-specific docs
├── templates/ # Project analysis templates
│ └── paz/
│ └── acb/ # Agent-Codebase templates
└── CLAUDE.md # Claude Code instructions
```
## Key Features
- **No Code Execution**: Pure markdown configurations for guidance
- **Modular Design**: Pick and choose components as needed
- **Namespaced Organization**: Commands and templates use the `paz/` namespace for better organization and to support multiple toolkit collections
- **Technology-Specific**: Tailored templates for different stacks
- **Workflow Integration**: Designed to enhance developer workflows