Wayfind Intent Engine
wayfind-intent-engine is a Claude Code plugin for the Build phase that adds intent and session-memory oriented LLM tooling so agents stay aligned with your goals across turns.
Install wayfind-intent-engine when you want Claude Code to route tasks by intent and carry session memory across turns instead of losing context every prompt.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install wayfind-intent-engine@wayfind/intent-engineBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:wayfind/intent-engine") and the paste-ready config with skillselion.get_install_config("plugin:wayfind/intent-engine").
What it does
wayfind-intent-engine is a small Claude Code plugin from wayfind/intent-engine marketed as an LLM tool for intent-driven sessions. Solo builders who run long agent threads often fight drift: the model forgets what you were optimizing for, re-asks scope questions, or picks the wrong skill. This bundle aims to sit in the agent layer—keywords like intent, memory, session, autoinstall, and skill point at wiring Claude Code to remember context and steer toward the right capability rather than treating every message as a cold start. With only one plugin in the pack, it is a focused add-on, not a full methodology stack. Use it when you are hardening agent-tooling during Build: prototypes, side projects, and internal CLIs where you want repeatable intent handling without building your own router. It is not a substitute for product validation, tests, or launch SEO. Expect community maturity (modest star count); verify behavior against your Claude Code version and security posture before trusting sensitive repos.
Highlights
- Intent engine plugin bundle (1 plugin) focused on autoinstall and skill/session hooks
- Session and memory keywords suggest continuity across Claude Code conversations
- Lightweight community repo (13 GitHub stars) for LLM-side intent tooling
- Pairs with skill-based workflows when you need consistent task framing
Why builders use it
Agent sessions reset context and misread what you are trying to accomplish, so you repeat instructions and waste tokens.
After you register the plugin, Claude Code can lean on intent-engine hooks to keep session continuity and clearer skill routing during coding work.
At a glance
- Type - Plugin in AI Agents.
- Adoption - 0 installs, 13 stars, 0 votes.
FAQ
Who is wayfind-intent-engine for?
Solo and indie developers using Claude Code who care about intent routing, session memory, and skill autoinstall patterns during agent-heavy builds.
When should I use wayfind-intent-engine?
Use it while configuring agent-tooling in Build when conversations are long, tasks shift, and you want the agent to hold intent instead of re-deriving it each message.
How do I add wayfind-intent-engine to my agent?
Install the wayfind/intent-engine Claude Code plugin from the marketplace or repo, enable the bundle in Claude Code settings, then invoke it before sustained coding sessions that rely on skills and memory keywords.
Comments
Share how you use wayfind-intent-engine, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.