
Wayfind Intent Engine
- 13 repo stars
- Updated July 27, 2026
- wayfind/intent-engine
wayfind-intent-engine is a Claude Code plugin that adds intent and session-memory oriented LLM tooling so agents stay aligned with your goals across turns.
About
wayfind-intent-engine is a small Claude Code plugin from wayfind/intent-engine marketed as an LLM tool for intent-driven sessions. developers 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.
- 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
Wayfind Intent Engine by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install wayfind-intent-engine@wayfind/intent-engineAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 13 |
|---|---|
| Last updated | July 27, 2026 |
| Repository | wayfind/intent-engine ↗ |
What it does
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.
Who is it for?
Best when you're experimenting with multi-turn Claude Code workflows and want a dedicated intent/memory plugin without building custom orchestration.
Skip if: Skip if you only need one-off edits with no session persistence, or anyone expecting a full Python or DevOps skill library in one install.
What you get
After you register the plugin, Claude Code can lean on intent-engine hooks to keep session continuity and clearer skill routing during coding work.
- Registered intent-engine plugin in your Claude Code environment
- Session-oriented agent hooks aligned with intent, memory, and skill keywords
- Repeatable setup for autoinstall-style skill workflows
Recommended Plugins
How it compares
Agent intent/memory plugin, not a curated multi-skill Python development toolkit.
FAQ
Who is Wayfind Intent Engine for?
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.