Skip to content

Various utilities, tools and MCP servers for Claude Code / Ubuntu

License

Notifications You must be signed in to change notification settings

berch-t/claude-code-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Tools 🤖⚡

A comprehensive collection of Claude Code commands, MCP servers, AI documentation, templates, and utilities for supercharged agentic development.

GitHub License GitHub Stars Contributions Welcome

🚀 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

  1. Clone the repository:

    git clone https://github.com/berch-t/claude-code-tools.git
    cd claude-code-tools
  2. Copy commands to your Claude Code directory:

    cp commands/*.md ~/.claude/commands/
  3. Copy AI docs to your documentation directory:

    cp -r ai_docs/* ~/.claude/ai_docs/
  4. 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

⭐ Support

If you find these tools useful:

  1. Star this repository
  2. Share with your team 👥
  3. Contribute improvements 🚀
  4. Report issues 🐛

Built with ❤️ for the Claude Code community

Accelerate your development with AI-powered tools and workflows

About

Various utilities, tools and MCP servers for Claude Code / Ubuntu

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published