Summary
Add optional support for Flompt MCP to enable structured prompt workflows in vim-claude-code.
Flompt provides utilities like decompose_prompt() and compile_prompt() that help build structured prompts (role, constraints, output format, reasoning steps).
Proposed Approach
Users install Flompt MCP themselves:
claude mcp add flompt https://flompt.dev/mcp/
vim-claude-code can then detect and allow Claude Code agents to use these tools directly from Vim.
Benefits
- Enables structured prompt building
- Improves complex AI workflows
- No need to leave the editor
- Keeps the plugin lightweight (Flompt remains optional)
Reference
https://flompt.dev/
Summary
Add optional support for Flompt MCP to enable structured prompt workflows in
vim-claude-code.Flompt provides utilities like
decompose_prompt()andcompile_prompt()that help build structured prompts (role, constraints, output format, reasoning steps).Proposed Approach
Users install Flompt MCP themselves:
vim-claude-codecan then detect and allow Claude Code agents to use these tools directly from Vim.Benefits
Reference
https://flompt.dev/