LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11196 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
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
/shard Shard

`crabbox shard` forks a [checkpoint](checkpoint.md) into `--count` leases

0
/share Share

`crabbox share` grants other people access to an existing lease through the

0
/ssh Ssh

`crabbox ssh` resolves a lease and prints a ready-to-run `ssh` command for it.

0
/status Status

`crabbox status` prints the current state of a lease: its slug, provider,

0
/stop Stop

`crabbox stop` ends a single lease. For coordinator-backed and direct cloud

0
/sync-plan Sync plan

`crabbox sync-plan` prints the local sync manifest and its size hotspots

0
/tunnel Tunnel

`crabbox tunnel` opens one foreground SSH local port-forward to a resolved

0
/unshare Unshare

`crabbox unshare` removes sharing rules from a coordinator-backed lease. It is

0
/usage Usage

`crabbox usage` reports lease cost and usage estimates from the broker, broken down by user, organization, or the whole fleet.

0
/verify Verify

`crabbox verify` checks a signed run receipt produced by `crabbox run --attest`.

0
/vnc Vnc

`crabbox vnc` prints (or opens) the connection details for a desktop-capable

0
/warmup Warmup

`crabbox warmup` leases a box and waits until it is ready: it provisions (or

0
/watch Watch

`crabbox watch` runs a command on a warm lease, then watches the local

0
/webvnc Webvnc

Linux portal viewers default to **Match window**: only the connected controller

0
/whoami Whoami

`crabbox whoami` calls the broker's `/v1/whoami` endpoint and prints the

0
/add-dep Add dep

Vet a new or changed third-party dependency for license, provenance, and supply-chain risk before any install runs.

0
/adr-status Adr status

Report the health of Architecture Decision Records — aged, unchallenged, supersession candidates, unresolved CONFIRM-NN. Read-only.

0
/adr Adr

Author a numbered, dated, user-attributed Architecture Decision Record under .codearbiter/decisions/.

0
/audit Audit

Assemble the governance record for a range — commits, overrides, ADRs, sprint auto-decisions, open questions, checkpoint findings — into one dated audit packet. Read-only.

0
/btw Btw

Lightweight Q&A about the project — answer from context and return, no routing, no state change.

0
QwenPaw

Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.

16 views 0 likes
Ouroboros

Agent OS: the agent gets smarter on its own. We just hold the line: the grading command and expected result never make it into the success contract we hand it.…

16 views 0 likes
Awesome Agent Memory

Curated systems, benchmarks, and papers etc. on memory for LLMs/MLLMs --- long-term context, retrieval, and reasoning.

13 views 0 likes
Red

:memo: Vimlike Modal Text Editor in Rust

26 views 0 likes
Mcp Observatory

CI-native security testing for MCP servers. Attack simulation, schema drift detection, and health scoring before agents depend on them.

15 views 0 likes
Scope Recall Hermes

Hermes Agent memory plugin/provider for scope-aware recall, SQLite truth, LanceDB semantic search, and hybrid retrieval.

14 views 0 likes
Fyagent

For You Agent——AI 时代的个人随身数字人格。把你的模型、AI 账号、技能、提示词和工作方式,带到每一个 AI 工具里。

11 views 0 likes
Evener

A coding agent: give it a prompt and it reads, writes, runs commands, and searches code in a loop until the work is done, using native tool-calling across OpenA…

13 views 0 likes
Moltis

A secure persistent personal agent server in Rust. One binary, sandboxed execution, multi-provider LLMs, voice, memory, Telegram, WhatsApp, Discord, Teams, and…

13 views 0 likes
GenericAgent

Self-evolving agent: grows skill tree from 3.3K-line seed, achieving full system control with 6x less token consumption

13 views 0 likes
Deepseek Harness 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…

13 views 0 likes
Clawmetry

See your agent think. Zero-config observability & governance for 26 AI agent runtimes: Claude Code, Cursor, OpenAI Codex, GitHub Copilot, Gemini CLI, Cline, Ope…

13 views 0 likes
Code Context Engine

Save 94% on AI coding tokens. Index your codebase, agents search instead of reading files. Works with Claude Code, Codex, Copilot, Cursor, Gemini CLI. Local MCP…

12 views 0 likes
Zot

Yet another coding agent harness, lightweight and written in go.

12 views 0 likes
Phi

a coding Agent from pi. ∞ providers, sub-agents, hashline edits, and a permission gate

12 views 0 likes
Omnigent

Omnigent is an open-source AI agent framework and meta-harness: orchestrate Claude Code, Codex, Cursor, Pi, and custom agents — swap harnesses without rewriting…

24 views 0 likes
Leon

🧠 Leon is your open-source personal assistant.

12 views 0 likes
Station

The Station, an open-world multi-agent environment that models a miniature scientific ecosystem.

13 views 0 likes
CopilotKit

The Frontend Stack for Agents & Generative UI. React, Angular, Mobile, Slack, and more. Makers of the AG-UI Protocol

22 views 0 likes
VelaTerm

VelaTerm = iTerm2 + Codex, The Best Terminal for AI Coding

20 views 0 likes