LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11196 Contributions
Cursor Skill parallel-ci-triage

When GitHub Actions fails, fetch failing job logs and assign each failing job to a separate subagent that fixes its slice of the problem in parallel. Use for multi-job CI failures where jobs are independent.

0
Cursor Skill parallel-code-review

Run four parallel read-only subagents that each review the same diff from a different lens — security, performance, correctness, and readability — then merge findings into one report. Use before merging large or risky PRs.

0
Cursor Skill parallel-exploring

Explore a large codebase in parallel by launching multiple explore subagents that each investigate a different area simultaneously. Use when onboarding onto a new project, understanding architecture, or investigating a cross-cutting concern.

0
Cursor Skill parallel-test-fixing

When multiple tests fail, assign each failing test file to a separate subagent that fixes it independently in parallel.

0
Cursor Skill profiling-performance

Profile a running web application's CPU performance using Cursor's built-in browser profiler. Captures call stacks, identifies slow functions, and suggests optimizations. Use when a page feels slow or janky.

0
Cursor Skill prompt-engineering

Write effective prompts for LLMs — structure, few-shot examples, chain-of-thought, system prompts, and output parsing.

0
Cursor Skill python-tdd-with-uv

Test-driven development in Python using uv as the package manager. Covers the red-green-refactor cycle, vertical slicing, and uv project setup.

0
Cursor Skill react-native-patterns

Build mobile apps with React Native and Expo — navigation, platform-specific code, performance, and native modules.

0
Cursor Skill recording-browser-flow-as-test

Execute a user flow step-by-step in Cursor's built-in browser while documenting each action, then emit a Playwright test that replays the same flow using stable selectors derived from the accessibility tree.

0
Cursor Skill responsive-testing

Open the app in Cursor's browser at multiple viewport sizes, screenshot each, and report any layout breakage.

0
Cursor Skill reviewing-code

Perform a thorough code review focused on correctness, maintainability, performance, and best practices.

0
Cursor Skill saving-workspace-context

Automatically persist useful context — research, decisions, learnings, templates — to workspace files so knowledge survives across conversations.

0
Cursor Skill screenshotting-changelog

Generate a visual changelog or PR description by taking before/after screenshots of UI changes using Cursor's built-in browser. Use when preparing a PR with visual changes.

0
Cursor Skill seo-auditing

Audit technical SEO — meta tags, structured data, Open Graph, sitemaps, robots.txt, performance, and accessibility signals.

0
Cursor Skill setting-up-ci

Set up a GitHub Actions CI/CD pipeline with linting, testing, type-checking, and deployment steps.

0
Cursor Skill setting-up-terraform

Set up Terraform infrastructure-as-code for cloud resources, including provider configuration, modules, state management, and CI integration.

0
Cursor Skill suggesting-cursor-hooks

When the user keeps asking for the same check to run (lint, tests, type-check), suggest a Cursor hook to automate it.

0
Cursor Skill suggesting-cursor-rules

When the user repeats the same correction or convention multiple times, suggest a Cursor rule to encode it permanently.

0
Cursor Skill suggesting-skills

When the user struggles with a task that a known skill could handle, suggest installing it.

0
Cursor Skill switching-projects

Switch the current Cursor workspace to a different project directory using the cursor-app-control MCP. Use when the user asks to switch projects, open another repo, jump to a different codebase, or move to a worktree.

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
/cost-report Cost report

Cloud cost anomaly and reclaimable-spend report for a given window

0
/network-sweep Network sweep

Full network health sweep across all connected network-monitoring tools — devices down, degraded links, and topology changes

0
/drift-report Drift report

Report control and configuration drift since the last known-good baseline for a client or the whole portfolio

0
/evidence-pack Evidence pack

Build a source-cited compliance evidence package for a client against a named framework

0
/questionnaire Questionnaire

Draft evidence-backed answers to the standard cyber-insurance questionnaire for a client

0
/list-computers List computers

List computers in ConnectWise Automate with optional filters

0
/run-script Run script

Execute a script on an endpoint in ConnectWise Automate

0
/create-quote Create quote

Create a ConnectWise CPQ quote by copying a template or an existing quote

0
/get-quote Get quote

Get a ConnectWise CPQ quote with its tabs, line items, customers, and terms

0
/list-templates List templates

List ConnectWise CPQ quote templates available to copy

0
/search-quotes Search quotes

Search ConnectWise CPQ quotes by account, status, or date range

0
/add-note Add note

Add an internal or external note to a ConnectWise PSA ticket

0
/check-agreement Check agreement

View agreement status and entitlements for a company in ConnectWise PSA

0
/close-ticket Close ticket

Close a ConnectWise PSA ticket with resolution notes

0
/create-ticket Create ticket

Create a new service ticket in ConnectWise PSA

0
/get-ticket Get ticket

Retrieve detailed ticket information from ConnectWise PSA

0
/log-time Log time

Log a time entry against a ConnectWise PSA ticket

0
/lookup-config Lookup config

Search for configuration items (assets) in ConnectWise PSA

0
/schedule-entry Schedule entry

Create a schedule entry/appointment in ConnectWise PSA

0
/search-tickets Search tickets

Search for tickets in ConnectWise PSA by various criteria

0
Suno

Make any song you can imagine

38 views 0 likes
HeyGen

Leading AI-powered video generation platform that specializes in creating hyper-realistic talking avatars

36 views 0 likes
Hermes Agent

Hermes Agent is an open-source, self-improving autonomous AI agent developed by Nous Research

36 views 0 likes
Kilo Code

Kilo Code is a popular, open-source AI coding agent and "agentic engineering" platform designed to help developers build, refactor, and debug software faster

33 views 0 likes
Coddy Agent

General-purpose agent in one static Go binary. ReAct loop, ACP server for IDEs, OpenAI-compatible REST API with embedded web UI, Telegram gateway, cron schedule…

18 views 0 likes
Boucle Framework

Autonomous agent framework with structured memory, safety hooks, and loop management. Built by the agent that runs on it.

19 views 0 likes
Tick Stock Panel

TSP自托管、零运维的 A 股「选股 + 监控 + 回测」量化工作台 | 基于 TickFlow 数据源 | LLM能力驱使策略定制+个股分析+复盘 | 自由接入第三方数据源与个性化扩展数据 | 个人开源 ,非TickFlow官方项目

14 views 0 likes
Skills

Curated, verified Agent Skills powered by ModelStudio.

17 views 0 likes
Claw Orchestrator

Run Claude Code, Codex, Antigravity, Cursor Agent and OpenCode as one runtime — persistent sessions, multi-agent councils, an OpenAI-compatible endpoint, an MCP…

16 views 0 likes
Senpi

pi had nothing (nothing), so I made something (something) — sorry mariozechner-senpai, I went ahead and lovingly soiled your pure pi for you. opinionated fork o…

13 views 0 likes
KiroCrew

A persistent workspace for development work that self-improves and continues beyond one session.

32 views 0 likes
Remnic

Open-source memory and context for user-aware agents: scoped memory, provenance, retrieval quality, correction, boundaries, evals, and MCP/HTTP access.

19 views 0 likes
MisakaNet

📚 A zero-dependency, git-backed micro-lesson library for AI Agents to asynchronously share and search verified debugging experience. Python stdlib only. | http…

28 views 0 likes
OpenLore

Deterministic, local-first memory and guardrails for AI coding agents with no LLM in the hot path.

30 views 0 likes
Pi Task

Deterministic spec-orchestration for local LLMs in the pi coding agent — drives prompts through refine→research→grill→compose→critique, with bundled web/docs/fe…

19 views 0 likes
Safari Mcp

Native Safari browser automation for AI agents. 97 tools via AppleScript — zero overhead, keeps logins, runs silently in background. Drop-in alternative to Chro…

31 views 0 likes
Agentlas OS

Agent OS: keep specialist agents in a hub, spin up a temporary orchestrator per task. Local-first, works with any model.

14 views 0 likes
Amfs

Git for agent memory. Branches, diffs, PRs, and rollback for what your agents know.

31 views 0 likes
Model Hotel

Multi-Provider AI Gateway - No personal logs by design. Model autodiscovery, Failover groups, High availability, Android companion app, and more - "Because we h…

15 views 0 likes
MikroMCP

Production-grade MCP server for MikroTik RouterOS with secure AI-native network automation.

27 views 0 likes