Product Launch
anonymous
5 points
7 comments
Posted4 months agoActive4 months ago
Show HN: CVibe – The NPM of Prompts
cvibe.devAIPromptsLLM
Discussion (7 comments)
Showing 7 comments
how to install?
4 months ago
Its super simple if you follow: https://cvibe.dev/docs#install
do we really needs it? the thing about prompts is breaking the laws of strucure, no?
4 months ago
This is going to make your prompts 100 times more accurate and production ready for best results. Also prompts nowadays are too wild and a structure has to be made in order to get the best results
im using vs code,
opened mcp.json file and put inside:
{ "mcpServers": { "cvibe": { "command": "npx", "args": [ "mcp-remote", "https://cvibe.dev" ] } } }
its not working, showing not connected to server, can you help?
4 months ago
You are missing the /mcp int he end of the url. it needs to be like this:
{
"mcpServers": {
"cvibe": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.cvibe.dev/mcp"
]
}
}
}
let me know if you need anymore help :)
4 months ago
I’d recommend adding some type of model-based rating system, considering the variability of outcomes when using the same prompt with various LLM’s, would be useful to see some indicator of how well the prompt performed (based on user submitted ratings) with Claude code vs the experience of someone using the same prompt with Gemini, or Qwen, etc…