From minimax
Internal guidance for composing Mini-Agent prompts for coding, review, diagnosis, and research tasks inside the minimax plugin. Emphasizes MiniMax-M2's Chinese prose strength and Mini-Agent's native file/bash/Skills/MCP tools.
How this skill is triggered — by the user, by Claude, or both
Slash command
/minimax:minimax-promptingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Guidance for Claude when composing a prompt to send to Mini-Agent via `minimax-companion.mjs`. Not user-facing.
Guidance for Claude when composing a prompt to send to Mini-Agent via minimax-companion.mjs. Not user-facing.
This skill guides prompt construction for /minimax:ask, /minimax:review, /minimax:rescue, /minimax:adversarial-review. Fully populated in Phase 5 after real prompts have been tested.
Output contract first. State the expected output format in the first paragraph. For JSON: explicitly say "Return ONLY a JSON object matching this schema. No prose before or after. No markdown code fence."
Context in labeled blocks. Wrap code/diff/docs in clearly labeled blocks (### Diff to review / ### Files under investigation).
Language parity. MiniMax-M2's Chinese-language reasoning is strong; keep instruction language aligned with user prompt language. Do not force English on Chinese prompts.
Leverage Mini-Agent native tools. For /minimax:rescue, include the available Skills whitelist in the prompt:
"You have access to 15 Claude Skills (xlsx / pdf / pptx / docx / canvas-design / algorithmic-art / theme-factory / brand-guidelines / artifacts-builder / webapp-testing / mcp-builder / skill-creator / internal-comms / slack-gif-creator / template-skill). Invoke them via
get_skill(<name>)when relevant."
No tool-call loops on simple questions. For /minimax:ask, prefer prompts that don't require bash/file tools.
Suspicious bash interception. /minimax:rescue --sandbox does not provide true isolation (spec §4.6). When passing prompts that may invoke bash, prefer explicit scopes: "Only modify files under the workspace directory. Do NOT use absolute paths outside it."
references/minimax-prompt-recipes.md — recipes: Chinese coding reviews, multi-step agent tasks, Skills invocation (PDF / xlsx), MCP tool usagereferences/minimax-prompt-antipatterns.md — prompts that empirically fail on MiniMax-M2 (populated from Phase 2–4 failures)references/prompt-blocks.md — reusable blocks: tool-use guidance, workspace constraints, output contractsnpx claudepluginhub bbingz/minimax-plugin-cc --plugin minimaxCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.