Local-first desktop app that turns AI collaboration into a visual history of goals, attempts, branches, evidence, and outcomes.
# Add to your Claude Code skills
git clone https://github.com/StayCurious-Xuan/wayfinderGuides for using ide extensions skills like wayfinder.
See how wayfinder compares with popular alternatives.
wayfinder is an open-source ide extensions skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by StayCurious-Xuan. Local-first desktop app that turns AI collaboration into a visual history of goals, attempts, branches, evidence, and outcomes. It has 51 GitHub stars.
wayfinder's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/StayCurious-Xuan/wayfinder" and add it to your Claude Code skills directory (see the Installation section above).
wayfinder is primarily written in JavaScript. It is open-source under StayCurious-Xuan on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other IDE Extensions skills you can browse and compare side by side. Open the IDE Extensions category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh wayfinder against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.

See how your work with AI actually evolved.
Wayfinder is a local-first desktop app that turns work with AI into a visual history of how a project reached its result. Goals, alternative attempts, failures, decisions, validation, and artifacts stay connected instead of disappearing into separate chats.
Wayfinder is designed for AI collaboration across coding, research, writing, design, and other project work. The current early-access collectors support Codex and Claude Code.
Download Wayfinder · Website · Get started · AI collaboration history · Integrations · Updates · Security · Privacy · Report an issue
No account. No telemetry. No cloud sync.

AI tools are good at producing the next answer. They are less useful at showing why one approach worked, why another failed, or which evidence changed the direction of a project.
Wayfinder keeps that path reviewable:
Related sessions are grouped locally. Every recorded turn retains its original source, and Wayfinder does not invent missing history or historical diffs.
Current collector details:
Wayfinder early access is available for:
| Platform | Build | Download |
|---|---|---|
| macOS | Apple Silicon | DMG |
| macOS | Intel | DMG |
| Windows | x64 | EXE |
Download the latest installers and checksums from GitHub Releases. The current early-access builds are not store-signed; read the install guide before first launch.
Wayfinder stores normalized history, collection cursors, and project maps under
~/.wayfinder. There is no Wayfinder account, analytics service, advertising,
cloud sync, or cloud analysis in the current build.
Read PRIVACY.md before using confidential projects.
Historical plugins, MCP bundles, IDE extensions, package-manager taps, and standalone CLI artifacts are not current product surfaces.
npm ci
npm run check
npm run companion:prepare
npm run companion:build
The test suite covers collection, voyage grouping, the desktop renderer, trackpad pan and zoom, detail inspection, and narrow-screen behavior.
Read CONTRIBUTING.md before opening a pull request. Public copy and screenshot rules live in docs/PUBLIC-PRESENTATION.md.