Skill Claude CodeCodex
π‘ Bulk file read optimizer. Suggests semantic search alternatives when reading multiple files. Helps reduce token usage by using claudemem's ranked results instead of sequential file reads.
Skill Claude CodeCodex
π‘ Bulk file read optimizer. Suggests semantic search alternatives when reading multiple files. Helps reduce token usage by using claudemem's ranked results instead of sequential file reads.
Skill Claude CodeCodex
β‘ Test analysis skill. Best for: 'what's tested', 'find test coverage', 'audit test quality', 'missing tests', 'edge cases'. Uses claudemem AST with callers analysis for efficient test discovery.
Skill Claude CodeCodex
β‘ Comprehensive analysis skill. Best for: 'comprehensive audit', 'deep analysis', 'full codebase review', 'multi-perspective investigation', 'complex questions'. Combines all perspectives (architect+developer+tester+debugger). Uses Opus model with full claudemem AST analysis.
Command
Execute tasks from track plan with TDD workflow and git commits.
Command
Create development track with spec and hierarchical task plan.
Command
Git-aware logical undo at track, phase, or task level.
Skill Claude CodeCodex
Get help with Conductor - commands, usage examples, and best practices.
Skill Claude CodeCodex
Execute tasks from track plan with TDD workflow and git commit integration.
Skill Claude CodeCodex
Create development track with spec and hierarchical plan through interactive Q&A.
Skill Claude CodeCodex
Git-aware logical undo at track, phase, or task level with confirmation gates.
Settings file Claude Code
Quick and fast tmux mcp server.
Skill Claude CodeCodex
Drive tmux from the command line to manage terminal sessions, windows, and panes β split the current pane, run a command in a new pane, capture output, send keystrokes, resize/navigate panes, or spin up a fully isolated background tmux server for sandboxed work. Use this whenever you need to run something in aβ¦
Plugin Claude Code
Plugin marketplace listing 16 plugins: code-analysis, claudish, mnemex, multimodel, dev.
Plugin Claude Code
Full-platform browser automation. Live-page JS eval, keyboard and focus primitives, environment preflight, and a configurable agent LLM, across dual local and cloud browsers backed by Playwright's own Chromium so your real Chrome is never hijacked. Ten Magus-specific tools on top of the upstream Browser Use MCP setβ¦
Skill Claude CodeCodex
Picks the browser-use agent brain LLM per task. Use when choosing a model for retrywithbrowseruseagent or a cloud session, or the user mentions a cheap, slow, or smart model.
Skill Claude CodeCodex
Reference for the Browser Use MCP tools β parameters, returns, session lifecycle. Use when navigating, clicking, typing, evaluating JS, or extracting page content.
Skill Claude CodeCodex
Visual UI debugging β screenshot capture and analysis, responsive layout checking at multiple viewport sizes, CSS validation via DOM state, visual regression detection, before/after state comparison.
Skill Claude CodeCodex
Combines Browser Use (DOM, clicks, screenshots) with claude-in-chrome (console, network, JS) for full-spectrum debugging. Use when investigating console errors or network requests.
Skill Claude CodeCodex
URL navigation, multi-tab orchestration, session creation and management, back/forward navigation, browser profile persistence, session export/import for authentication reuse.
Skill Claude CodeCodex
Structured data extraction from web pages β pagination patterns, dynamic SPAs, authenticated scraping, rate limiting, anti-bot handling, JSON/CSV output.
Plugin Claude Code
Bun and TypeScript toolkit. A /bunjs:bun index routes any task to the right one of eight task-shaped skills β setup, HTTP, errors, testing, security, production, performance, TUI β each shipping copyable code verified against Bun. Only Bun is tested.
Command
Route a Bun/TypeScript task to the right bunjs skills. Loads the index, reads only what the task needs, then does the work.
Command
Add or review error handling and resilience in a Bun/TypeScript service. Loads the errors skill, then works the task through its workflow.
Command
Build, review or debug a Bun HTTP service. Loads the http-service skill, then works the task through its workflow.