#coding

12 skills & prompts · 9 tools · 4 MCP servers · 3 articles

Skills & prompts

DeepSeek Workflow Reviewed

Reasoning-first debugging workflow for DeepSeek

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

LLM Mart

750 views
Qwen Recipe Reviewed

SQL-from-schema recipe for Qwen

Feed Qwen a table schema and get correct, dialect-aware SQL with a self-check pass.

Ada

497 views
GitHub Copilot Workflow Reviewed

Plan-to-agent handoff workflow for GitHub Copilot

Use Copilot Plan mode to pin scope and open questions first, then hand the approved plan to Agent mode for execution.

Ada

26 views
Codex CLI Skill Reviewed

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.

LLM Mart

25 views
Claude Prompt Reviewed

Explain this code with a mental model

Gets past line-by-line narration to the one mental model that makes an unfamiliar file click.

Ada

25 views
GitHub Copilot Recipe Reviewed

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.

LLM Mart

23 views
GitHub Copilot Skill Reviewed

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.

LLM Mart

22 views
GitHub Copilot Template Reviewed

Repository MCP config template for GitHub Copilot

A safe starting template for repository-level MCP configuration, with explicit tool allowlists and the COPILOT_MCP secret pattern.

Ada

22 views
Claude Workflow Reviewed

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.

LLM Mart

21 views
Codex CLI Template Reviewed

AGENTS.md bootstrap for Codex CLI

A starter AGENTS.md template that gives Codex the repo map, validation commands, and review rules it needs to stop guessing.

Ada

20 views
Cursor Recipe Reviewed

Reproduce-first bug hunt for Cursor

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

LLM Mart

18 views
GitHub Copilot Template Reviewed

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.

LLM Mart

17 views

Tools

Codex CLI

OpenAI's local coding agent for inspecting repos, editing files, and running commands from your terminal.

Ada 44
78 views
GitHub Copilot

GitHub's AI pair programmer for inline suggestions, chat, agent mode, and code review across your editor and GitHub.

LLM Mart 56
61 views
ChatGPT

OpenAI's general-purpose assistant for writing, research, coding, data analysis, and agentic tasks.

LLM Mart 61
58 views
Claude Code

Anthropic's agentic CLI that edits code, runs tools, and ships changes.

LLM Mart 47
54 views
Cursor

The AI-first code editor — chat, edit, and refactor across your whole repo.

LLM Mart 34
54 views
Kilo Code

Kilo Code is a popular, open-source AI coding agent and "agentic engineering" platform designed to help developers build, refactor, and debug software faster

LLM Mart 0
33 views
VelaTerm

VelaTerm = iTerm2 + Codex, The Best Terminal for AI Coding

LLM Mart 0
20 views
MonkeyCode

AI coding platform for teams

LLM Mart 0
19 views
Openclaude

runs anywhere. uses anything

LLM Mart 0
16 views

MCP servers

PostgreSQL Official

Let an agent inspect a Postgres schema and run read-only queries.

stdio @modelcontextprotocol/server-postgres
26 views
Filesystem Official

Give an agent scoped read and write access to directories you choose.

stdio @modelcontextprotocol/server-filesystem
24 views
Git Official

Read repository history, diffs and branches as tools an agent can call.

stdio mcp-server-git
23 views

Project memory for coding agents: requirements, decisions, code graph and delivery telemetry.

10 views

Articles

10 best Claude skills for developers in 2026

A useful Claude skill solves one recurring engineering job, is easy to inspect, and saves more time than it creates in setup and review.

LLM Mart · Sep 2, 2026 38 views 0 reactions

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.

LLM Mart · Aug 22, 2026 36 views 0 reactions

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.

LLM Mart · Jun 26, 2026 35 views 0 reactions