Context Priming
Description
`just-prompt` is a Model Control Protocol (MCP) server that provides a unified interface to various Large Language Model (LLM) providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama. See how we use the `ceo_and_board` tool to make [hard decisions easy with o3 here](https://
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for disler/just-prompt, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
Just Prompt - A lightweight MCP server for LLM providers
`just-prompt` is a Model Control Protocol (MCP) server that provides a unified interface to various Large Language Model (LLM) providers including OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama. See how we use the `ceo_and_board` tool to make [hard decisions easy with o3 here](https://youtu.be/LEMLntjfihA).
Tools
The following MCP tools are available in the server:
**`prompt`**: Send a prompt to multiple LLM models
- Parameters:
text: The prompt textmodels_prefixed_by_provider(optional): List of models with provider prefixes. If not provided, uses default models.
- Parameters:
**`prompt_from_file`**: Send a prompt from a file to multiple LLM models
- Parameters:
abs_file_path: Absolute path to the file containing the prompt (must be an absolute path, not relative)models_prefixed_by_provider(optional): List of models with provider prefixes. If not provided, uses default models.
- Parameters:
**`prompt_from_file_to_file`**: Send a prompt from a file to multiple LLM models and save responses as markdown files
- Parameters:
abs_file_path: Absolute path to the file containing the prompt (must be an absolute path, not relative)models_prefixed_by_provider(optional): List of models with provider prefixes. If not provided, uses default models.abs_output_dir(default: "."): Absolute directory path to save the response markdown files to (must be an absolute path, not relative)
- Parameters:
**`ceo_and_board`**: Send a prompt to multiple 'board member' models and have a 'CEO' model make a decision based on their responses
- Parameters:
abs_file_path: Absolute path to the file containing the prompt (must be an absolute path, not relative)models_prefixed_by_provider(optional): List of models with provider prefixes to act as board members. If not provided, uses default models.
- Parameters:
...
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git