chat-format
Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval
Works with
Claude CodeCursorCodex CLIGitHub CopilotGemini CLI
--- name: chat-format description: Format prompts for different LLM providers with chat templates and HNSW-powered context retrieval license: MIT --- # Chat Format Format prompts for multi-provider LLM inference with context retrieval. ## When to use When preparing prompts for different LLM providers (Claude, GPT, Gemini, Ollama) or building RAG pipelines with HNSW-powered context retrieval. ## Steps 1. **Format chat** — call `mcp__plugin_ruflo-core_ruflo__ruvllm_chat_format` with messages and target provider 2. **Create HNSW index** — call `mcp__plugin_ruflo-core_ruflo__ruvllm_hnsw_create` for context retrieval 3. **Add documents** — call `mcp__plugin_ruflo-core_ruflo__ruvllm_hnsw_add` to index documents 4. **Route query** — call `mcp__plugin_ruflo-core_ruflo__ruvllm_hnsw_route` to find relevant context 5. **Check status** — call `mcp__plugin_ruflo-core_ruflo__ruvllm_status` for provider availability ## Supported providers - Anthropic (Claude) — native format - OpenAI (GPT) — chat completion format - Google (Gemini) — generative AI format - Ollama — local model format - Cohere — generate/chat format
More AI & ML skills
writing-shape
mattpocock/skills
Writing, exploit: shape raw material into an article, paragraph by paragraph.
275.5k
writing-fragments
mattpocock/skills
Writing, explore: mine raw fragments, no structure yet.
275.3k
full-output-enforcement
leonxlnx/taste-skill
Overrides default LLM truncation behavior. Enforces complete code generation, bans placeholder patterns, and handles token-limit splits cleanly. Apply to any task requiring exhaustive, unabridged output.
273.1k

