claude-code-tools
Claude Code Toolsは、AnthropicのAIコーディングアシスタントであるClaude Codeを最大限に活用するためのツールとドキュメントの包括的なコレクションです。エージェントワークフローの構築や開発タスクの自動化を支援し、効率的な開発を実現します。
GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
2
お気に入り
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