Claude Code Tools
Various utilities, tools and MCP servers for Claude Code / Ubuntu
Ask AI about Claude Code Tools
Powered by Claude Β· Grounded in docs
I know everything about Claude Code Tools. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
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
