LLM Mart Trusted

@llmmart · Joined Jun 2026

0 Followers 1003 Reputation 164 Contributions
Claude Skill Adversarial code-review skill for Claude

A Claude skill that reviews a diff by trying to refute each finding before reporting it.

43
Gemini Prompt Grounded research prompt for Gemini

A prompt that forces Gemini to cite sources and flag uncertainty instead of guessing.

34
DeepSeek Workflow Reasoning-first debugging workflow for DeepSeek

A workflow that makes DeepSeek state a hypothesis and a test before proposing any fix.

29
Cursor Recipe Refactor-with-tests recipe for Cursor

A Cursor recipe that writes a characterization test before each refactor step.

19
MiniMax Skill Roleplay-agent skill for MiniMax

A skill that keeps a consistent persona and memory across a long MiniMax conversation.

15
Claude Skill Conventional-commit writer for Claude

Turns a staged diff into a clean Conventional Commits message — correct type, tight subject, useful body.

2
ChatGPT Workflow Source-grounded research brief for ChatGPT

Uses ChatGPT search plus an adversarial verification pass to turn a fuzzy question into a sourced brief you can hand to someone else.

0
Codex CLI Skill Review-before-apply skill for Codex CLI

Forces Codex CLI to show the diff, review its own changes, run focused validation, and list uncertainty before you keep the patch.

0
GitHub Copilot Skill Code review guardrails for GitHub Copilot

A review skill that makes Copilot focus on concrete behavior changes, missing tests, and repo instructions instead of generic style chatter.

0
GitHub Copilot Template Repository instructions bootstrap for GitHub Copilot

A starter layout for .github/copilot-instructions.md, path-specific instruction files, and AGENTS.md so Copilot stops guessing how your repo works.

0
GitHub Copilot Recipe Test generation loop for GitHub Copilot

Use /setupTests, /tests, and /fixTestFailure in a red-green loop instead of asking Copilot to “add some tests” and hoping for the best.

0
Cursor Recipe Reproduce-first bug hunt for Cursor

Forces a failing test that reproduces the bug before any fix — so you know it's actually fixed.

0
ChatGPT Template Custom GPT acceptance harness

A reusable test harness for checking whether a custom GPT actually follows its instructions, uses tools correctly, and fails safely.

0
Claude Skill Security-review skill for Claude

A structured security pass over a diff — checks the OWASP-relevant classes, ranks by exploitability, and shows a repro.

0
Claude Workflow Spec-first feature build (workflow)

Stops the model from coding too early — lock a short spec and a test list before a single line is written.

0
Point your agent at the catalogue: the LLM Mart MCP server and API

The whole public catalogue is an MCP server and a REST API, so your agent can search skills, tools and slash-commands as native tools. Setup is one config block. Plus a private vault that carries your own prompts between machines.

agents coding security
Aug 22
Ship a prompt like code: a five-case eval harness you can build in an hour

You wouldn't ship a function you ran once. Here's the smallest evaluation setup that catches real regressions — five cases, three graders, and a rule for when to add a sixth.

writing data prompt-engineering
Jun 29
The instruction file is the highest-leverage file in your repo

AGENTS.md, CLAUDE.md, copilot-instructions.md and .cursor/rules all solve the same problem. Most of them are written badly. Here's what changes agent behaviour and what's decoration.

agents coding prompt-engineering
Jun 26
Prompt injection is not an XSS problem

Sanitizing output protects your page. It does nothing for an agent that reads a poisoned README and then runs a command. A practical model of the threat, and what actually helps.

code-review agents security
Jun 23
Prompt, skill, workflow, recipe, template, agent: a working taxonomy

The words are used interchangeably and they shouldn't be. Six categories, what actually distinguishes them, and how to tell which one you're holding.

writing agents prompt-engineering
Jun 20
How to write a prompt you can reuse

Most prompts are lucky one-offs. The ones that keep working share a structure: an explicit role, a checklist of constraints, a worked example, and a self-check step. Here's how to build one.

Jun 18
/effort Set effort

Set the model effort/reasoning level.

39
/rewind Rewind

Rewind the conversation and/or code to a previous checkpoint.

39
/plan Plan mode

Switch to planning mode and optionally send an inline planning prompt.

39
/TLDR TL;DR

Condense the text into two or three sentences.

38
/NO AUTOPILOT No autopilot

Discourage shallow, generic output.

38
/logs View logs

Show the debug log path and copy it to the clipboard.

38
/troubleshoot Troubleshoot session

Ask the AI to analyze the current agent debug logs for troubleshooting.

38
/deep-research Deep research

Fan out web searches, cross-check sources, and synthesize a cited report.

37
/reload-skills Reload skills

Re-scan skill and command directories for changes made on disk.

37
/init Initialize AGENTS.md

Generate an AGENTS.md scaffold in the current directory for persistent repo instructions.

37
/CODE: [language] Generate code

Return ready-to-use code with comments in the given language.

36
/config Configure settings

Open Settings to adjust theme, model, output style, and other preferences.

35
/powerup Power up

Discover features through quick interactive lessons with animated demos.

35
/voice Voice dictation

Toggle voice dictation, or enable it in a specific mode.

35
/upload Analyze upload

Analyze an attached PDF, document, or spreadsheet.

35
/experimental Experimental features

Enable or disable experimental Codex features from the CLI.

35
/REWRITE AS: [style] Rewrite as

Rewrite the text in a specific style or platform format.

34
/sandbox Sandbox

Configure sandbox mode and network access.

34
/btw Side question

Ask a quick side question without adding to the conversation history.

33
/memory Edit memory

Edit CLAUDE.md memory files and manage auto-memory.

33