Skill Claude CodeCodex
Refresh an existing .claude/.codebase-info/ map after code changes. Use for stale codebase or architecture docs; use map-codebase to create one.
Skill Claude CodeCodex
Refresh an existing .claude/.codebase-info/ map after code changes. Use for stale codebase or architecture docs; use map-codebase to create one.
Plugin Claude Code
Project rules in a Markdown file that Claude re-injects right when they apply: every prompt, or just before it edits a matching file. Edits apply on the next prompt, no restart. A SessionStart hook injects the always-on rules once as a fallback, and it's a way to tell whether per-prompt injection is actually wired.
Skill Claude CodeCodex
Create or edit a live-rules instruction in the project's configured rules file. Use to add a rule, coding guideline, guardrail, convention, or automatic reminder.
Skill Claude CodeCodex
Inspect, audit, enable, or disable project live-rules. Use to list rules, check active instructions, explain an injected rule, or clean up rules.
Plugin Claude Code
Your ChatGPT/Codex and Grok subscription models in Claude Code's /model picker. A local gateway routes claude-gpt- models to OpenAI's Codex backend, claude-grok- models to Grok, and everything else to api.anthropic.com, so you switch between Claude, GPT-5.x, and Grok mid-session like any other model. No API keys.
Skill Claude CodeCodex
Verify model-gateway through its CLI and HTTP shim surface.
Skill Claude CodeCodex
Set up, update, or diagnose the local ChatGPT/Codex gateway for Claude Code's /model picker. Use for gateway setup, login, model visibility, routing, or failures.
Skill Claude CodeCodex
Choose RC-compatibility or turn Model Gateway off for one project when /remote-control is unavailable.
Plugin Claude Code
Local, metadata-only telemetry for Claude Code. A bundled observer records session, tool, and subagent lifecycle events into SQLite on your machine, an optional statusline shows live context and usage, and an OpenTelemetry Collector can forward redacted signals to Grafana, generic OTLP, or PostHog. Telemetry payloads…
Skill Claude CodeCodex
Opt the current project into local Claude Code usage telemetry, or verify its setup. Use to enable, disable, or check project telemetry.
Plugin Claude Code
Works out what your workspace is short of and gets it. Reads what your recent Claude Code sessions were actually working toward, then asks what is missing against that: a measurement nobody can run yet, work you keep doing by hand, knowledge you keep re-deriving, and the setup pushing back at you. It improves existing.
Skill Claude CodeCodex
Work out what a workspace is short of and get it: a measurement nobody can run yet, work being done by hand that a plugin or skill should own, knowledge that keeps being re-derived, and the setup pushing back. Reads recent sessions for what the user was actually working toward, then proposes one item at a time for…
Skill Claude CodeCodex
Set up a Claude Code workspace for a new or existing project, informed by hindsight from the user's whole session history. Installs and wires whichever Toolshed pieces the project actually wants (codebase-mapper, live-rules, sidequest's routing and executors, observability, model-gateway are each independent and…
Skill Claude CodeCodex
Run a read-only health check for Quartermaster and installed Toolshed plugins. Use to diagnose Toolshed, check workspace health, or troubleshoot stale plugins.
Skill Claude CodeCodex
Update installed Eigenwise Toolshed plugins and model-gateway, or check their status. Use to update Toolshed, refresh the marketplace, or check versions.
Plugin Claude Code
The Toolshed's core work board and orchestration loop for Claude Code. Tickets are classified into categories that route each one to a concrete model and effort, then dispatched to token-gated executors; side issues you mention mid-task get captured on the spot, and a live, self-hosted Kanban dashboard spans every…
MCP server Claude CodeCodexCursor +2
MCP server "board" as configured in Eigenwise/eigenwise-toolshed. Runs ${CLAUDE_PLUGIN_ROOT}/bin/sidequest-mcp.js with node.
Skill Claude CodeCodex
Open the sidequest board (live Kanban of your tickets) in the browser.
Skill Claude CodeCodex
Audit a Sidequest board for completed, stale, duplicate, or superseded tickets, then safely close clear cases. Use for board grooming, cleanup, or ticket audits.
Skill Claude CodeCodex
Open or manage Sidequest tickets and board workflow. Use for board lifecycle work, planning substantial or ambiguous work, and dispatch/integration/recovery. Stay inline for quick edits at a known location, direct questions, or operational requests.
Skill Claude CodeCodex
Drive a feature from a rough request to shipped, integrated work through the Sidequest board, at a depth you choose to match the work: recon, competing architecture proposals judged and merged into one contract, a story holding the complete backlog, one or many parallel executor waves, and a review pass sized to the…
Skill Claude CodeCodex
Run tests without burning the clock or the context window: narrow checks while you iterate, the full suite once at the end. Use when running tests, verifying a change, choosing a test command, or when a suite is being re-run repeatedly.
Plugin Claude Code
Plugin marketplace listing 1 plugin: tesseron.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing inject-docs-index.py via python. From Eigenwise/tesseron.