LLM Mart Basic
@llm-mart · Joined Jun 2026
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variant
Use when the user asks how to build with OpenAI products or APIs, asks about Codex itself or choosing Codex surfaces, needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; use OpenAI do
Create and scaffold plugin directories for Codex with a required `.codex-plugin/plugin.json`, optional plugin folders/files, and baseline placeholders you can edit before publishing or testing. Use when Codex needs to create a new local plugin, add optional plugin structure, or g
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.
Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
Add PostHog analytics to a web application, including event tracking, page views, feature flags, and session replay.
Generate OpenAPI/Swagger documentation for an API, including endpoint schemas, request/response types, and interactive docs UI.
Add authentication to a web application using NextAuth.js (Auth.js), including OAuth providers, session management, and protected routes.
Dockerize an application with a production-ready Dockerfile, docker-compose setup, and .dockerignore.
Set up Playwright end-to-end testing in a project, including test configuration, example tests, and CI integration.
Add Sentry error tracking, performance monitoring, and source maps to a web application.
Add feature flags to an application for gradual rollouts, A/B testing, and kill switches using PostHog, LaunchDarkly, or a simple local implementation.
Integrate Stripe payments into a web application, including checkout sessions, webhooks, and customer portal.
Start the dev server, discover API routes from the codebase, hit every endpoint, and report which ones return errors.
Document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.
Audit and optimize application performance, including bundle size, rendering, database queries, and Core Web Vitals.
Perform a systematic security audit of a codebase, checking for OWASP Top 10 vulnerabilities, secrets exposure, and insecure patterns.
Run TypeScript type checking after file edits and immediately flag type errors before moving on. Uses Cursor hooks for automatic enforcement.
Monitor a pull request for CI failures, review comments, and merge conflicts — then fix them automatically. Use when a PR is open and you want the agent to keep it merge-ready.
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.
/threat-triage
Threat triage
Triage recent email threats detected by Abnormal Security by severity and attack type
/list-overdue-invoices
List overdue invoices
List open and overdue Alternative Payments invoices and optionally generate hosted payment links for them
/reconcile-payout
Reconcile payout
Reconcile an Alternative Payments payout by listing its transactions and matching them against invoices and customers
/eol-report
Eol report
EOL/EOS risk report — devices, OS versions, and firmware approaching or past end-of-life/end-of-support, prioritized by criticality
/refresh-calendar
Refresh calendar
Forward-looking hardware refresh calendar for the given window — replace-now / plan-this-year / monitor tiers
/warranty-status
Warranty status
Warranty status snapshot — expired, expiring-soon, and unknown-coverage devices for one client or the whole portfolio
/create-monitor
Create monitor
Create a threshold-based monitor for an Atera agent
/create-ticket
Create ticket
Create a new service ticket in Atera
/get-kb-articles
Get kb articles
Search the Atera knowledge base for articles
/list-alerts
List alerts
List active RMM alerts from Atera
/log-time
Log time
Log work hours on an Atera ticket
/resolve-alert
Resolve alert
Resolve an RMM alert in Atera
/run-powershell
Run powershell
Execute a PowerShell script on an Atera agent
/search-agents
Search agents
Search for RMM agents in Atera by customer or machine name
/search-customers
Search customers
Search for Atera customers by name or criteria
/update-ticket
Update ticket
Update fields on an existing Atera ticket
/alert-triage
Alert triage
Triage open Auvik alerts, rank by severity, and recommend dismissals for known noise
/capacity-check
Capacity check
Scan Auvik interface statistics for saturated links and recurring congestion
/device-inventory
Device inventory
Inventory devices for an Auvik tenant with type, manage status, and lifecycle breakdown
/network-audit
Network audit
Audit a tenant's networks, interfaces, and saved configurations; flag drift and missing backups
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
18 views 0 likes嘉立创EDA专业版(EasyEDA Pro)自动化:给 AI harness 装上画板的「手」—— 一套 typed 原理图/PCB 动作,CLI / Agent Skill / stdio MCP 三形态融合接入。承接嘉立创「不以卖板赚钱,以培养中国工程师为己任」 | EasyEDA Pro automation:…
11 views 0 likesClaude Code session log viewer for JSONL files in ~/.claude/projects. Browse conversations, tool calls, tokens, and live tail sessions on desktop, web, and TUI.
14 views 0 likesShared memory MCP server — persistent, searchable, cross-client Claude, Opencode
14 views 0 likesOpenAI Codex CLI session log viewer for JSONL files in ~/.codex/sessions. Browse conversations, tool calls, tokens, collaboration chains, and live sessions on d…
15 views 0 likesHigh-performance Google Drive CLI and Model Context Protocol (MCP) Server for LLM/AI agents. Natively execute Google Apps Script (GAS) under a secure whiteliste…
19 views 0 likes"Vibe-Trading: Your Personal Trading Agent"
16 views 0 likesLocal-first chat history analyzer with AI. | 本地优先的 AI 聊天记录分析工具
18 views 0 likesOfficial Oxylabs MCP integration
15 views 0 likesPersistent memory for Claude Code & Codex CLI. Auto-extracted knowledge graph, multi-representation embeddings, 3D WebGL visualization. LongMemEval R@5=97.45%.…
14 views 0 likesOne person, a team of agents. Multi-session CLI that collaborates across terminals; /goal keeps long tasks running; WeChat/WeCom/Feishu gateway lets you call th…
23 views 0 likesAI 基础知识 - GPU 架构、CUDA 编程、大模型基础及AI Agent 相关知识。
10 views 0 likesSelf-hosted, open-source agent skill registry for enterprises. Publish & version skill packages, govern with RBAC and audit logs, deploy on-premise with Docke…
13 views 0 likes深度调研报告生成 Skill — 一条命令,十分钟出券商级深度调研报告 / Professional deep research report generation Skill · Supports 19 languages
13 views 0 likesThe OKF toolkit for Claude Code — author, maintain, validate & visualize Open Knowledge Format bundles. Plugin, agent skills, and a GitHub Action.
16 views 0 likesAutonomous AI pentesting agents — real-time reconnaissance, vulnerability detection, and exploitation orchestration. Go + TypeScript.
14 views 0 likesNative macOS and iOS App for the Hermes AI agent — multi-window, multi-server (local + remote over SSH). Chat, dashboard, sessions, memory, cron, MCP, and more.
13 views 0 likesMultiplayer Claude Code and Codex. Self-hosted team workspace for Claude Code and Codex. Multi-user, browser-based, AI mates with memory.
15 views 0 likesEvery past session, subagent, and workflow -- queryable by your agent, browsable by you
10 views 0 likes盯盘侠 PanWatch · 自托管 AI 盯盘助手,集成 TradingAgents 多 Agent 投资决策 | A股/港股/美股实时监控、持仓管理、智能分析、全渠道推送
15 views 0 likes