LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11456 Contributions
Claude Skill pdlc-refactor

代码重构(保持外部行为不变,改善内部结构)

0
Claude Skill pdlc-relate

管理 feature 关系链(set/query/impact/orphans/rebuild/validate)

0
Claude Skill pdlc-retro

迭代复盘——读状态机历史出趋势报告

0
Claude Skill pdlc-security

安全审计

0
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
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
/prune Prune

This is a Feature Forge preview command — the after-each-turn service ships **off** by default and

0
/reconcile Reconcile

Arbitrates variances between the project's three architectural artifacts

0
/refactor Refactor

This is the lane for moving or reshaping code without changing what it does — a rename, an extract,

0
/release Release

This is the only sanctioned way a version tag gets created, and it holds no knowledge of any

0
/review Review

A read-only review of the current change, dispatched by path against a reviewer-to-path matrix:

0
/spike Spike

This is the outlet for "I need to write code to find out" rather than "I know what to build." The

0
/sprint Sprint

This is codeArbiter's autonomy mode. It collapses the usual spec-plan-execute cycle into one

0
/standup Standup

The daily hygiene checklist, made routine and gated: fetch and offer a fast-forward pull, list

0
/status Status

A read-only snapshot of `.codearbiter/` state: the project's `stage:` maturity value, every

0
/statusline Statusline

Wires codeArbiter's renderer into `~/.claude/settings.json`, or removes it. A plugin can't own a

0
/task Task

The only blessed way to mutate `.codearbiter/open-tasks.md`. It runs a thin writer over pure

0
/threat-model Threat model

An opt-in, lightweight STRIDE pass over a design before it's built — invoked deliberately, never

0
/tribunal Tribunal

codeArbiter's deepest, most expensive review, convened rarely and never as a required gate. Eleven

0
/watch Watch

Watches a pull request's CI checks to completion without polling by hand. The wait is a real

0
/debug Debug

A fixture command named debug, colliding with the debug skill/agent.

0
/prune Prune

A fixture command named prune, used to regression-test forge badges.

0
/another Another

Another command, description only, no argument hint.

0
/sample Sample

A sample command for fixtures — single sanctioned path to a thing.

0
/to-gif To gif

Convert an animated HTML file (like /fig output) to a perfectly looping high-quality small GIF using Playwright + ffmpeg

0
/getpix Getpix

Find a free licensed image on the internet and add it to the project, optimized

0
FindJobs Agent

LLM-powered toolkit for skill analysis, AI interviews, resume scoring, and job structuring. Automates professional skill taxonomy and interview processes with a…

13 views 0 likes
AIGC Interview Book

【三年面试五年模拟】AIGC/LLM/AI Agent算法工程师面试资源平台。涵盖AIGC、LLM大模型、AI Agent、具身智能、传统深度学习、计算机视觉、自然语言处理、自动驾驶、机器学习、强化学习、大数据挖掘、世界模型、元宇宙、AGI等AI行业面试笔试干货经验与核心跨周期知识。

9 views 0 likes
LazyLLM

Easiest and laziest way for building multi-agent LLMs applications.

16 views 0 likes
Cc Pocket

Drive Claude Code or OpenAI Codex from your phone — resume sessions, stream output, approve tool permissions remotely. End-to-end encrypted, zero-knowledge rela…

14 views 0 likes
Rustchain Mcp

MCP server for autonomous agent economies: wallets, signed RTC micropayments, bounty discovery, BoTTube video publishing, and Beacon agent-to-agent messaging. G…

14 views 0 likes
Genoffice

Free, open-source alternative to Microsoft Office with built-in AI agents — Word (.docx), Excel (.xlsx), PowerPoint (.pptx), PDF and Markdown editing for macOS,…

14 views 0 likes
Nse Bse Indian Stock Market Data Mcp

NSE BSE Indian Stock Market Data MCP server — search, screen & analyze all 8,200+ NSE/BSE stocks with 34 tools: live quotes, financials, technicals, 326-ratio s…

10 views 0 likes
BidMaster Pro

全流程 智能招投标 Agent:标书生成 · 招投标解读 · 标书检查 · 标书文档ai排版 · 商机发现 一键完成。 21 项合规检查 · 多模型切换 · RAG 知识库 · OCR 抽取。 从招标公告到可交付 docx 文档,全流程 AI 自动化。

14 views 0 likes
Benzi

Benzi is AI-native code intelligence infrastructure. Claude Code greps; Cursor embeds; Aider maps signatures; Benzi resolves — and answers in O(1). Every langua…

17 views 0 likes
No Human

From ticket to reviewed pull request. Free and open-source, on your machine.

12 views 0 likes
Spider

Get web data for AI agents and LLMs - fast, efficient, and reliable with Rust

13 views 0 likes
Wave Mcp

Open-source, license-free MCP server for RTL waveform debug: reads FST waveforms (VCD/FSDB auto-convert) plus a SystemVerilog netlist, with 34 tools covering dr…

19 views 0 likes
LobsterAI

Open-source, desktop-grade AI agent that gets real work done — data analysis, slides, docs, video & web research. Built on OpenClaw; runs tools on your real des…

13 views 0 likes
Branchbox

Parallel, isolated dev environments for humans and AI coding agents. Real containers. Real databases. Zero collisions.

17 views 0 likes
Opencode Goal Plugin

OpenCode goal plugin for Codex-style goal mode, /goal slash commands, persistent objectives, and AI coding agent focus.

8 views 0 likes
Open Skills

Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no ex…

18 views 0 likes
Deepcode Cli

Deep Code 是专为 deepseek-v4 模型优化的终端 AI 编码助手,支持深度思考、推理强度控制以及 Agent Skills。

6 views 0 likes
Wanwu

China Unicom's Yuanjing Wanwu Agent Platform is an enterprise-grade, multi-tenant AI agent development platform. It helps users build applications such as intel…

17 views 0 likes
Cloakbrowser Mcp

⚡ CloakBrowser MCP server for AI agents: Playwright-powered browsing, clean tool forwarding, Docker support, and multi-session HTTP transport.

15 views 0 likes
Mcp Nixos

MCP-NixOS - Model Context Protocol Server for NixOS resources

12 views 0 likes