LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11196 Contributions
Cursor Skill accessibility-auditing

Use Cursor's browser aria snapshots to audit a page for accessibility issues — missing labels, broken tab order, contrast, and ARIA misuse.

1
Claude Skill gemini

Cross-model second opinion from Google Gemini — a different AI reviewing the same changes, with deep Google ecosystem knowledge. Three modes: review (pass/fail gate for Google Ads campaigns, SEO metadata, or code), challenge (adversarial stress-test that tries to break your chang

1
ChatGPT Skill aspnet-core

Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configura

0
ChatGPT Skill chatgpt-apps

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settin

0
ChatGPT Skill cli-creator

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stab

0
ChatGPT Skill cloudflare-deploy

Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.

0
ChatGPT Skill define-goal

Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refine

0
ChatGPT Skill figma

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

0
ChatGPT Skill figma-code-connect-components

Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figma d

0
ChatGPT Skill figma-create-design-system-rules

Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workfl

0
ChatGPT Skill figma-create-new-file

Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling use_figma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-f

0
ChatGPT Skill figma-generate-design

Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'buil

0
ChatGPT Skill figma-generate-library

Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT t

0
ChatGPT Skill figma-implement-design

Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma

0
ChatGPT Skill figma-use

**MANDATORY prerequisite** — you MUST invoke this skill BEFORE every `use_figma` tool call. NEVER call `use_figma` directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique r

0
ChatGPT Skill gh-address-comments

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

0
ChatGPT Skill gh-fix-ci

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope

0
ChatGPT Skill hatch-pet

Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet

0
ChatGPT Skill jupyter-notebook

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

0
ChatGPT Skill linear

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

0
Claude skills vs. connectors vs. plugins: what is the difference?

Skills teach Claude a repeatable method, connectors provide governed access to apps and live data, and plugins package related capabilities for installation and sharing.

ai ai-agents ai-agent-skills claude-skills
Sep 8
AI agent skills vs. MCP servers: which should you build?

Use an agent skill to package reusable know-how and workflow instructions. Use an MCP server when an agent needs live, governed access to external data or actions.

agents agent-skills mcp integrations
Sep 4
Claude Code skills vs. slash commands: what changed

Custom commands and skills can both create a slash-invoked workflow in Claude Code. The important choice is how the workflow is discovered, shared, and permissioned.

workflows agent-skills claude-code commands
Sep 3
10 best Claude skills for developers in 2026

A useful Claude skill solves one recurring engineering job, is easy to inspect, and saves more time than it creates in setup and review.

coding workflows agent-skills claude-code
Sep 2
How to install Claude skills in Claude and Claude Code

Claude skills can live in your Claude account, your local Claude Code setup, or a repository. Install them where the sessions that need them can load them.

agent-skills claude-code setup
Sep 1
How to create an AI agent skill: a practical SKILL.md guide

Build a portable AI agent skill from one repeatable job: a precise description, concise instructions, focused resources, and tests that prove it works.

writing workflows agent-skills
Aug 31
What are AI agent skills? How SKILL.md works

AI agent skills package instructions, scripts, references, and templates into portable folders an agent loads only when the task calls for them.

ai-agent-skills agent-skills skill-md claude-skills
Aug 30
AI content SEO: how to publish pages that earn their place

AI made publishing cheap, which is exactly the problem. What separates a page worth ranking from a competent summary of the first ten results.

writing workflows verification seo
Aug 21
Prompt testing: build a lightweight eval set

A prompt that works once isn't a quality system. Five cases, an observable rubric, and a regression set will tell you whether a change helped.

prompt-engineering workflows verification evals
Aug 21
The version bump that took down an app (and how it self-healed)

One character of YAML, four pods that never started, and two safety nets I didn't know were holding. Every restart is an audit. Schedule them before they schedule you.

kubernetes helm deployment containers
Aug 19
What counts as proof

"Verify your work" isn't an instruction. It's a mood. Here's the version that's an instruction. Verify with a different mechanism than the one that made the claim.

kubernetes devops verification ai-agents
Aug 19
Prompt Testing: Build a Lightweight Eval Set

A prompt that works once may still fail in production. A lightweight eval set gives you repeatable cases, a clear rubric, and a way to see whether a prompt change actually improved the workflow.

prompt-evaluation llm-evals test-prompts ai-quality
Aug 17
How to Choose an AI Tool: A Practical Evaluation Checklist

The best AI tool is not the one with the longest feature list. It is the one that solves a defined job reliably, fits the workflow, handles data appropriately, and remains useful after the novelty wears off.

ai-tool-evaluation ai-software-checklist compare-ai-tools ai-productivity
Aug 17
How to Research with AI Without Losing the Source Trail

Use AI to speed research without losing trust. Learn to find primary sources, verify claims, preserve uncertainty, and keep an auditable source trail.

ai-research verification knowledge-work source-checking
Aug 14
How to Write Better AI Prompts: A Practical Framework

Better prompts aren't magic wording. They're short briefs that hand the model a task, the context it can't infer, the limits, and a quality bar.

writing prompt-engineering workflows
Aug 14
The deploy that merged but never deployed

A green PR, a controller reporting success, and not one line of the new code running

kubernetes gitops devops ai
Aug 10
/attach Attach

`crabbox attach` follows the recorded events of an active coordinator run and

0
/azure Azure

`crabbox azure` groups Azure provider setup commands. It currently has a single

0
/bench Bench

`crabbox bench` records and reports local benchmark timing observations. It is a

0
/cache Cache

`crabbox cache` inspects, purges, or warms package and build caches on a

0
/capsule Capsule

`crabbox capsule` captures, replays, and tracks lightweight failure capsules.

0
/checkpoint Checkpoint

Save the state of a lease, then restore it onto another box or fork it into a

0
/claims Claims

`crabbox claims list` prints the lease claims stored on the current machine. It

0
/cleanup Cleanup

`crabbox cleanup` sweeps direct-provider machines and local provider state that

0
/code Code

`crabbox code` bridges a Linux lease's `code-server` workspace into the

0
/config Config

`crabbox config` inspects and updates user configuration. It has three

0
/connect Connect

`crabbox connect` resolves a lease and opens an interactive SSH session to it.

0
/cp Cp

`crabbox cp` copies files or directories between the host and a Crabbox-owned

0
/desktop Desktop

`crabbox desktop` drives a visible desktop session on a lease that was warmed

0
/doctor Doctor

`crabbox doctor` runs a preflight before you commit to a long workflow. It is

0
/egress Egress

`crabbox egress` gives a lease mediated outbound network: a lease-local browser

0
/events Events

`crabbox events` prints the broker's event log for a recorded run.

0
/heartbeat Heartbeat

`crabbox heartbeat` refreshes the idle deadline for one owned lease and prints

0
/history History

`crabbox history` lists recorded remote command runs from the broker. Each run is

0
/image Image

`crabbox image` holds the trusted-operator controls for provider base images:

0
/init Init

`crabbox init` onboards the current repository: it writes the minimal config

0
Atom

Atom Agent, Open-Source Governed AI Agent Platform for Self-Hosted Automation

11 views 0 likes
Oh My Hermes

The agent engineering intelligence harness, optimized tools, memory system, subagents and mixture of models packages ⚚

15 views 0 likes
Sesori Apps Monorepo

Sesori iOS/Android app and the Sesori Bridge CLI — drive Claude, Codex, OpenCode, Cursor, Pi, OMP, Hermes coding sessions from your phone

13 views 0 likes
Repobrain

🧠 RepoBrain (formerly Antigravity) — Give your repo a brain. ChatGPT for your codebase: works in Claude Code, Cursor, Codex, Windsurf & more.

13 views 0 likes
Dsh Plugin Subscriptions

Use ChatGPT (Codex), Claude, and Grok (X Premium) subscriptions as DeepSeek Harness LLM providers — OAuth login in the web UI, no API keys

14 views 0 likes
Latitude Llm

Latitude is the open-source AI monitoring platform.

15 views 0 likes
Webbrain

Open-source AI browser agent for Chrome and Firefox (monorepo) 🧠

15 views 0 likes
Cli

Official Model Studio CLI(阿里云百炼 CLI)built for AI Agent frameworks, exposing models, search, multimodal, and workflow capabilities as structured tool calls.

14 views 0 likes
Awesome DeepSeek Harness Plugins

Curated DeepSeek Harness (DSH) plugins, extensions, tools, skills, clients, runtimes, integrations, and verified references — English and Chinese.

15 views 0 likes
Slides Maker

Turn papers, code, and docs into presentation-ready, natively editable PPTX in Codex / Claude Code. Native charts and equations, speaker notes, click-build anim…

13 views 0 likes
Grix

Grix : Work with agents like talking to people.

24 views 0 likes
Atomic Agent

Local First Ai Agent. Optimized for Local Ai models. Long context window. Proper tools callings. Runs privately on your device.

25 views 0 likes
Agentql Mcp

Model Context Protocol server that integrates AgentQL's data extraction capabilities.

14 views 0 likes
Pilot

AI that ships your tickets.

13 views 0 likes
Octo Cli

Metadata-driven CLI for AI Agent Bots — 48 operations across 7 domains, structured JSON envelope I/O, zero interactive prompts.

12 views 0 likes
Nextclaw

An open-source, extensible, self-hosted agent workspace with multi-runtime support for Codex, Claude Code, and more, plus reusable local apps for custom interfa…

13 views 0 likes
Deepseek Harness Desktop

Open-source Windows desktop client and GUI for DeepSeek Harness — zero-setup installer with Codex, plugins, skills, SSH, mobile remote access, and 11 skins.

12 views 0 likes
Openscience

The open-source AI workbench for scientific research

14 views 0 likes
DeepSeek Reasonix

DeepSeek-native AI coding agent for your terminal. Engineered around prefix-cache stability — leave it running.

14 views 0 likes
Bladebro

A Fully free agentic browser driver for AI , few tools, full control, real stealth, top-tier token efficiency.

12 views 0 likes