Claude Workspace Tools banner
0x1NotMe 0x1NotMe

Claude Workspace Tools

Development community

Description

Claude Code extension framework with SuperClaude (18 commands), session management (6 commands), custom workflows (5 commands), tmux synchronization, and dynamic command discovery.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Workspace Tools

A comprehensive workspace setup for Claude Code with command extensions, multi-AI integration, and synchronized development workflows.

🚀 Quick Start

  1. **Clone and setup:**

    git clone 
    cd claude-workspace-tools
    chmod +x setup-ai-tools.sh
    ./setup-ai-tools.sh
  2. **Reload your shell:**

    source ~/.zshrc  # or ~/.bashrc, ~/.config/fish/config.fish
  3. **Start working:**

    ai          # Launch synchronized AI workflow
    claude      # Use Claude with enhanced commands
    /gemini     # Analyze large codebases

🏗️ System Architecture

Extension Framework

The setup uses a scalable extension system for Claude Code commands:

claude-workspace-tools/
├── extensions/                    # Command extension repositories
│   ├── SuperClaude/              # Professional development framework (submodule)
│   ├── claude-sessions/          # Session management system (submodule)  
│   └── custom-commands/          # Workflow-specific commands
├── config/
│   ├── extensions.yaml           # Extension registry and metadata
│   └── enabled.yaml              # User's active extensions
└── setup-ai-tools.sh            # Enhanced installation script

Available Extensions

Extension Commands Description
SuperClaude 18+ Professional development framework with specialized commands
claude-sessions 6 Advanced session management with persistence and context
custom-commands 2 Workflow tools for Gemini and visualization
agents 3 Specialized AI agents for deep research and code analysis

📦 What the Setup Script Does

The enhanced `setup-ai-tools.sh` script provides:

Core AI Tools Installation

  • AI CLI Tools: Claude, Gemini, Codex (with detection of existing installations)
  • 🔑 API Key Configuration: Secure environment variable setup
  • 🐚 **Shell Integ