wayfind
v0.7.0A plan your agents can read and a memory they keep up to date: goal, needs, assets, ideas, decisions, and lessons in one validated file, briefed at every session start.
By Tianyi ZhangLicense: MIT0 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install wayfind for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install wayfind@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tianyi-zhang-02/wayfindClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/wayfind/SKILL.md└── .mcp.json
Included Skills1
Use this project's shared wayfind memory. Use it at the start of work, when choosing what to do next, after any result, when the owner mentions the plan, map, goal, ideas, decisions, archiving or pruning, and before ending a session.
MCP servers1
- command
- ${CLAUDE_PLUGIN_ROOT}/bin/wayfind
- args
- mcp
- env.WAYFIND_PROJECT
- ${CLAUDE_PROJECT_DIR}
- env.WAYFIND_ACTOR
- claude
Plugin manifests1
{
"name": "wayfind",
"version": "0.7.0",
"description": "A plan your agents can read and a memory they keep up to date: goal, needs, assets, ideas, decisions, and lessons in one validated file, briefed at every session start.",
"author": {
"name": "Tianyi Zhang"
},
"homepage": "https://github.com/tianyi-zhang-02/wayfind",
"repository": "https://github.com/tianyi-zhang-02/wayfind",
"license": "MIT",
"keywords": [
"memory",
"planning",
"agents",
"mcp",
"research"
],
"mcpServers": {
"wayfind": {
"command": "${CLAUDE_PLUGIN_ROOT}/bin/wayfind",
"args": [
"mcp"
],
"env": {
"WAYFIND_PROJECT": "${CLAUDE_PROJECT_DIR}",
"WAYFIND_ACTOR": "claude"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[wayfind on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wayfind)