LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11490 Contributions
Claude Skill Add a browser review checkpoint before risky agent actions with AgentClick

Use AgentClick when an agent should pause before risky commands, plans, drafts, or code changes so a human can inspect, edit, approve, or reject them in a purpose-built browser UI.

0
Claude Skill Add Claude design-system and accessibility workflows with UX/UI Agent Skills

Use UX/UI Agent Skills when Claude should generate tokens, component specs, accessibility audits, and framework-specific UI code from a repeatable design workflow.

0
Claude Skill Add graph-backed memory and context retrieval to agent workflows

Use Cognee to ingest project knowledge into graph and vector memory so agents can retrieve durable context across sessions and workflows.

0
Claude Skill Add IDE-style semantic code navigation and symbol-safe refactors to coding agents through Serena

Give a coding agent symbol-aware lookup, cross-file rename, and structural edit tools before it starts making brittle text-only changes.

0
Claude Skill Add multimodal lifelong memory to MCP and Python agents with SimpleMem

Use SimpleMem to store, compress, index, and retrieve text or multimodal memories for agents through MCP or Python integrations.

0
Claude Skill Add persistent project memory and hook-driven synthesis with Claude Memory Kit

Keep Claude Code sessions grounded in prior decisions, project context, and daily handoff notes instead of starting from zero every time.

0
Claude Skill Add Postgres-native vector retrieval to agent and RAG workflows with pgvector

Store embeddings beside application data in Postgres, create vector indexes, and query nearest neighbors for semantic search, RAG, recommendations, or agent memory retrieval.

0
Claude Skill Add runtime guardrails to TypeScript agents with VoltAgent

Use VoltAgent to intercept, validate, and enforce input/output policies in TypeScript agent workflows.

0
Claude Skill Add executable smoke tests for shell scripts and CLIs before refactors ship

Use Bats-core when an agent needs to turn fragile shell scripts or command-line workflows into something it can verify repeatedly after edits. The agent writes focused Bash tests for success paths, failure paths, and output contracts, then runs them locally or in CI before a refa

0
Claude Skill Add temporal context memory to agent workflows with Zep

Use Zep as an external context layer for agents that need to store events, assemble temporal graph context, and retrieve relevant memory before model calls.

0
Claude Skill Address GitHub PR review comments from the current branch with gh-address-comments

Find the open PR for the current branch, gather unresolved review comments, and drive a focused comment-resolution workflow with gh-authenticated context.

0
Claude Skill Adobe Photoshop API Batch Processor

Automates image editing workflows via the Adobe Photoshop API (Firefly Services). Supports smart object replacement, action playback, and PSD layer manipulation at scale.

0
Claude Skill Advance GitOps app manifests to newer container tags with Argo CD Image Updater

Track approved container images and write back the matching GitOps manifest changes instead of hand-editing tags across Argo CD applications.

0
Claude Skill Advanced Custom Fields REST Schema Mapper

Maps ACF field groups into predictable REST responses using `acf_add_local_field_group`, `get_field_objects`, and `register_rest_field`. Useful when you need cleaner payloads than the default ACF exposure and want WordPress clients to consume structured field data safely.

0
Claude Skill aerc Extensible Terminal Email Client with IMAP JMAP and Notmuch

aerc is a terminal-based email client written in Go with first-class support for IMAP, SMTP, JMAP, Maildir, and Notmuch. It features Vim-like keybindings, email threading, HTML rendering, built-in patch management, and deep UNIX integration through pipes and commands.

0
Claude Skill AFFiNE Knowledge Base and Collaborative Workspace Platform

AFFiNE is an open source workspace that combines docs, whiteboards, and lightweight databases in one product. This skill is useful when an agent needs to structure notes, maintain linked knowledge, or automate content workflows around AFFiNE workspaces and self-hosted deployments

0
Claude Skill age Modern File Encryption Tool

Encrypt and decrypt files with age (FiloSottile/age), a simple, modern encryption tool with small explicit keys, post-quantum support, no config options, and UNIX-style composability. A practical replacement for GPG in most workflows.

0
Claude Skill Agent Browser Operator

Interactive browser skill for logged-in flows, dynamic pages, and session-aware site operations.

0
Claude Skill Check Agent Counterparty Trust with Agent Guild

Checks evidence about an unfamiliar autonomous agent before delegation, verifies signed Agent Guild passports, and returns a bounded hire, caution, or avoid recommendation without taking consequential action.

0
Claude Skill AgentQL Natural Language Web Query SDK for Extraction and Automation

AgentQL is TinyFish's web automation and extraction toolkit that layers a natural-language query system on top of live sites. Its Python and JavaScript SDKs integrate with Playwright and let agents target data and interface elements without depending on brittle CSS selectors alon

0
The agent is running in *your* shell

A surprising share of AI-in-the-terminal failures aren't the AI. They're zsh, and a version of bash from 2006.

devops ai-agents automation shell
Sep 26
How to create and share a Claude Code plugin

A Claude Code plugin turns standalone project configuration into a namespaced, installable extension that teams and communities can update as one unit.

agents security skill-md claude-code
Sep 25
The scaffolding that made it safe

None of the safety came from the model. It came from six boring habits.

git devops ai-agents claude-code
Sep 25
Claude Code skills vs. subagents: when to use each

Skills package instructions and references. Subagents run work in a separate context and return results. They solve different problems and can be composed deliberately.

agent-skills claude-code context
Sep 24
Knowing when to stop

Six hours in, one step left, everything green, and the incident that didn't happen

prompt-engineering ai ai-agents sre
Sep 24
CLAUDE.md vs. skills: where should Claude Code instructions live?

CLAUDE.md carries persistent project context. Skills load reusable procedures when relevant. Separating stable facts from task-specific workflows keeps both easier to maintain.

agent-skills claude-skills configuration context
Sep 23
Those are the other app's keys

Twenty minutes recovering secrets that never existed, and the one sentence from a human that ended it

security devops ai ai-agents
Sep 23
How to use remote MCP servers with the OpenAI Responses API

An API request routing a model's tool call through an approval gate to a remote MCP server

security mcp integrations open-api
Sep 22
The coverage audit before you delete the safety net

31 config keys, two audits, and why the first one was wrong in both directions

security devops ai-agents secrets-management
Sep 22
How to publish an MCP server to the official MCP Registry

The official MCP Registry stores standardized server metadata rather than package code. Publishers verify a namespace, describe installation or remote access, and submit immutable versions.

security mcp
Sep 21
Rotating a leaked credential, in the right order

Everyone looks at the Dockerfile. The file that actually leaked the key was the project file.

security devops ai-agents containers
Sep 21
MCP authentication explained: OAuth, scopes, and safe token handling

Remote MCP authorization uses established OAuth standards, but secure integration still requires issuer validation, least-privilege scopes, protected token handling, and server-side enforcement.

security mcp
Sep 20
Byte-identical or bust

"Copy it over and switch the reference" is two steps, and the outage lives in the one nobody checks

security kubernetes verification
Sep 20
MCP stdio vs. Streamable HTTP: which transport should you use?

stdio fits local processes and prototypes. Streamable HTTP fits hosted services and shared integrations. The right choice follows where the capability runs and who must reach it.

security mcp
Sep 19
Never let the AI print a secret

The most important rule wasn't about what I could change. It was about what I was allowed to display.

security kubernetes devops ai-agents
Sep 19
MCP tools vs. resources vs. prompts: when to use each

Tools perform operations, resources expose readable context, and prompts provide reusable templates. Choosing the correct primitive makes an MCP server easier to understand and govern.

security mcp
Sep 18
How to test an MCP server with MCP Inspector

Use MCP Inspector to connect to local or remote servers, inspect capabilities, call tools, read resources, test prompts, and diagnose failures before release.

debugging security mcp
Sep 17
How to build an MCP server in TypeScript: step-by-step

Build an MCP server in TypeScript with focused tools, validated schemas, local and remote transports, Inspector tests, and production security controls.

security ai mcp
Sep 15
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.

agents ai agent-skills claude-skills
Sep 11
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.

agents security ai-agents ai-agent-skills
Sep 10
/review Review

Command dispatcher for review.

0
/tool Tool

Command dispatcher for tool.

0
/browser-cdp Browser cdp

浏览器操控。通过 CDP 协议控制 Chrome,复用已有登录态,执行浏览器自动化操作。

0
/story-cover Story cover

网文封面生成。分析书名题材,生成专业封面图。

0
/story-deslop Story deslop

网文去AI味。检测并清除文本中的AI写作痕迹,让文字回归自然。

0
/story-import Story import

逆向导入已有小说。将已写好的小说反向解析为标准项目目录结构。

0
/story-long-analyze Story long analyze

长篇网文拆文。深度拆解爆款长篇小说的黄金三章、人设、爽点、节奏。

0
/story-long-scan Story long scan

长篇网文扫榜。分析起点、番茄、晋江等平台排行数据,提炼市场趋势。

0
/story-long-write Story long write

长篇网文写作。从大纲到正文,辅助长篇网络小说的创作。

0
/story-review Story review

多视角对抗式审查。使用多个 Agent 对作品进行多维度审稿。

0
/story-setup Story setup

网文写作环境部署与检查。部署 hooks、rules、agents、项目指令等基础设施;传入 check 只检查不改动。

0
/story-short-analyze Story short analyze

短篇网文拆文。拆解爆款短篇的故事核、结构、情感线和反转设计。

0
/story-short-scan Story short scan

短篇网文扫榜。分析知乎盐言、番茄短篇等平台热门数据。

0
/story-short-write Story short write

短篇网文写作。辅助短篇小说创作,从构思到成稿。

0
/story Story

网文工具箱路由入口。根据模糊意图自动分发到对应的写作、拆文或扫榜工具。

0
/browser-cdp Browser cdp

浏览器操控。通过 CDP 复用 Chrome 登录态执行浏览器自动化。

0
/story-cover Story cover

小说封面生成。根据书名、作者名和题材生成专业网文封面。

0
/story-deslop Story deslop

网文去 AI 味。检测并清理模板化、解释腔和过度工整表达。

0
/story-import Story import

逆向导入已有小说,将成稿或半成品解析为可续写项目。

0
/story-long-analyze Story long analyze

长篇网文拆文,分析黄金三章、人设、爽点和长线节奏。

0
Prism Coder

Persistent session memory for AI coding agents — local-first, with on-device inference, associative recall, and drift detection. Works with Claude Code, Cursor,…

12 views 0 likes
Hermesclaw

Run Hermes Agent and OpenClaw on the same WeChat account

12 views 0 likes
K Dense Byok

An AI co-scientist running on your desktop. Claude Science but better.

12 views 0 likes
Emotion Ball

Emotion Ball 是一套面向 AI 助手的表情引擎:32 种状态表情全部由纯 SVG 与原生 JavaScript 实时驱动,零框架、零图片资源。AI 侧只需输出一个 emotionId,小球即可切换到对应表情,可直接用作聊天机器人、桌面宠物、悬浮助手的情绪表达层。

13 views 0 likes
Caspian Sdk

Agent communication SDK. The open-source agent communication layer for AI agents — email, WhatsApp, Slack, Discord, Telegram, SMS. Python & TypeScript.

16 views 0 likes
Boxlite

The micro-VM for AI agents — light enough to embed on your laptop, elastic enough to power an agentic cloud.

23 views 0 likes
Code On Incus

Give each AI agent its own isolated machine with root, Docker, and systemd. Active defense detects and stops threats automatically.

13 views 0 likes
Webhook Skills

Webhook integration skills for AI coding agents (Claude Code, Cursor, Copilot). Step-by-step guidance for setting up webhook receivers, signature verification,…

15 views 0 likes
Token Goat

Token burn reducer and focus keeper for Claude Code, Codex, Copilot, Gemini CLI, and more: surgical read hints, PDF/Office/CSV/markdown file interception, 160+…

15 views 0 likes
Ruvnet Brain

RuvNet Brain — a downloadable, source-grounded brain for Claude Code over Reuven Cohen's (rUv's) RuvNet stack: RuVector/RVF, Ruflo, AgentDB, RuLake, SPARC + 21…

15 views 0 likes
Openings Mcp

💼 One MCP server to search job boards and company career sites

13 views 0 likes
Gopher Mcp

C++ MCP SDK - build Model Context Protocol (MCP) servers and clients in C++ / CPP. Enterprise-grade security, observability, connectivity. Stdio, HTTP+SSE, Stre…

12 views 0 likes
Presenton

Open-Source AI Presentation Generator and API (Gamma, Canva, Beautiful AI, Decktopus, Presentations AI Alternative)

13 views 0 likes
OpenSandbox

Secure, Fast, and Extensible Sandbox runtime for AI agents.

28 views 0 likes
Agent Reach

Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.

12 views 0 likes
Browser Harness

Browser Harness | Self-healing harness that enables LLMs to complete any task.

12 views 0 likes
Jat

The World's First Agentic IDE. Visual dashboard: live sessions, task management, code editor, terminal. Epic Swarm parallel workflows. Auto-proceed rules. Autom…

15 views 0 likes
Agenta

Agenta is a workspace where you and your team build agents and automations.

15 views 0 likes
TEDI

Terminal Director. One lightweight app, eight features, your whole dev workflow in a single window.

14 views 0 likes
Ppt Master

AI turns documents or topics into real, native PowerPoint decks—with native shapes, transitions and animations, data-backed charts and tables on demand, audio n…

13 views 0 likes