This project is still under development.
Feel free to give me feedback or contribute to the project.
Easily add instructions, cheat sheets and rules for your favorite tools tailored for your framework to use with your agentic IDE. (DX inspired by shadcn/ui)
Run the following command to add a new tool.
npx vibestack add
Then answer the CLI for the category and the tool name. The files will be added to the ./vibes
directory. Now you can just link it to the AI agent's context and you're good to go.
The official
add
command will only support one tool of each category.
The real value will be when companies start hosting their own files so you can add them with an external URL.
npx vibestack add https://example.com/def.json
The CLI will download all the files from the json definition and add them to the ./vibes
directory.
You can easily add support for your tool by making your markdown files and json definition accessible from the web. See more here.