{"id":31581016,"url":"https://github.com/mpazaryna/claude-toolkit","last_synced_at":"2025-10-05T21:52:09.157Z","repository":{"id":315418063,"uuid":"1058892706","full_name":"mpazaryna/claude-toolkit","owner":"mpazaryna","description":"A collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities in understanding, analyzing, and documenting codebases.","archived":false,"fork":false,"pushed_at":"2025-10-02T18:14:55.000Z","size":90,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T20:25:40.844Z","etag":null,"topics":["agentic-framework","agentic-workflow","claude-code"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mpazaryna.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T17:33:47.000Z","updated_at":"2025-10-02T18:14:58.000Z","dependencies_parsed_at":"2025-09-18T14:41:29.517Z","dependency_job_id":"4dc11b88-a70a-4908-b60a-e43d12044d2d","html_url":"https://github.com/mpazaryna/claude-toolkit","commit_stats":null,"previous_names":["mpazaryna/claude-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mpazaryna/claude-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpazaryna%2Fclaude-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpazaryna%2Fclaude-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpazaryna%2Fclaude-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpazaryna%2Fclaude-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mpazaryna","download_url":"https://codeload.github.com/mpazaryna/claude-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mpazaryna%2Fclaude-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278526242,"owners_count":26001325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-framework","agentic-workflow","claude-code"],"created_at":"2025-10-05T21:52:06.394Z","updated_at":"2025-10-05T21:52:09.151Z","avatar_url":"https://github.com/mpazaryna.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Toolkit\n\nA collection of specialized agents, commands, and templates for enhancing Claude Code's capabilities in understanding, analyzing, and documenting codebases.\n\n## Overview\n\nThis toolkit provides structured markdown-based configurations that guide Claude Code through various development tasks. Rather than executable code, it offers:\n- **Specialized agents** for code review, documentation fetching, and work summarization\n- **Pre-configured commands** for systematic codebase exploration\n- **Project templates** for comprehensive analysis of different technology stacks\n\n## Quick Start\n\n1. Clone this repository:\n```bash\ngit clone https://github.com/[username]/claude-toolkit.git\ncd claude-toolkit\n```\n\n2. Add your project to the index:\n```bash\n./deploy.sh add-project my-app ~/path/to/my-app\n```\n\n3. Deploy components:\n```bash\n./deploy.sh deploy-all my-app\n```\n\n## Documentation\n\n- **[Installation \u0026 Deployment](docs/installation.md)** - Complete setup and deployment guide\n- **[Components](docs/components.md)** - Detailed overview of agents, commands, and templates\n- **[Usage](docs/usage.md)** - How to use the toolkit in your projects\n- **[Maintenance](docs/maintenance.md)** - Meta-tooling and inspiration\n\n## Structure\n\n```\nclaude-toolkit/\n├── agents/                      # Specialized AI agents\n│   ├── quality-control-enforcer.md\n│   ├── research-docs-fetcher.md\n│   └── work-completion-summarizer.md\n├── commands/                    # Pre-configured workflows\n│   └── paz/\n│       ├── prime/              # Codebase understanding\n│       ├── learn/              # Learning resources\n│       ├── context/            # Context rebuilding\n│       └── tools/              # Tool-specific docs\n├── templates/                   # Project analysis templates\n│   └── paz/\n│       └── acb/                # Agent-Codebase templates\n└── CLAUDE.md                    # Claude Code instructions\n\n```\n\n## Key Features\n\n- **No Code Execution**: Pure markdown configurations for guidance\n- **Modular Design**: Pick and choose components as needed\n- **Namespaced Organization**: Commands and templates use the `paz/` namespace for better organization and to support multiple toolkit collections\n- **Technology-Specific**: Tailored templates for different stacks\n- **Workflow Integration**: Designed to enhance developer workflows","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpazaryna%2Fclaude-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmpazaryna%2Fclaude-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmpazaryna%2Fclaude-toolkit/lists"}