From mimesis
Use when the user wants text written for a machine reader, not a human: "write a prompt for", "compress this for an LLM", "turn this into instructions for an agent", "make this a system prompt", "compile this into a prompt". Produces dense, structured, token-efficient instructions tuned to current frontier models, with the right delimiters, constraint ordering and the instruction sandwich. AI tells are acceptable here. Bypasses the humanisation linter by design. Not for human-facing prose, which is mimesis-human's job.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mimesis:mimesis-compile [intent or draft] [--model gpt|claude|gemini][intent or draft] [--model gpt|claude|gemini]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Domain B: the machine-facing side, and the deliberate opposite of the rest of
Domain B: the machine-facing side, and the deliberate opposite of the rest of mimesis. The reader here is a model, not a person. Density, structure and literal precision win. AI tells are fine. Em dashes are fine. The humanisation linter must never run on this output, and this skill shares no machinery with the Domain A skills. That separation is the whole design; breaking it is a bug.
--model, or "for Claude",
"for an OpenAI agent"), apply that family's notes from the matrix. If not, ask
once, or write to the cross-provider common denominator and say so.From compile.md, in priority order:
compile.md carries an [outdated] list keyed to the version where each technique
broke. Actively avoid them when compiling: all-caps emphasis, tip and bribe
framing, CRITICAL: you MUST forcing language, prefilled assistant turns,
budget_tokens, JSON document wrapping, temperature below 1.0 for Gemini
reasoning, blanket negatives, and hand-injected tool schemas. If the user's draft
contains any of these, fix it and say what you changed and why.
Return the compiled prompt in a fenced block so it copies clean. If you made non-obvious structural choices (constraint reorder, delimiter switch, sandwiching), add a short list underneath of what you changed and the reason, since the user may want to keep or revert a specific decision. Keep that note brief.
/mimesis-human.npx claudepluginhub blakecyze/mimesis --plugin mimesisProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.