LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11196 Contributions
Claude Skill pdlc-settings

交互式配置 PDLC(当前:状态栏 statusline 的启用/停用/展示项)

0
Claude Skill pdlc-ship

发布工作流(收评审通过的功能 → 跑测试 → bump VERSION → 更 CHANGELOG → tag)

0
Claude Skill pdlc-standard

管理 00_standards 规范型 surface 产物(add/edit/archive/index)

0
Claude Skill pdlc-status

查看项目 PDLC 状态总览(读 docs/.pdlc-state/ 输出进度)

0
Claude Skill pdlc-task

阶段内任务跟踪(创建/更新任务列表,附在工作流上)

0
Claude Skill pdlc-tdd

TDD 测试先行(按设计文档生成失败的测试用例)

0
Claude Skill pdlc-test-setup

立测试地基(探测技术栈 → 验证并生成 test-commands.yml → 脚手架测试目录 → 接本地钩子)

0
Claude Skill pdlc-ui-design

UI/UX 设计

0
Claude Skill pdlc-ui-design-pro

UI/UX 专业设计(PDLC 集成层,依赖 ui-ux-pro-max)

0
Claude Skill ai-sdk

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have quest

0
Claude Skill compone

Builds Python components using the compone framework for type-safe HTML/XML/RSS generation. Use when working with compone, creating Python components, generating markup in Python, or building framework-agnostic component libraries.

0
Claude Skill devenv

Use this when working in a project with devenv.nix, or when devenv.sh development environment setup, services, dependencies, or Nix packages are relevant.

0
Claude Skill frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

0
Claude Skill hn-sentiment-analysis

Analyze Hacker News thread sentiment from a provided HN thread URL.

0
Claude Skill playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

0
Claude Skill python

Write clean, readable Pythonic code. Use this skill any time you write or change a Python file.

0
Claude Skill alterlab-alphafold

Predict protein 3D structures with AlphaFold2 via ColabFold — MMseqs2-accelerated MSAs, monomer and AlphaFold2-Multimer complex folding, and confidence-based validation (pLDDT, pTM/ipTM, PAE). Use when folding a protein sequence or complex from FASTA, generating a predicted struc

0
Claude Skill alterlab-anndata

Build, slice, concatenate, read, and write AnnData annotated data matrices (obs, var, X, layers, obsm, uns) — the scverse data STRUCTURE, not an analysis pipeline. Use when creating or wrangling .h5ad/zarr files, managing cell and gene annotations, concatenating batches, or handl

0
Claude Skill alterlab-arboreto

Infer gene regulatory networks (GRNs) from expression matrices using arboreto's scalable GRNBoost2 and GENIE3 tree-ensemble algorithms with Dask-distributed computation. Use when analyzing bulk or single-cell RNA-seq transcriptomics to map transcription-factor-to-target-gene regu

0
Claude Skill alterlab-biopython

Manipulate biological sequences, parse FASTA/GenBank/PDB files, run phylogenetics, and access NCBI/PubMed programmatically via Biopython (Bio.SeqIO, Bio.Entrez, Bio.PDB, Bio.Blast). Use when scripting custom bioinformatics pipelines, batch-processing sequence files, automating BL

0
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
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.

agents agent-skills claude-skills claude-code
Sep 9
/run-script Run script

Find and execute an ImmyBot PowerShell script on a target computer (destructive, SYSTEM context)

0
/search-software Search software

Search the ImmyBot software catalog (per-tenant + global)

0
/drift-report Drift report

Portfolio-wide Inforcer baseline drift report — every managed tenant's alignment vs its assigned baseline, classified aligned / semi-aligned / drifted and sorted drifted-first, with secure score

0
/tenant-posture Tenant posture

Single-tenant Microsoft 365 posture snapshot from Inforcer — secure score plus alignment score, band, and the per-policy drift detail against the tenant's assigned baseline

0
/classify-email Classify email

Get an Ironscales AI verdict on a raw email, then act on it with a remediation action

0
/triage-incidents Triage incidents

Triage open Ironscales phishing incidents — list by status and severity, investigate, and remediate

0
/get-quote Get quote

Get a Kaseya Quote Manager quote with its sections and line items

0
/get-sales-order Get sales order

Get a Kaseya Quote Manager sales order with its lines and payments

0
/list-quotes List quotes

List Kaseya Quote Manager quotes, optionally scoped to a recent window

0
/add-note Add note

Add a note or comment to an existing Autotask ticket

0
/check-contract Check contract

View contract status, entitlements, and remaining hours for a company or specific contract

0
/check-pricing Check pricing

Check pricing details for an Autotask product or service from price lists

0
/create-quote Create quote

Create a new Autotask quote with line items for products, services, and service bundles

0
/create-ticket Create ticket

Create a new service ticket in Autotask PSA

0
/expenses Expenses

Use this skill when working with Autotask expense reports - creating reports, adding expense items, searching by status or submitter, and tracking reimbursable and billable expenses

0
/lookup-asset Lookup asset

Search for Autotask configuration items/assets by name, serial number, or company

0
/lookup-company Lookup company

Search for Autotask companies by name, ID, or other attributes

0
/lookup-contact Lookup contact

Search for Autotask contacts by name, email, phone, or company

0
/my-tickets My tickets

List tickets currently assigned to you with optional filtering

0
/reassign-ticket Reassign ticket

Reassign a ticket to a different resource or queue

0
Polymarket Paper Trader

Paper trading simulator for Polymarket — built for AI agents. MCP server, live order books, strategy backtesting. Install: npx clawhub install polymarket-paper-…

1 views 0 likes
Rssh

An SSH tool dedicated to addressing all pain points · (macOS/Windows/Linux/Android/iOS)

2 views 0 likes
Peerd

The first AI agent harness native to the browser. A browser extension that runs a full agent loop where you already work: it drives your tabs, spins up sandboxe…

2 views 0 likes
AutoLabel Forge

SmartLabel AI 2026: Auto-Annotate Any Object via LLM-Powered Prompt Parsing

2 views 0 likes
Ima2 Gen

Local-first visual generation runtime and studio for people and coding agents, with reproducible image and video workflows across multiple providers.

0 views 0 likes
Scholaraio

Scholar All-In-One: A research infrastructure for AI agents

0 views 0 likes
Auto Browser

Give your AI agent a real browser — with a human in the loop. Open-source MCP-native browser agent.

0 views 0 likes
FQGate Agent

同花顺免费开源AI插件FQGate-agent(原插件名 tonghuasun-agent):为 Codex、Claude Code、DeepSeek 等 AI 工具提供本机 A 股实时行情、K 线、Level-2、资讯、账户查询与可选交易能力。

0 views 0 likes
PiX

A non-linear AI agent workbench — session is a tree: branch anytime, and context follows the branch

0 views 0 likes
Autocad MCP

Production-grade AutoCAD MCP server for AI agents — 122 tools, dual COM (live AutoCAD) + headless ezdxf engines, ISO GD&T and dimension-tolerance validation for…

0 views 0 likes
Dscode

A DeepSeek coding agent harness: persistent shell, Ultra subagents, auto approval, Chrome MCP and session telemetry

0 views 0 likes
Waku Agent

Waku Waku! Waku Agent is a local-first AI agent harness you actually own, including loop, memory, eval, all in code built to stay legible as it grows.

0 views 0 likes
Nexting

Remote control for Claude Code, Codex, Grok, and Cursor on Mac or PC. View sessions, send tasks, and drive them remotely from your phone, PIN, or Ring. OpenClaw…

0 views 0 likes