LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11490 Contributions
ChatGPT Skill yeet

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`).

0
ChatGPT Skill imagegen

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

0
ChatGPT Skill openai-docs

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

0
ChatGPT Skill plugin-creator

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

0
ChatGPT Skill skill-creator

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.

0
ChatGPT Skill skill-installer

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

0
Cursor Skill adding-analytics

Add PostHog analytics to a web application, including event tracking, page views, feature flags, and session replay.

0
Cursor Skill adding-api-docs

Generate OpenAPI/Swagger documentation for an API, including endpoint schemas, request/response types, and interactive docs UI.

0
Cursor Skill adding-auth

Add authentication to a web application using NextAuth.js (Auth.js), including OAuth providers, session management, and protected routes.

0
Cursor Skill adding-docker

Dockerize an application with a production-ready Dockerfile, docker-compose setup, and .dockerignore.

0
Cursor Skill adding-e2e-tests

Set up Playwright end-to-end testing in a project, including test configuration, example tests, and CI integration.

0
Cursor Skill adding-error-tracking

Add Sentry error tracking, performance monitoring, and source maps to a web application.

0
Cursor Skill adding-feature-flags

Add feature flags to an application for gradual rollouts, A/B testing, and kill switches using PostHog, LaunchDarkly, or a simple local implementation.

0
Cursor Skill adding-stripe

Integrate Stripe payments into a web application, including checkout sessions, webhooks, and customer portal.

0
Cursor Skill api-smoke-testing

Start the dev server, discover API routes from the codebase, hit every endpoint, and report which ones return errors.

0
Cursor Skill architecture-decision-records

Document technical decisions as Architecture Decision Records (ADRs) with context, options considered, and rationale.

0
Cursor Skill auditing-performance

Audit and optimize application performance, including bundle size, rendering, database queries, and Core Web Vitals.

0
Cursor Skill auditing-security

Perform a systematic security audit of a codebase, checking for OWASP Top 10 vulnerabilities, secrets exposure, and insecure patterns.

0
Cursor Skill auto-type-checking

Run TypeScript type checking after file edits and immediately flag type errors before moving on. Uses Cursor hooks for automatic enforcement.

0
Cursor Skill babysitting-pr

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.

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
/newsletter Newsletter

Create an HTML email newsletter with your organization's branding

0
/onepager Onepager

Create a single-page fact sheet or program overview

0
/preview Preview

Launch interactive preview for document editing

0
/proposal Proposal

Create a multi-page funding proposal with your organization's branding

0
/report Report

Create a program report or annual report with your organization's branding

0
/slides Slides

Create HTML presentation slides with your organization's branding

0
/update Update

Check for updates and install the latest version

0
/hotpatch Hotpatch

Sandboxed pre-install scan plus cooldown bypass for urgent npm/bun installs. Use when a package must ship despite the cooldown.

0
/diff-review Diff review

Generate a visual HTML diff review, before/after architecture comparison with code review analysis

0
/fact-check Fact check

Verify the factual accuracy of a document against the actual codebase, correct inaccuracies in place

0
/generate-slides Generate slides

Generate a stunning magazine-quality slide deck as a self-contained HTML page

0
/generate-visual-plan Generate visual plan

Generate a visual HTML implementation plan, detailed feature specification with state machines, code snippets, and edge cases

0
/generate-web-diagram Generate web diagram

Generate a beautiful standalone HTML diagram and open it in the browser

0
/plan-review Plan review

Generate a visual HTML plan review, current codebase state vs. proposed implementation plan

0
/project-recap Project recap

Generate a visual HTML project recap, rebuild mental model of a project's current state, recent decisions, and cognitive debt hotspots

0
/share-page Share page

Deploy a generated visual-explainer HTML page and return a live Vercel URL

0
/adapt-framework Adapt framework

Adapt KATA and repository tooling after an approved no-write analysis and plan.

0
/break-down-tests Break down tests

Explain existing automated tests and assertions without editing code.

0
/business-api-map Business api map

Generate or refresh the business-level API map.

0
/business-data-map Business data map

Generate or refresh the business data and flow map.

0
Open Webui Tools

Open‑WebUI Tools is a modular toolkit designed to extend and enrich your Open WebUI instance, turning it into a powerful AI workstation. With a suite of over 15…

26 views 0 likes
Ogcode

The token-efficient agentic coding workbench. Built for a future where every token counts — it optimizes token usage at the agent-loop level, saving 70%+ on lon…

15 views 0 likes
Mirroir Mcp

MCP server for controlling a real iPhone via macOS iPhone Mirroring...and any MacOs app. Screenshot, tap, swipe, type — from any MCP client.

9 views 0 likes
Runjam

One desktop for all your AI coding Agent — Claude Code, Codex CLI & Gemini CLI. Auto-detect, one-click install, unified chat, file explorer, terminal & editor.…

20 views 0 likes
Pi Agent Desktop

Pi — A cross-platform AI coding agent, bringing the Claude Code experience to your desktop. No environment setup, no terminal commands. Download and start codin…

11 views 0 likes
DSH Desktop EAC

DeepSeek Harness Desktop (dsh-desktop). EAC: Embracing All Creation (揽尽万象). Bundled Node.js runtime with full dsh-CLI kernel, one-click startup, 10 built-in UI…

12 views 0 likes
Tg Search Bot

A telegram bot for searching and auto-saving.

12 views 0 likes
Kingdee K3cloud Mcp

金蝶云星空 K3Cloud MCP Server,让 AI 助手(Claude Desktop、Claude Code、Cursor、Cline、Cherry Studio、Openclaw 等任意支持 MCP 协议的客户端)通过自然语言查询和操作金蝶 ERP 系统。

18 views 0 likes
Fable4sci Skill

Rewrite frontier research using allegorical structural mapping.

12 views 0 likes
Free4chat

Free4Chat is a temporary collaboration fabric for Humans and Agents.

10 views 0 likes
GhostDesk

Give any AI agent a full desktop — it sees the screen, clicks, types, and runs apps like a human. Automate anything with a UI: browsers, legacy software, intern…

10 views 0 likes
Aithy

A personal AI agent that can work safely on your machine, remember useful context, and keep its data under your control.

11 views 0 likes
OpenWhale

A framework for AI-driven economic activity. Declarative, composable, observable, deterministic.

11 views 0 likes
Libredesk

Open-source, self-hosted customer support desk in a single binary. A lightweight alternative to Intercom, Zendesk, Chatwoot.

12 views 0 likes
Opencode Power Pack

54 rigorous skills for Codex, OpenCode, and Pi: code review, security audit, feature development, frontend design, MCP tools, Hugging Face ML/training, and more…

17 views 0 likes
Anything About Game

A wonderful list of Game Development resources.

11 views 0 likes
Open Science

Open Science Desktop — local-first, model-agnostic AI research workbench for macOS, Windows & Linux. Open-source Claude Science desktop alternative built on Tau…

11 views 0 likes
Lexora

Lexora — Personal AI workspace built around Desktop / 以 Desktop 为核心的个人 AI 工作台

10 views 0 likes
Edgeever

Open-source, AI-native Evernote alternative with native MCP. Zero-cost on Cloudflare or self-hosted with Docker.

11 views 0 likes
Offer Toolkit Skill

Full job-hunt Claude skill bundle — Job Description decoder + Resume builder (11 templates) + Behavioral Interview / story bank. Three self-contained sub-skills…

11 views 0 likes