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
/get-user Get user

Look up a Microsoft 365 user by name or email, showing account status, licenses, MFA, and last sign-in

0
/list-licenses List licenses

Show Microsoft 365 license inventory - available SKUs, consumed seats, and optimization opportunities

0
/offboard-user Offboard user

Run the complete M365 offboarding workflow for a departing user - revoke access, handle mailbox, transfer data

0
/block-sender Block sender

Create a Mailprotector block rule for a sender address or domain at a chosen scope

0
/check-quarantine Check quarantine

Review the Mailprotector quarantine at any scope and summarize held messages

0
/onboard-customer Onboard customer

Onboard a new customer onto Mailprotector - customer, domain, user group, services, users

0
/release-message Release message

Release one or more quarantined Mailprotector messages to their recipients

0
/meraki-find-device Meraki find device

Locate a Meraki device by serial, name, or MAC across an organization's networks

0
/meraki-firewall-review Meraki firewall review

Pull and summarize a Meraki network's L3 firewall rules and flag overly-permissive (any/any allow) rules

0
/meraki-network-health Meraki network health

Sweep an organization's networks, devices, and appliance VPN status for a site-health overview

0
/entra-audit Entra audit

Run a read-only Microsoft Entra identity hygiene audit via the Graph Enterprise MCP — inactive user accounts, admins without MFA registered, unassigned/wasted licenses, and a guest user inventory

0
/entra-report Entra report

Conversational Microsoft Entra directory reporting via the Graph Enterprise MCP — license usage, user and group counts, application inventory, and directory composition, formatted for client check-ins and QBRs

0
/check-queue Check queue

Check Mimecast email delivery queue status and identify stuck or deferred messages

0
/review-threats Review threats

Review Mimecast TTP threat logs for URL clicks, malicious attachments, and impersonation attempts

0
/trace-message Trace message

Trace an email through Mimecast by sender, recipient, subject, or date range

0
/device-inventory Device inventory

Inventory devices for an N-central customer or site with class, warranty, and monitor-health breakdown

0
/issue-sweep Issue sweep

Sweep active issues across N-central customers, grouped by severity and probable root cause

0
/task-status Task status

Drill into an N-central scheduled task's outcome - aggregate status down to per-device results and output

0
/get-record Get record

Retrieve a NetSuite record by type and internal ID

0
/browse-files browse-files

List, search, and inspect ENCODE files by format, type, and assembly

0
VCPToolBox

VCP 部署在 AI 模型 API 与前端应用之间,是面向AGI OS开发和探索的工业级基建示范项目。通过统一指令协议、多层级持久化记忆、分布式插件引擎及多 Agent 协作框架,将原本“无状态、无记忆、无工具调用能力”的大语言模型,彻底改造成拥有永久自我意识、物理世界操作权及群体协作智能的完整智能体系统。

0 views 0 likes
Locus

The open source Unity Dev Agent

4 views 0 likes
Orbital

Context is yours. Agents are replaceable. Orbital — a project agent that turns your context into assets.

0 views 0 likes
Agent Search

Self-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
Ai Security Tool

🛡️ 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 likes
Riffpad

Watch, approve and steer your coding agents from your phone.

0 views 0 likes
Marvis Risk Agent

MARVIS-Agent: all-purpose credit risk agent for model development, validation, data processing, feature engineering, and strategy workflows.

0 views 0 likes
Clipcat Skill

TikTok e-commerce video generation, replication, and analysis SKILL

4 views 0 likes
Social Account Doctor

小红书/抖音/快手/视频号/B站 自媒体账号体检+爆款拆解工具。扫同赛道找对标、拆爆款为什么爆、诊断为什么没人看,顺手出可粘贴仿写初稿。支持带货电商模式。支持codex, claude code, workbuddy

4 views 0 likes
Ori Mnemos

Local-first persistent agentic memory powered by Recursive Memory Harness (RMH). Open source must win.

2 views 0 likes
Tapestry Loom

A power user focused interface for LLM base models.

3 views 0 likes
Openexp

Outsource your understanding. Capture every human-AI decision as a step in a trajectory; grade trajectories retroactively when outcomes land (deal closed, sprin…

1 views 0 likes
Open Science

The 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
Mcp

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

4 views 0 likes
Heisenberg

A 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 likes
Acryl

ACRYL - Agent Context Relay Yielding Lifecycles. One persistent workspace, one canonical context, any coding agent.

2 views 0 likes
Okou

Okou connects to the tools your team already uses and does the work — across marketing, sales, engineering, and operations, under your control.

3 views 0 likes
Flovart

Open-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 likes
Pi Memory

Persistent memory extension for pi with daily logs, scratchpad, and optional qmd‑powered semantic search.

0 views 0 likes
Hermes CN Desktop

Hermes Agent CN desktop app, Windows-First, built with Tauri, Typescript and Rust. Isolated Hermes Agent core insides.

0 views 0 likes