We just shipped a CLI and Claude Code plugin. Your docs, locally in your project
Hey! 👋
Wanted to share something I've been working on. Besides the MCP server stuff, we now have a CLI and a Claude Code plugin.
Basically you can generate your indexed docs as a SKILL right into your project. Claude Code picks them up on its own. No setup, no config, works without internet.
This came from people telling us "MCP is cool but I just want the files locally." Fair enough.
The CLI is @yavydev/cli on npm. You log in, list your projects, run yavy generate, and it drops structured markdown into .claude/skills/. Done. One thing we didn't see coming, people started checking these into git so their whole team gets the same doc context.
The Claude Code plugin is for anyone who doesn't want to deal with the terminal. You run /yavy:init and it handles the rest, installs the CLI, logs you in, lets you pick which projects to pull down.
Both are open source and work on free tier.
- CLI: https://github.com/yavydev/cli
- Claude Code plugin: https://github.com/yavydev/claude-code
The way we think about it: use MCP when you want live search across a lot of pages, use the CLI when you want everything local and offline. Some people use both.
Curious what docs you'd bring in first, framework stuff? Internal APIs? That one wiki page nobody can ever find?



Replies