A2X Marketplace
My useful Claude Code plugins that I can install on demand when I need them.
Installation
Add this marketplace to Claude Code:
/plugin marketplace add tomerhamam/A2X-marketplace
Available Plugins
mactools (v1.0.0)
macOS terminal automation with bundled iTerm2 MCP server for command execution, session management, and collaborative debugging.
Features:
- 🖥️ Direct iTerm2 Control - Create tabs, send commands, and manage sessions
- 🔄 Bidirectional Handoff - Switch control between Claude and user via tmux
- 📊 Output Management - Read terminal output with pagination and offset support
- 🔧 Session Persistence - tmux integration for long-running processes
- 🤖 Terminal Automation - Automated test execution, build monitoring, and workflows
- 🐛 Collaborative Debug - Interactive debugging sessions with user handoff
- 📦 Self-Contained - iTerm2 MCP server bundled inside plugin (no external dependencies!)
Install:
/plugin install mactools@A2X
Quick Start:
/terminal npm test # Create terminal and run tests
/shared-session debug # Create collaborative debugging session
Requirements:
- iTerm2 with Python API enabled (Preferences > General > Magic)
- Python 3.9+
- Optional:
tmux for shared sessions (brew install tmux)
Setup:
# Install Python dependencies for iTerm2 MCP
cd ~/.claude-code/plugins/mactools/iterm2-mcp
pip3 install -e .
Full Documentation →
maya-toolkit (v1.0.0)
Comprehensive development workflow automation for Maya AI projects.
Features:
- 🎯 Task Planner - Research, scope, and break down tasks with Linear integration
- 📝 PR Walkthrough - Generate navigational review guides for Theia tool
- 📚 Documentation Specialist - Automated inline and comprehensive documentation
- 🔄 Session Management - Handoff and resume workflows for context continuity
Install:
/plugin install maya-toolkit@A2X
Quick Start:
/prepare-task PRO-123 # Prepare and scope a Linear task
/create-theia-inputs # Generate PR walkthrough
/session-handoff # Create session handoff document
Requirements:
- Linear API key (
LINEAR_API_KEY environment variable)
- Linear MCP server configured
- Git worktrees support
Full Documentation →
claude-memory (v1.0.0)
Persistent memory management with conversation history, knowledge base, and semantic search.
Features:
- 💾 Conversation History - Store and retrieve past conversations
- 📚 Knowledge Base - Build searchable knowledge from interactions
- 🔄 Session Persistence - Save/restore complete session state
- 🔍 Semantic Search - Vector-based memory retrieval (works locally!)
- 🏠 Local-First - Everything stored on your machine, no external services
- 🔒 Privacy-First - Your data never leaves your machine
Install:
/plugin install claude-memory@A2X
Quick Start:
/remember Project Preferences | Use pnpm for package management tags: workflow
/recall pnpm workflow
/save-conversation React hooks discussion
/search-knowledge authentication patterns
Requirements:
- Node.js >= 20.0.0
- ~500MB disk space (model + memories)
- First run downloads embedding model (~80-420MB depending on choice)
Setup:
cd ~/.claude-code/plugins/claude-memory/mcp-server
npm install && npm run build
Full Documentation →
RTL Language Support (Hebrew/Arabic)
Having issues with Hebrew text displaying incorrectly in Claude Code?
Quick Fix for iTerm2:
- Open iTerm2 Preferences (⌘,)
- Navigate to: Settings > General > Experimental
- Enable: "Enable support for right-to-left scripts"
- Restart iTerm2
RTL Utilities (auto-loaded in your shell):
# ALL your Claude Code aliases now have Hebrew (-he) versions!
claude-free-he "שאלה" # claude-free with RTL ⭐ Most used
happy-free-he "שאלה" # happy-free with RTL
happy-he "שאלה" # happy with RTL
happy-codex-he "שאלה" # codex mode with RTL
happy-resume-he # resume session with RTL
# ... and 20+ more! See complete list below
# Standalone RTL functions
rtl_print "שלום עולם" # Right-align text
center_print "כותרת" # Center-align
echo "text" | rtl_block # Multi-line right-align
Resources:
Usage
Install plugins from this marketplace: