#agents

14 skills & prompts · 22 tools · 47 MCP servers · 8 articles

Skills & prompts

See all 14
Claude Skill Reviewed $9.99

Adversarial code-review skill for Claude

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

LLM Mart

1.3k views
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
MiniMax Skill Reviewed

Roleplay-agent skill for MiniMax

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

LLM Mart

335 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 Skill Reviewed $12.99

Security-review skill for Claude

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

LLM Mart

23 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
ChatGPT Template Reviewed

Custom GPT acceptance harness

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

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
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
Claude Skill Screened 18

tree-ring-memory

Guides AI agents in using Tree Ring Memory for durable recall, project decisions, user preferences, warnings, future seeds, privacy-safe memory capture, and lifecycle-aware forgetting.

LLM Mart

17 views
Claude Skill Screened 18

tree-ring-memory

Guides AI agents in using Tree Ring Memory for durable recall, project decisions, user preferences, warnings, future seeds, privacy-safe memory capture, and lifecycle-aware forgetting.

LLM Mart

15 views

Tools

See all 22
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
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
Hermes Agent

Hermes Agent is an open-source, self-improving autonomous AI agent developed by Nous Research

LLM Mart 0
36 views
KiroCrew

A persistent workspace for development work that self-improves and continues beyond one session.

LLM Mart 0
32 views
Adhd

ADHD — a skill for coding agents. Tree-of-thought with pruning, built on the Claude & Codex Agent SDK. Fans out parallel divergent thoughts under different cogn…

LLM Mart 0
32 views
Claude Command Center

One local dashboard for every Claude Code, Codex, Cursor, Antigravity, and Kilo Code session on your Mac. Spawn in parallel, ship in parallel. Open source, MIT.

LLM Mart 0
29 views
Best Of Agent Harnesses

🏆 Curated, ranked list of AI agent harnesses (100+) — plus an MCP server, llms.txt & JSON so agents can recommend them too. Rescored weekly.

LLM Mart 0
27 views
Atomic Agent

Local First Ai Agent. Optimized for Local Ai models. Long context window. Proper tools callings. Runs privately on your device.

LLM Mart 0
25 views
Omnigent

Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting…

LLM Mart 0
24 views
Grix

Grix : Work with agents like talking to people.

LLM Mart 0
24 views

MCP servers

See all 47
Fetch Official

Fetch a web page and hand the agent readable text instead of raw HTML.

stdio mcp-server-fetch
27 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

Read-only MCP server for the OrchestKit docs: full-text search + Markdown fetch. No auth.

21 views

Extract data from any website with thousands of scrapers, crawlers, and automations on Apify Store ⚡

17 views

Self-correcting agent memory + MCP server: recall, supersede/revert/review corrections, erasure.

14 views

Messaging between concurrent AI coding sessions, across clients, over MCP. Zero infrastructure.

12 views

MCP tools for Sema — eval, compile, build, format, and docs for a Lisp with LLM primitives.

11 views

Command your AI agents by voice: PTT rooms, channels, E2EE DMs, agent email, private recall.

10 views

Local-first LLM deployment planner: GPU/VRAM sizing, cost and latency, with provenance

10 views

Publish status cards and Live Activities to iOS widgets, the Lock Screen, and the Dynamic Island.

10 views

Connect MCP clients to Thalovant control-plane and hub runtime APIs over stdio or Streamable HTTP.

8 views

Articles

What is an MCP server? A practical guide

An MCP server exposes tools, resources, or prompts through a standard protocol so an AI application can discover and use external capabilities.

LLM Mart · Sep 11, 2026 12 views 0 reactions

How to vet AI agent skills before installing them

Treat an AI agent skill as both an instruction package and a software dependency: inspect what it says, what it runs, what it can access, and how it updates.

LLM Mart · Sep 10, 2026 31 views 0 reactions

How to add an MCP server to Claude Code safely

Add remote HTTP or local stdio MCP servers to Claude Code, choose the right scope, protect credentials, verify the connection, and test with least privilege.

LLM Mart · Sep 9, 2026 28 views 0 reactions

AI agent skills vs. MCP servers: which should you build?

Use an agent skill to package reusable know-how and workflow instructions. Use an MCP server when an agent needs live, governed access to external data or actions.

LLM Mart · Sep 4, 2026 27 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

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.

LLM Mart · Jun 23, 2026 41 views 0 reactions

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.

LLM Mart · Jun 20, 2026 24 views 0 reactions