Skip to main content
ClaudeWave

Local voyage maps for AI coding sessions. IDE sidebar, Claude/Codex plugins, Agent Skill, MCP App and terminal view.

PluginsRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/8/2026
Install as a Claude Code plugin
Method: Clone
Claude Code
/plugin marketplace add WBXWHT/wayfinder
/plugin install wayfinder
1. Inside Claude Code, add the marketplace and install the plugin with the commands above.
2. Follow any post-install configuration from the README.
3. Restart the session if commands or hooks do not show up immediately.
Casos de uso

Resumen de Plugins

# Wayfinder

A local voyage map for AI coding sessions: prompts, changes, decisions,
branches, and lessons, kept alongside the assistant you already use.

**Early access, v0.3.1.** MIT licensed. No account, telemetry, or separate model
API key is required by Wayfinder.

[Downloads](https://github.com/WBXWHT/wayfinder/releases/tag/v0.3.1) |
[Install Guide](docs/INSTALL.md) | [Privacy](PRIVACY.md) |
[Publication Status](docs/PUBLISHING.md) |
[Report a Bug](https://github.com/WBXWHT/wayfinder/issues)

## Where It Lives

| Host | Primary Wayfinder surface |
| --- | --- |
| TraeCode / VS Code-compatible IDE | Activity-bar sidebar, with an optional wide in-IDE map |
| Claude Code / Codex inside a compatible IDE | The same Wayfinder sidebar |
| MCP Apps-capable clients | An interactive map inside the conversation |
| Claude Code / Codex terminal workflows | A text tree inside the terminal |

An external browser is never opened automatically. MCP Apps require a host
that supports them; installing a Claude Code plugin does not install anything
into Claude Web or Claude Desktop.

## Install

Node.js 22.13+ and Git are required for the Core and capture adapters.

### IDE Sidebar

Download [wayfinder-0.3.1.vsix](https://github.com/WBXWHT/wayfinder/releases/download/v0.3.1/wayfinder-0.3.1.vsix).
Choose **Extensions: Install from VSIX**, open the Wayfinder activity-bar icon,
then use **Connect AI Tool / 连接 AI 工具** to configure a project adapter.

The VSIX is self-distributed. A download link is not a claim of approval by the
VS Code, Open VSX, or TRAE marketplaces.

### Claude Code Plugin

In Claude Code:

```text
/plugin marketplace add WBXWHT/wayfinder
/plugin install wayfinder@wayfinder
```

### Codex Plugin

```bash
codex plugin marketplace add WBXWHT/wayfinder
```

Restart Codex if needed, open `/plugins`, select the Wayfinder marketplace,
and install Wayfinder. These are **self-hosted marketplaces**, not listings
in Anthropic's or OpenAI's curated directories.

### Agent Skill

```bash
npx skills add WBXWHT/wayfinder --skill wayfinder
```

The skill includes the Core CLI and requests approval before changing project
Hooks. It does not silently install the IDE extension or register an MCP
server. Capture adapters are for TraeCode, Claude Code, and Codex only;
other skill-compatible agents may inspect an existing map.

### Homebrew

```bash
brew install WBXWHT/tap/wayfinder
```

### Scoop

```powershell
scoop bucket add wayfinder https://github.com/WBXWHT/scoop-wayfinder
scoop install wayfinder
```

### npm-Compatible Tarball

```bash
npm install -g https://github.com/WBXWHT/wayfinder/releases/download/v0.3.1/wbxwht-wayfinder-0.3.1.tgz
wayfinder --version
```

This installs a public GitHub Release artifact using npm. It is **not**
an npm Registry listing; `npm install -g @wbxwht/wayfinder` is not yet available.

### Local MCP Bundle

Download [wayfinder-0.3.1.mcpb](https://github.com/WBXWHT/wayfinder/releases/download/v0.3.1/wayfinder-0.3.1.mcpb)
and install it through a desktop client's local MCP extension installer. Select
the project directory containing existing Wayfinder history. This is a local,
unsigned MCP bundle, not a Claude Desktop directory listing.

The same bundle is listed in the
[official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.WBXWHT/wayfinder)
as `io.github.WBXWHT/wayfinder`.

## Capture And Inspect

For a CLI installation, run from your project:

```bash
wayfinder install claude --root .
wayfinder doctor --root .
wayfinder map --root .
```

Use `trae` or `codex` instead of `claude` for those hosts. Choose `all` only
when you need all three adapters. Do not install project Hooks if an enabled
Wayfinder Plugin already supplies the same capture Hooks.

`doctor` checks project configuration, not host trust or Plugin activation.
After installation, complete one ordinary coding turn and check that a new
node appears. Map data is stored under `~/.wayfinder`.

Remove a project adapter with `wayfinder uninstall claude --root .`. Remove
Plugin-supplied Hooks using the host's Plugin manager. Uninstall does not
delete voyage history.

## Capabilities And Limits

- Capture prompts, tool actions, replies, file changes, and validation results.
- Separate task trees, inspect branches, and keep abandoned paths visible.
- Inspect diffs and restore snapshots in the IDE, with a safety snapshot first.
- Search current-project history; keep personal notes and explicit verdicts.
- Host adapters share one data format and one local Shadow Git store.
- Terminal output is a **text tree**, not an interactive TUI.
- The MCP map supports viewing, panning, zooming, and node previews. IDE-only
  restore/diff commands are not exposed through MCP.
- Claude/Codex adapters have process-level protocol tests; real authenticated
  client acceptance is still pending. Host versions and trust settings matter.
- The sidebar and MCP App currently share data semantics, not a single renderer.

Wayfinder does not alter the project's Git index, commits, or branches.
Restores affect captured workspace files only, not databases, remote services,
package installations, or AI chat context.

Wayfinder has no telemetry or cloud backend. **MCP tool calls return project
content to the calling AI host**, whose privacy rules then apply. See
[PRIVACY.md](PRIVACY.md) before exposing confidential projects.

## Development

```bash
npm ci
npm run check
npm run release:build
npm run release:verify
```

Chromium UI checks run when a supported Chrome executable is available.
Release verification executes the packaged Core in an isolated project and
checks actual Hook processes, CLI install/uninstall, stdio MCP, and hashes.

See [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md) for acknowledgements.
Bundled third-party license texts accompany the release artifacts.
agent-skillsai-codingclaude-codecodexdeveloper-toolslocal-firstmcp-appsmcp-servervscode-extension

Lo que la gente pregunta sobre wayfinder

¿Qué es WBXWHT/wayfinder?

+

WBXWHT/wayfinder es plugins para el ecosistema de Claude AI. Local voyage maps for AI coding sessions. IDE sidebar, Claude/Codex plugins, Agent Skill, MCP App and terminal view. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-08.

¿Cómo se instala wayfinder?

+

Puedes instalar wayfinder clonando el repositorio (https://github.com/WBXWHT/wayfinder) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar WBXWHT/wayfinder?

+

Nuestro agente de seguridad ha analizado WBXWHT/wayfinder y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene WBXWHT/wayfinder?

+

WBXWHT/wayfinder es mantenido por WBXWHT. La última actividad registrada en GitHub es del 2026-09-08, con 0 issues abiertos.

¿Hay alternativas a wayfinder?

+

Sí. En ClaudeWave puedes explorar plugins similares en /categories/plugins, ordenados por popularidad o actividad reciente.

Despliega wayfinder en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: WBXWHT/wayfinder
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wbxwht-wayfinder)](https://claudewave.com/repo/wbxwht-wayfinder)
<a href="https://claudewave.com/repo/wbxwht-wayfinder"><img src="https://claudewave.com/api/badge/wbxwht-wayfinder" alt="Featured on ClaudeWave: WBXWHT/wayfinder" width="320" height="64" /></a>

Más Plugins

Alternativas a wayfinder