LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11490 Contributions
Claude Skill train-tickets

Trains in China through the 12306 MCP server — routes, dates, options, connections and stops with no screen; booking only on the user's word, in the 12306 app on their phone, stopping before payment. Use when the user asks about 火车票 / 高铁 / 12306 or a train between two cities.

0
Claude Skill trip-plan

Plan a trip end to end — itinerary by day, a packing list to tick off, a budget, and the calendar checked for conflicts — as pages in the workspace. Use when the user is going somewhere for more than a day and wants a plan, an itinerary or a packing list.

0
Claude Skill weekly-review

Look back at the past week and set up the next one — calendar, mail, goals and files in one page, with a short plan. Use when the user asks for a weekly review, a week in review, "how did my week go" or to plan next week.

0
Claude Skill antiplagiat

Подготовка русского текста к проверке системой «Антиплагиат» (antiplagiat.ru, «Антиплагиат.ВУЗ»): оценка доли «ИИ-сгенерированного» текста по фрагментам в духе модуля ИИ-детекции, переписывание подсвеченных абзацев своим голосом, чистка технических артефактов, из-за которых докум

0
Claude Skill avoid-ai-writing-russian

Аудит и правка русских текстов от признаков ИИ-генерации («ИИ-стиль», канцелярит, кальки с английского, шаблонная структура). Используй, когда просят «убрать ИИ-стиль», «очеловечить текст», «почистить от нейросетевых штампов», «проверить, не звучит ли как ChatGPT», «вычистить кан

0
Claude Skill accelerated-computing-cudf

Official NVIDIA-authored guidance for NVIDIA cuDF GPU DataFrames, pandas acceleration, dask-cuDF, ETL, joins, groupby, CSV/Parquet I/O, nullable semantics, and multi-GPU DataFrame workloads.

0
Claude Skill kermt-add-cmim-pretrain

Convert a grover_base checkpoint (encoder-only or encoder + vocab heads) into a hybrid checkpoint by adding a randomly-initialized cMIM decoder + latent_dist, then continue pretraining on the user's corpus as hybrid (vocab + contrast). Effectively kermt-continue-pretrain with a o

0
Claude Skill kermt-continue-pretrain

Continue KERMT pretraining on a custom SMILES corpus with a grover_base, cmim, or hybrid checkpoint. Use a local checkpoint or optionally download a pinned Hugging Face model bundle using HF_TOKEN if configured. Run containerized training and write model bundles, prepared data, l

0
Claude Skill kermt-embed

Extract per-molecule embeddings from any encoder-bearing KERMT checkpoint. Use a local checkpoint or optionally download a pinned Hugging Face model bundle using HF_TOKEN if configured. Run containerized embedding extraction and write model bundles, per-readout .npy embeddings, c

0
Claude Skill kermt-infer

Run predictions with a finetuned KERMT checkpoint on a SMILES-only CSV. The skill validates that the input ckpt has task FFN heads (refuses pretrain ckpts with a redirect to kermt-finetune), validates the CSV, prepares the data (clean + rdkit_2d features), then launches main.py p

0
Claude Skill kermt-monitor

Check progress for a detached KERMT run (pretrain, finetune, or any kermt_run_detached invocation). Reads run.json, queries docker for container state, tails the pretrain/finetune log, and parses progress lines (epoch, step, val loss).

0
Claude Skill kermt-setup

Bootstrap the KERMT agent environment — verify host docker + nvidia-container-toolkit, build the kermt:latest image from the repo's Dockerfile if it doesn't yet exist, and run a GPU smoke test inside the container. Every other kermt-* skill depends on this; invoke it first.

0
Claude Skill msa-structure-prediction-pipeline

NOTE: your protein sequence and the retrieved MSA alignment are transmitted to external NVIDIA-hosted APIs (health.api.nvidia.com) on every call. Use local NIM containers for confidential or proprietary sequences. Run a complete protein structure prediction pipeline using NVIDIA

0
Claude Skill cudaq-importing

Use when porting circuits from another framework (e.g. Qiskit) into CUDA-Q kernels while preserving the source algorithm and validation fidelity.

0
Claude Skill cuopt-developer

Modify, build, test, debug, and contribute to NVIDIA cuOpt (C++/CUDA, Python, server, CI). Use for solver internals, PRs, DCO, and code conventions.

0
Claude Skill cuopt-multi-objective-exploration

Trace, complete, and interpret the Pareto frontier across competing objectives using repeated single-objective cuOpt solves (weighted-sum and ε-constraint).

0
Claude Skill cuopt-numerical-optimization-api

LP, MILP, and QP (beta) with cuOpt — Python, C, and CLI. Use when the user is solving LP, MILP, or QP with any cuOpt interface.

0
Claude Skill cuopt-numerical-optimization-formulation

LP, MILP, QP — concepts, problem-text parsing, and formulation patterns (parameters, constraints, decisions, objective). Concepts only; no API.

0
Claude Skill cuopt-routing-api-python

Vehicle routing (VRP, TSP, PDP) with cuOpt — Python API only. Use when the user is building or solving routing in Python.

0
Claude Skill data-designer

Use when the user wants to create a dataset, generate synthetic data, or build a data generation pipeline.

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
/editable-figure Editable figure

Design concise overview, mechanism, or workflow figures as editable PowerPoint objects

0
/implement-review Implement review

Run the implement-review staged-change review loop

0
/my-router My router

Detect the work type (papers, proposals, code, figures, admin) and dispatch to the right domain skill

0
/prun Prun

Run prun: parallel delegation fan-out on Agy workers (the session coordinates)

0
/readme-polish Readme polish

Audit a GitHub README and rewrite it with modern patterns for a scannable ten-second skim

0
/vet Vet

Vet the staged change: run the implement-review review loop (short alias)

0
/learn Learn

Extract a learning from the recent conversation and add it to the appropriate instruction file

0
/learn Learn

Extract a learning from the recent conversation and add it to the appropriate instruction file

0
/create-pipeline create-pipeline

Create a new pipeline from a task description. Fans out agent, skill, and hook scaffolding in parallel, then integrates into the routing system.

0
/d D

Jev-first router: A/B variant of /do. One TypeSafe call replaces the manifest read; falls back to /do when unavailable or unconfident.

0
/do Do

Smart router: classify requests and route to the correct agent + skill

0
/generate-claudemd Generate claudemd

Generate project-specific CLAUDE.md from repo analysis.

0
/github-notifications Github notifications

Triage GitHub notifications: fetch, classify, report actions needed.

0
/github-profile-rules Github profile rules

`github-profile-rules` — extract programming rules and coding conventions from a GitHub user's public profile via API.

0
/gm-brilliant-implementation Gm brilliant implementation

Run the complete 34-stage implementation workflow for a large, multi-system, multi-wave, or CPU-delegated 5 Star Booker GM program.

0
/install Install

Verify installation, diagnose issues, and guide first-time setup

0
/pr-review Pr review

Comprehensive PR review using specialized agents, with automatic retro knowledge capture

0
/reddit-moderate Reddit moderate

Reddit moderation: fetch modqueue, classify content, take mod actions

0
/retro Retro

Learning system interface: stats, search, graduate learnings. Backed by learning.db (SQLite + FTS5).

0
/system-upgrade system-upgrade

Systematic upgrade pipeline for adapting agents, skills, and hooks when Claude Code ships updates, user goals change, or retro learnings accumulate.

0
Siyuan

An open-source, privacy-first, self-hosted knowledge workspace where humans and AI agents work together 开源、隐私优先、自托管的知识工作空间,让人与智能体在此协作

13 views 0 likes
Cua

Scale computer-use 2.0 with open-source drivers, cross-OS fleets, and benchmarks for training, evaluation, and data generation.

16 views 0 likes
Wigolo

The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta.

18 views 0 likes
Llm Docs Builder

Transform and optimize your markdown documentation for Large Language Models (LLMs) and RAG systems. Generate llms.txt automatically.

28 views 0 likes
Zhouli Translator

合乎周礼:DeepSeek-powered Zhouli-style Chinese translator, web app, and distributable Skill package.

26 views 0 likes
Warden

This is a fork of the https://dockbox.dev project I made

24 views 0 likes
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.

27 views 0 likes
Skillware

A Python framework for modular, self-contained skill management for machines.

31 views 0 likes
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…

32 views 0 likes
ArcReel

AI Agent 驱动的开源可自部署视频工作台:将小说与剧本转为角色、场景、道具资产、分镜、视频和剪映草稿,支持跨镜头一致性、多供应商与费用追踪 | Self-hosted AI video workspace for stories, storyboards and short-form video producti…

14 views 0 likes
Dsh Desktop

DeepSeek Harness Desktop App: a local AI desktop workspace for DSH Sessions, projects, files, web research, plugins, and Office artifacts.

12 views 0 likes
Cybermes

Autonomous Offensive Security, Bug Bounty & Red Teaming Agent Framework powered by Hermes Agent, specialized reasoning skills, and multi-model LLM orchestration…

13 views 0 likes
Oh My Pi

⌥ Coding agent with the IDE wired in

16 views 0 likes
Mcpproxy Go

Supercharge AI Agents, Safely

32 views 0 likes
X Twitter Scraper

X (Twitter) Scraper API and X API Alternative. You do not need an official X developer account. You do not need to connect or use an X account for supported scr…

15 views 0 likes
Sutando

My AI Stand. Realtime by day, rewriting itself by night. Summon my AI superpower.

13 views 0 likes
CodeWhale

Open-source coding agent for your terminal, built in Rust and on a journey of continuous community improvement. Issues and PRs welcome.

14 views 0 likes
Guanlan

观澜 / Guanlan:AI Agent 的中文互联网研究、阅读与信源路由工具。

12 views 0 likes
Agent

Mac Agent for macOS 26: the agentic AI harness for your Mac Desktop. Computer use, automation, scripting, coding, and more. Powered by 18+ providers across loca…

14 views 0 likes
Sem

Semantic version control => entity-level diffs, blame, and impact analysis on top of git. 28 languages via tree-sitter. Built for coding agents.

28 views 0 likes