Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

vercel · Mobile

69 standalone skills
github logo

swift-mcp-server-generator

36,202

by github

Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

kotlin-mcp-server-generator

36,202

by github

Generate a complete Kotlin MCP server project with proper structure, dependencies, and implementation using the official io.modelcontextprotocol:kotlin-sdk library.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

close-month

22,378

by anthropics

Closes the month — reconciles QB vs payment processors, flags gaps, writes P&L narrative, exports close packet. Accepts optional month and save-to arguments.

anthropics logo

zoom-video-sdk-flutter

22,378

by anthropics

Zoom Video SDK for Flutter. Use when building custom video session apps in Flutter with flutter_zoom_videosdk, event-driven architecture, session lifecycle handling, and mobile platform integration patterns.

anthropics logo

zoom-meeting-sdk-ios

22,378

by anthropics

Zoom Meeting SDK for iOS native apps. Use when embedding Zoom meetings in iOS with default/custom UI, PKCE + SDK auth, host start with ZAK, and mobile lifecycle handling.

anthropics logo

legal-risk-assessment

22,378

by anthropic

Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review.

🔥🔥🔥✓ VerifiedFreeQuick setup
anthropics logo

zoom-meeting-sdk-android

22,378

by anthropics

Zoom Meeting SDK for Android native apps. Use when embedding Zoom meetings in Android with default/custom UI, PKCE + SDK auth, join/start flows, and Meeting SDK API integration.

anthropics logo

month-end-prep

22,378

by anthropics

Walks an SMB owner through month-end close: reconciles QuickBooks against PayPal (and Square/Stripe) settlements, flags uncategorized transactions, suspicious duplicates, and missing receipts, then writes a plain-English P&L narrative and exports a close packet (xlsx + one-page PDF). Use when the user says "close the month," "month-end," "reconcile," "what's missing," "P&L," or asks why revenue or margin changed this month.

anthropics logo

customer-pulse

22,378

by anthropics

Aggregates PayPal disputes, HubSpot feedback and tickets, and email sentiment (plus pasted or exported Google/Yelp reviews) into a themes report with verbatim evidence and a "do these three things this week" list. Use when the user asks how customers are feeling, for review analysis, what people are saying, or about disputes.

anthropics logo

customer-pulse-check

22,378

by anthropics

Synthesizes themes from PayPal disputes, HubSpot tickets, and review exports into a top-3 fixable issues list with drafted response templates. Accepts optional since-date argument.

openai logo

swiftui-ui-patterns

4,081

by openai

Build and refactor SwiftUI UI with component patterns and examples. Use when shaping navigation, state, layouts, controls, or screen composition.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

use-dom

4,081

by openai

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

openai logo

swiftui-liquid-glass

4,081

by openai

Implement and review iOS 26+ SwiftUI Liquid Glass UI. Use when adopting Liquid Glass or checking its correctness, performance, and design fit.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

swiftui-patterns

4,081

by openai

Build macOS SwiftUI scenes and components with desktop patterns. Use when shaping windows, commands, toolbars, settings, split views, or inspectors.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

expo-ui-swift-ui

4,081

by openai

`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.

openai logo

swiftpm-macos

4,081

by openai

Build, run, and test SwiftPM macOS packages and executables. Use when the repo is package-first or has no Xcode project.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

swiftui-view-refactor

4,081

by openai

Refactor SwiftUI view files into stable, testable structure. Use when splitting large views, tightening data flow, or cleaning Observation ownership.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

zoom-meeting-sdk-android

4,081

by openai

Zoom Meeting SDK for Android native apps. Use when embedding Zoom meetings in Android with default/custom UI, PKCE + SDK auth, join/start flows, and Meeting SDK API integration.

openai logo

ios-ettrace-performance

4,081

by openai

Capture and interpret iOS Simulator ETTrace profiles. Use when profiling launch or runtime latency, comparing traces, or finding CPU-heavy stacks.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

ios-memgraph-leaks

4,081

by openai

Capture and inspect iOS leaks and memgraphs. Use when debugging leaked objects, retain cycles, memory growth, or before/after leak evidence.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

android-performance

4,081

by openai

Gather and interpret Android performance evidence on an adb target using Simpleperf CPU profiles, Perfetto or Compose traces, gfxinfo frame data, dumpsys meminfo snapshots, Java heap dumps, and native allocation traces. Use when asked to profile an Android app flow, find CPU-heavy functions, diagnose jank, capture startup or frame timing evidence, compare before/after performance, explain what code is taking time, or gather memory/leak profiling artifacts.

openai logo

twilio-reliability-patterns

4,081

by openai

Handle rate limits, retries, and failures when building on Twilio at scale. Covers 429 exponential backoff with jitter, per-number throughput limits, StatusCallback resilience, thin-receiver pattern, and fallback chains. Use this skill whenever sending messages or making calls at volume, or when building production-grade Twilio integrations.

openai logo

google-drive

4,081

by openai

Use connected Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work. Use when the user wants to find, fetch, organize, share, export, copy, or delete Drive files, or summarize and edit Google Docs, Google Sheets, and Google Slides through one unified Google Drive plugin.

openai logo

reports-pdfs-and-slide-automation

4,081

by openai

Lay out and export data-rich reports and documents. Use when the user needs report structure, figure packaging, PDFs, PowerPoint or Google Slides automation, or programmatic insertion of visualizations, UML-like diagrams, or architecture diagrams into documents.

openai logo

ios-app-intents

4,081

by openai

Design App Intents, app entities, and App Shortcuts for iOS system surfaces. Use when exposing app actions or content to Shortcuts, Siri, Spotlight, widgets, or controls.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

upgrading-expo

4,081

by openai

Guidelines for upgrading Expo SDK versions and fixing dependency issues

openai logo

netlify-functions

4,081

by openai

Guide for writing Netlify serverless functions. Use when creating API endpoints, background processing, scheduled tasks, or any server-side logic using Netlify Functions. Covers modern syntax (default export + Config), TypeScript, path routing, background functions, scheduled functions, streaming, and method routing.

openai logo

swiftui-performance-audit

4,081

by openai

Audit SwiftUI runtime performance from code first. Use when diagnosing slow rendering, janky scrolling, expensive updates, or profiling needs.

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

chronograph-cashflow-forecast

4,081

by openai

Forecast private capital cashflows for existing portfolios using Chronograph MCP data and a Takahashi-Alexander style model. Use when Codex needs to analyze or forecast LP-level contributions, distributions, NAV, unfunded exposure, net cashflows, or Excel-style cashflow forecast outputs from existing Chronograph funds, commitments, groups, or portfolios.

openai logo

figma-swiftui

4,081

by openai

SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xc

Page 1 of 3Next →