LLM Mart Basic
@llm-mart · Joined Jun 2026
端到端测试(生成或执行 E2E 用例)
全自动 PDLC 新功能开发(串联 PRD→设计→TDD→实现→评审→发布)
全自动 Bug 修复(定位→复现→修复→测试→文档)
国际化(i18n)
按设计文档和已有测试用例实现代码(带前置守卫、自检、handoff)
代码质量检查与自动修复
打印循环下一步应执行的命令(机器可读,供 loop 驱动)
收敛循环引擎(自动推进 tdd→implement→review 到 review_done 或 blocked)
新人引导 / 自动化生成用户手册
性能优化
创建 PRD 文档(自动化生成 + 自检 + handoff)
质量闸门——跑真实 check、对照质量目标、出可核对报告,由人签字放行
代码重构(保持外部行为不变,改善内部结构)
管理 feature 关系链(set/query/impact/orphans/rebuild/validate)
迭代复盘——读状态机历史出趋势报告
安全审计
交互式配置 PDLC(当前:状态栏 statusline 的启用/停用/展示项)
发布工作流(收评审通过的功能 → 跑测试 → bump VERSION → 更 CHANGELOG → tag)
管理 00_standards 规范型 surface 产物(add/edit/archive/index)
查看项目 PDLC 状态总览(读 docs/.pdlc-state/ 输出进度)
A surprising share of AI-in-the-terminal failures aren't the AI. They're zsh, and a version of bash from 2006.
A Claude Code plugin turns standalone project configuration into a namespaced, installable extension that teams and communities can update as one unit.
None of the safety came from the model. It came from six boring habits.
Skills package instructions and references. Subagents run work in a separate context and return results. They solve different problems and can be composed deliberately.
Six hours in, one step left, everything green, and the incident that didn't happen
CLAUDE.md carries persistent project context. Skills load reusable procedures when relevant. Separating stable facts from task-specific workflows keeps both easier to maintain.
Twenty minutes recovering secrets that never existed, and the one sentence from a human that ended it
An API request routing a model's tool call through an approval gate to a remote MCP server
31 config keys, two audits, and why the first one was wrong in both directions
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.
Everyone looks at the Dockerfile. The file that actually leaked the key was the project file.
Remote MCP authorization uses established OAuth standards, but secure integration still requires issuer validation, least-privilege scopes, protected token handling, and server-side enforcement.
"Copy it over and switch the reference" is two steps, and the outage lives in the one nobody checks
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.
The most important rule wasn't about what I could change. It was about what I was allowed to display.
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.
Use MCP Inspector to connect to local or remote servers, inspect capabilities, call tools, read resources, test prompts, and diagnose failures before release.
Build an MCP server in TypeScript with focused tools, validated schemas, local and remote transports, Inspector tests, and production security controls.
An MCP server exposes tools, resources, or prompts through a standard protocol so an AI application can discover and use external capabilities.
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.
/forge-from-openapi
Forge from openapi
Auto-generate a Claude Code skill (commands + types + client) from any OpenAPI 3.x spec URL or file path
/forge-graphql-skill
Forge graphql skill
Scaffold a complete Claude Code skill (commands + types + client) from a GraphQL endpoint or local schema file
/forge-oauth-callback
Forge oauth callback
Scaffold a complete OAuth2 callback + init Hono route pair (code exchange, PKCE, KV token storage) for a named provider
/forge-press-release
forge-press-release
Scaffold an Amazon-style working-backwards press release for any feature, in Brian's voice. Outputs to docs/decisions/PR-{slug}.md and prints to stdout.
/forge-skill-from-vendored
Forge skill from vendored
Vendor a third-party skill repo/URL into the owned layer — clone, compress to house style, cross-link, commit — in one keystroke
/forge-stack-pack
Forge stack pack
Batch-forge Brian's entire stack as skills + MCP servers in one prompt; skips already-forged entries; applies automatic pruning when tool count >100
/forge-webhook-handler
Forge webhook handler
Scaffold a complete webhook handler (Hono route + sig verification + D1 idempotency + R2 dead-letter) for a named vendor
/forge-webhook-skill
Forge webhook skill
Scaffold a complete webhook receiver for any provider from an AsyncAPI YAML spec or a JSON event-type list
/generate-prp
Generate prp
Generate a Project Requirements Plan (PRP) — research-driven, ULTRATHINK-gated, confidence-scored implementation blueprint
/improve-lint
improve-lint
Run the AI-augmented lint self-improvement loop on the current project. Scans `.lint-history/` for recurring violation patterns (≥3 hits in 30d window), drafts a Claude-ready prompt to author a new semgrep rule for the top candidate, and surfaces the proposal under `.lint-history/proposals/<ts>.md`. Non-blocking analysis. See rules/lint-doctrine.md § Self-improving.
/install-lint-stack
install-lint-stack
Bootstrap industry-leading lint+autofix+commit-hygiene stack on the current project. Drops in lefthook, oxlint, ESLint, Prettier, Stylelint, markdownlint, ruff, shellcheck, shfmt, yamllint, hadolint, actionlint, jscpd, knip, semgrep, gitleaks, commitizen + git-cz-emoji (emoji-mandatory commits), and semantic-release. Idempotent — re-runs upgrade safely. See rules/lint-doctrine.md.
/list-arcs
list-arcs
Surface all retrospective documents with key shape metrics; compare arcs deliberately.
/migrate-all-to-hardened
Migrate all to hardened
Batch-migrate every hardened MCP server in mcp-servers/ from its original source to its hardened counterpart in one sweep
/migrate-skill
Migrate skill
Generic skill-version migration — works for hardened/v2/experimental→stable promotions across MCP servers, skills, hooks, commands. Mirrors /migrate-to-hardened with broader detection.
/migrate-to-hardened
Migrate to hardened
Automate the unhardened → hardened MCP server cutover — build, smoke-test, register, and archive in one shot
/multimedia-enrich
Multimedia enrich
Progressive multimedia enrichment pass — add high-value audio/video/image/interactive to a site, run again and again
/plan-execute-verify-repair
Plan execute verify repair
Run the autonomous-engineering operating loop on a task (plan→implement→verify→repair→report)
/post-arc-retrospective
Post arc retrospective
Capture the cumulative output of a /loop arc into a single auditable retrospective document; scans the heymegabyte-claude-skills plugin for modified files, categorizes by directory, counts LOC delta, extracts tool counts from MCP servers, and writes a timestamped report to retrospectives/
/prepare-multi-file-brief
prepare-multi-file-brief
Turn a comma-separated list of file paths into a fully structured Pattern A agent brief — ordered writes, per-file schemas, and a verification step baked in.
/prepare-skeleton-brief
prepare-skeleton-brief
Turn Pattern B from agent-resilience-discipline into a one-keystroke agent brief for a single-file deliverable < 300 lines.
VCP 部署在 AI 模型 API 与前端应用之间,是面向AGI OS开发和探索的工业级基建示范项目。通过统一指令协议、多层级持久化记忆、分布式插件引擎及多 Agent 协作框架,将原本“无状态、无记忆、无工具调用能力”的大语言模型,彻底改造成拥有永久自我意识、物理世界操作权及群体协作智能的完整智能体系统。
0 views 0 likesThe open source Unity Dev Agent
4 views 0 likesContext is yours. Agents are replaceable. Orbital — a project agent that turns your context into assets.
0 views 0 likesSelf-hosted search API + MCP server for AI agents. Bundles SearXNG. Zero API keys, one-command deploy. Open-source alternative to Tavily, Exa, and Serper.
0 views 0 likes🛡️ Free open-source AI-powered security terminal & vulnerability scanner (CVE, SBOM). Supports SSH, SFTP, RDP, VNC, Serial, and 12+ autonomous AI agents (DeepS…
0 views 0 likesWatch, approve and steer your coding agents from your phone.
0 views 0 likesMARVIS-Agent: all-purpose credit risk agent for model development, validation, data processing, feature engineering, and strategy workflows.
0 views 0 likesTikTok e-commerce video generation, replication, and analysis SKILL
4 views 0 likes小红书/抖音/快手/视频号/B站 自媒体账号体检+爆款拆解工具。扫同赛道找对标、拆爆款为什么爆、诊断为什么没人看,顺手出可粘贴仿写初稿。支持带货电商模式。支持codex, claude code, workbuddy
4 views 0 likesLocal-first persistent agentic memory powered by Recursive Memory Harness (RMH). Open source must win.
2 views 0 likesA power user focused interface for LLM base models.
3 views 0 likesOutsource your understanding. Capture every human-AI decision as a step in a trajectory; grade trajectories retroactively when outcomes land (deal closed, sprin…
2 views 0 likesThe open-source AI research workbench for scientific research and agent workflows. Local-first, model-agnostic desktop app with extensible skills, MCP tools and…
1 views 0 likes🤖 Taskade MCP · Official MCP server and OpenAPI to MCP codegen. Build AI agent tools from any OpenAPI API and connect to Claude, Cursor, and more.
5 views 0 likesA block-based content engine and bilingual blog backend for Laravel Gutenberg-style editor, media library, post templates, roles, and an AI writing assistant,…
3 views 0 likesACRYL - Agent Context Relay Yielding Lifecycles. One persistent workspace, one canonical context, any coding agent.
3 views 0 likesOkou connects to the tools your team already uses and does the work — across marketing, sales, engineering, and operations, under your control.
3 views 0 likesOpen-source agent-native visual production workspace where humans and coding agents edit the same live canvas — local-first, BYOK image/video models.
0 views 0 likesPersistent memory extension for pi with daily logs, scratchpad, and optional qmd‑powered semantic search.
0 views 0 likesHermes Agent CN desktop app, Windows-First, built with Tauri, Typescript and Rust. Isolated Hermes Agent core insides.
0 views 0 likes