Skills Index
Every skill the APIANT plugin exposes to Claude Code, grouped by workflow. Claude picks the right one from your prompt — you rarely type the slash command.
The complete inventory of plugin skills Claude Code can run against APIANT. Every skill is a procedure a senior APIANT engineer follows, encoded as a slash command. Click any card for the full what/when/how.
{/* NEW-SKILLS-BEGIN /}
{/ New Skills — assign workflow manually. /}
Pattern reference for Collector automations — aggregate items into named buckets across executions, then drain the bucket on a schedule or trigger. Loaded by /build-automation when intent involves "aggregate", "collect over time", "daily digest", "batch", "bucket", or "send a summary email of today's items".}
glyph="setup-check"
href="/docs/building-with-the-plugin"
/>
{/ NEEDS-MANUAL-PLACEMENT /}
<SkillCard
name="/pattern-mcp-tool"
title="Pattern: MCP Tool Automation"
desc={Pattern reference for MCP tool automations — automations exposed to MCP clients (Claude Desktop, Cursor, ChatGPT MCP, etc.) as callable tools. Loaded by /build-automation when the intent involves "expose to Claude", "expose to MCP client", "MCP tool", "Model Context Protocol", or "make this callable from an AI assistant".}
glyph="setup-check"
href="/docs/building-with-the-plugin"
/>
{/ NEEDS-MANUAL-PLACEMENT /}
<SkillCard
name="/pattern-system-utilities"
title="Cookbook: System Utilities"
desc={Cookbook of small system-utility recipes — Feed (RSS/Atom/RDF), PDF generation, Datafile (daily CSV), and other one-action utilities. Loaded by /build-automation when intent matches "RSS", "Atom", "feed", "publish a feed", "monitor a news source", "generate a PDF", "PDF attachment", "log to CSV", "datafile", "daily CSV export", or "feed data into ChatGPT".}
glyph="setup-check"
href="/docs/building-with-the-plugin"
/>
{/ NEEDS-MANUAL-PLACEMENT /}
<SkillCard
name="/pattern-web-service"
title="Pattern: Web Service Automation"
desc={Pattern reference for web service automations — synchronous HTTP endpoints where the caller waits for a response. Loaded by /build-automation when the intent involves "expose as an HTTP endpoint", "REST API", "synchronous webhook with response", "callable from another system", or "automation that returns data to the caller".}
glyph="setup-check"
href="/docs/building-with-the-plugin"
/>
{/ NEW-SKILLS-END */}