Skip to content

tokenbender/agent-guides

Repository files navigation

Agent Guides

Comprehensive guides and tools for Claude Code workflows, custom commands, and AI-assisted development.

Contents

📚 Guides

🛠️ Ready-to-Use Tools

  • Claude Code Commands Collection - Production-ready custom commands including:
    • Conversation Search: Multi-source search across all your Claude conversation history
    • Multi-Mind Analysis: Collaborative multi-specialist analysis with dynamic role assignment
    • Function Deep Dive: Line-by-line code analysis with performance insights
    • Anti-Repetition Workflows: Progressive knowledge building across multiple rounds

Quick Start

Install Custom Commands

For specific projects:

# Copy to your project
mkdir -p .claude/commands
cp claude-commands/*.md .claude/commands/

For global use:

# Copy to global Claude directory
mkdir -p ~/.claude/commands  
cp claude-commands/*.md ~/.claude/commands/

Featured Commands

Multi-Mind Collaborative Analysis

# Basic multi-specialist analysis (3 rounds)
/project:multi-mind "Should we implement quantum error correction in our ML pipeline?"

# Extended analysis with custom rounds
/project:multi-mind "Climate change mitigation strategies" rounds=5

# Structured expert debate format
/project:multi-mind-debate "Scaling transformer architectures beyond GPU limits"

Conversation History Search

# Search across all your Claude conversations
/project:search-prompts "machine learning pipeline"
/project:search-prompts "debugging memory issues"
/project:search-prompts "database optimization"

Deep Code Analysis

# Analyze any function with detailed insights
/project:analyze-function train.py:detect_words_gpu
/project:analyze-function utils.js validateInput

Key Features

  • Dynamic Specialist Assignment: AI automatically selects 4-6 experts based on topic complexity
  • Error Decorrelation: Different specialists catch different types of blind spots
  • Web Search Integration: Fresh knowledge acquisition each round
  • Anti-Repetition Mechanisms: Progressive insight building without circular discussions
  • Configurable Workflows: Adjust rounds and depth based on needs

Contributing

Feel free to:

  • Add new custom commands
  • Improve existing guides
  • Share your own Claude Code workflows
  • Submit pull requests with enhancements

License

Open source - modify and adapt for your specific needs.

About

one page guides that i let my subscribed/customised agents consume to perform actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages