claude-code-tools
Claude Code Tools is a comprehensive collection of tools and documentation designed to maximize productivity with Claude Code, Anthropic's AI coding assistant. It supports building agentic workflows and automating development tasks, enabling efficient engineering.
GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
1
Favorites
0
Claude Code Tools ๐คโก
A comprehensive collection of Claude Code commands, MCP servers, AI documentation, templates, and utilities for supercharged agentic development.
๐ Overview
This repository contains battle-tested tools and documentation for maximizing productivity with Claude Code, Anthropic's powerful command-line AI coding assistant. Whether you're building agentic workflows, extracting wisdom from content, or automating development tasks, these tools provide the foundation for next-level AI-assisted engineering.
๐ Repository Structure
claude-code-tools/
โโโ ๐ฏ commands/ # Claude Code slash commands (5 tools)
โ โโโ ai_docs.md # Smart documentation assistant
โ โโโ infinite.md # Infinite agentic loop generation
โ โโโ populate_docs.md # Auto-documentation from conversations
โ โโโ prime.md # Context window priming
โ โโโ wisdom.md # YouTube/text wisdom extraction
โโโ ๐ MCP/ # Model Context Protocol servers
โโโ ๐ ai_docs/ # AI development documentation (12 guides)
โโโ ๐จ specs/ # UI innovation specifications (4 versions)
โโโ ๐ templates/ # Reusable code templates
โโโ ๐ ๏ธ tools/ # Utility scripts and helpers
โก Quick Start
Installation
Clone the repository:
git clone https://github.com/berch-t/claude-code-tools.git cd claude-code-tools
Copy commands to your Claude Code directory:
cp commands/*.md ~/.claude/commands/
Copy AI docs to your documentation directory:
cp -r ai_docs/* ~/.claude/ai_docs/
Copy UI specifications to your specs directory:
cp -r specs/* ~/.claude/specs/
Usage
Commands are now available as Claude Code slash commands:
/ai_docs
- Smart documentation assistant/infinite
- Generate infinite agentic loops/populate_docs
- Create docs from conversations/prime
- Prime context with git files/wisdom
- Extract wisdom from YouTube/text
๐ฏ Featured Tools
๐ง Wisdom Extraction
Extract valuable insights from YouTube videos or text using Daniel Miessler's proven extractwisdom pattern.
Features:
- YouTube URL processing with SOTA transcription
- Auto-generated subtitle extraction
- Rich markdown output with 25+ insight categories
- Whisper fallback for maximum accuracy
๐ AI Documentation Assistant
Intelligent documentation helper that references your ai_docs folder for contextual assistance.
Features:
- Automatic doc relevance detection
- Pattern-based recommendations
- Best practices integration
- Multi-framework support
๐ Infinite Agentic Loops + UI Specifications
Create sophisticated iterative generation processes using specification files to drive parallel agent coordination and progressive enhancement workflows.
Features:
- Specification-Driven Generation: Uses UI innovation specs as templates
- Parallel Agent Coordination: Multiple Sub Agents for concurrent development
- Progressive Sophistication: Each iteration wave explores advanced concepts
- Infinite or Limited Runs: Configurable iteration counts (1-N or "infinite")
- Context-Aware Scaling: Intelligent wave sizing based on context capacity
Integration with Specs Folder:
The /infinite
command works seamlessly with the 4 UI innovation specifications (v1-v4) to generate breakthrough interface components through parallel agent workflows.
๐ Documentation Guides
Our ai_docs collection includes comprehensive guides for:
- Claude Code Best Practices - Production-ready workflows
- React TypeScript Patterns - Modern development approaches
- UV Single File Scripts - Efficient Python tooling
- Framer Motion - Advanced animations
- Aceternity UI - Component libraries
- And 7 more specialized guides
๐จ UI Innovation Specifications + Infinite Workflows
Progressive specifications for creating breakthrough UI components through parallel agent coordination and iterative enhancement processes.
Specification-Driven Development:
- 4 evolution stages from prototype to production
- Novel interaction paradigms that completely replace traditional UI elements
- Modular architecture patterns with clean separation of concerns
- Accessibility-first design principles built into every specification
Infinite Command Integration:
# Generate UI innovations using specifications
/infinite specs/invent_new_ui.md output/ui_innovations/ 10
# Infinite generation until context limits
/infinite specs/invent_new_ui_v2.md output/ui_enhanced/ infinite
# Progressive architecture evolution
/infinite specs/invent_new_ui_v4.md output/ui_production/ 5
Specification Versions + Agent Coordination:
- v1 - Core innovation challenges โ Single file rapid prototyping with parallel iteration
- v2 - Enhanced functionality โ Accessibility-focused development with wave-based generation
- v3 - Themed hybrid components โ Multi-element integration with sophisticated agent coordination
- v4 - Production-ready modular architecture โ Professional-grade file separation with advanced parallel workflows
๐ค Contributing
We welcome contributions! Please see our Contributing Guidelines for details on:
- Adding new commands
- Creating MCP servers
- Improving documentation
- Sharing templates
- Contributing UI specifications
๐ License
This project is licensed under the MIT License - see the LICENSE file for details.
๐ Related Projects
- Claude Code - Official Claude Code documentation
- Fabric - Daniel Miessler's AI augmentation framework
- MCP Specification - Model Context Protocol standard
โญ Support
If you find these tools useful:
- Star this repository โญ
- Share with your team ๐ฅ
- Contribute improvements ๐
- Report issues ๐
Built with โค๏ธ for the Claude Code community
Accelerate your development with AI-powered tools and workflows