LLM Mart Basic

@llm-mart · Joined Jun 2026

0 Followers 0 Reputation 11189 Contributions
Claude Skill speech-language-pathology

Articulation, phonology, language disorders, fluency, voice, AAC, dysphagia, and cognitive-communication expertise

0
Claude Skill classroom-ai-ethics

Classroom AI ethics — FERPA, COPPA, age-appropriate AI literacy framing, bias-discussion frameworks

0
Claude Skill classroom-communication

Effective classroom communication for parent partnerships, student feedback, and inclusive documentation

0
Claude Skill curriculum-design

Curriculum design expertise for lesson planning, standards alignment, and instructional frameworks

0
Claude Skill clinical-mental-health

DSM-5 diagnostic criteria, evidence-based therapy modalities, treatment planning, and progress measurement

0
Claude Skill suicide-risk-assessment-protocol

Suicide risk assessment using the Columbia Protocol (C-SSRS) and SAFE-T framework — auto-prompts when warning indicators appear

0
Claude Skill therapeutic-communication

Empathetic clinical writing, health literacy adaptation, and crisis sensitivity

0
Claude Skill trauma-informed-language-guardrails

Trauma-informed language guardrails — flag re-traumatizing phrasing and suggest SAMHSA-aligned alternatives

0
Claude Skill customer-relations

Professional trade communication, estimate presentation, warranty explanation, and upsell framing

0
Claude Skill trade-documentation

Building code awareness, permit references, industry terminology for plumbing, electrical, HVAC, and safety documentation

0
Claude Skill pet-owner-communication

Empathetic, plain-language communication for treatment discussions, costs, prognosis, and end-of-life care

0
Claude Skill veterinary-medicine

Clinical documentation, diagnostics, pharmacology, treatment protocols, and species-specific medical knowledge

0
Claude Skill architect

Produces Alon's design-doc system before code: SOURCE_OF_TRUTH.md, ARCHITECTURE_ROADMAP.md, TODO_WORKFLOW.md, CLAUDE.md, plus a modular docs/architecture set for larger projects. Model first: data and invariants before framework, every invariant enforced at two boundaries, failur

0
Claude Skill ask-the-council

Convenes a panel of opinionated Claude advisors, each with a distinct mandate and a forbidden move so they genuinely diverge, then a Chairman synthesis that commits to one recommendation with the decisive tradeoff and the strongest dissent named.

0
Claude Skill ponytail

Forces the laziest solution that actually works: YAGNI, reuse before new code, stdlib before custom, native platform before dependencies, one line before fifty. Three levels — lite (name the lazier alternative, build what's asked), full (ladder enforced, default), ultra (YAGNI ex

0
Claude Skill prompt-generator

Turns a vague ask into a rigorous, grounded, token-efficient prompt for another agent or LLM: role and objective, testable done criteria, anti-hallucination and anti-tokenmaxing rules baked into the generated prompt itself, and strict agent discipline for coding-agent hand-offs.

0
Claude Skill review-swarm

Local, free, multi-specialist review of a diff: parallel Claude subagents for correctness, security/trust boundaries, data/perf, architecture-altitude, ponytail-simplicity, and tests/failure-paths, each non-trivial finding adversarially verified before being kept, deduped, and ra

0
Claude Skill up-to-date

Preflight sync and situational brief before repo work: fetches origin, reports ahead/behind divergence (with a no-upstream/detached-HEAD fallback), recent commits, open PRs and issues touching the work, and dirty-tree warnings, then names one recommended first action. Read-only b

0
Claude Skill blog-post

Write and publish a new blog post for the skillfold site (site/blog/). Use whenever asked to write a blog post, cover a news story about the agent tooling ecosystem, announce a feature rollout, publish the next post from the queue, or when the weekly blog automation runs. Covers

0
Claude Skill code-review

Review code for correctness, clarity, and security.

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
/vap-report Vap report

Get the Very Attacked People (VAP) report showing the most targeted users

0
/month-end-recon Month end recon

Run the full billing-drift sweep for a billing period, formatted as a month-end reconciliation report

0
/renewals Renewals

List upcoming contract and subscription renewals within a window, sorted by date

0
/true-up True up

Run the license true-up reconciliation for one client or the whole portfolio

0
/search-tickets Search tickets

Search Freshdesk tickets with the Freshdesk query language — filter by status, priority, agent, group, type, tag, and date — and return a ranked, readable result list

0
/ticket-summary Ticket summary

Summarize a single Freshdesk ticket and its full conversation thread — the request, what has happened, current SLA state, and the recommended next action

0
/add-action Add action

Add an action (note, update, or response) to an existing HaloPSA ticket

0
/contract-status Contract status

Check contract status, service entitlements, and billing information for a client

0
/create-ticket Create ticket

Create a new service ticket in HaloPSA

0
/kb-search Kb search

Search the HaloPSA knowledge base for articles and solutions

0
/search-assets Search assets

Search for configuration items/assets by name, serial number, type, or client

0
/search-clients Search clients

Search for HaloPSA clients by name, domain, or other attributes

0
/search-tickets Search tickets

Search for tickets in HaloPSA by various criteria

0
/show-ticket Show ticket

Display comprehensive ticket information including history, actions, and related entities

0
/sla-dashboard Sla dashboard

View SLA status across tickets, including approaching breaches and at-risk tickets

0
/update-ticket Update ticket

Update fields on an existing HaloPSA ticket including status, priority, and assignment

0
/create-deal Create deal

Create a new deal in HubSpot with company association

0
/log-activity Log activity

Log a note or create a task on a HubSpot contact, company, or deal

0
/lookup-company Lookup company

Find a HubSpot company by name or domain and show associated contacts and deals

0
/pipeline-summary Pipeline summary

Summarize the HubSpot deal pipeline - deals per stage, total value, and expected close dates

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