Logo
Agent Skills Guide

API

md_simulation

@golab-ai/huntianling

20

当用户提供一个蛋白质文件(.pdb)、运行时间(ns)和输出路径时,进行md模拟

Data & AI

mxl-singlemode

@taoeli/maxwelllink

6

This skill should be used when users need the MaxwellLink single-mode cavity solver for fast prototyping and regression, in either socket or embedded mode.

Software Development

bifunctor-bridge

@plurigrid/asi

7

Bifunctors: two-argument functors for product categories.

Software Development

loki-search

@agenticdevops/aof

13

Search logs via Loki API

DevOps & Infrastructure

Cursor CLI

@hivellm/rulebook

10

Tool: Cursor IDE automation and scripting

Software Development

vr

@plurigrid/asi

7

Virtual reality (VR) reality tech. Locomotion, comfort defaults, controllers/hands, performance budgets, and interaction patterns.

Software Development

Gemini CLI

@hivellm/rulebook

10

Tool: Google Gemini API with 2M token context

Data & AI

hubspot-integration

@dokhacgiakhoa/antigravity-ide

381

Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubspot, hubspot api, hubspot crm, hubspot integration, contacts api.

Software Development

threejs

@healthonrails/annolid

56

Open and control Three.js views/examples in Annolid Bot sessions.

Software Development

github

@joshhornby/code-calling-agent

Interact with GitHub repositories, issues, and pull requests.

Software Development

dashboard-surface-change

@vllm-project/semantic-router

3376

Use when changing frontend dashboard config, topology, or playground surfaces that reflect router behavior.

Software Development

export

@pytorch/executorch

4374

Export a PyTorch model to .pte format for ExecuTorch. Use when converting models, lowering to edge, or generating .pte files.

Software Development

osworld-version

@bdambrosio/cognitive_workbench

9

Get the API version information from the OSWorld server. Returns API version, server version, and protocol.

DevOps & Infrastructure

mc-unequip

@bdambrosio/cognitive_workbench

9

Clear or swap equipped item. Returns success/failure

Software Development

query

@facebookincubator/velox

4075

Answer questions about the Velox codebase or pull requests. Use when asked a question via "/query" or when the user wants to understand code, architecture, or implementation details.

Software Development

using-hyperlend-adapter

@majiayu000/claude-skill-registry-data

2

How to read Hyperlend markets/time-series and execute lend/withdraw flows in Wayfinder Paths (inputs/outputs, unit handling, and safety).

Software Development

using-moonwell-adapter

@majiayu000/claude-skill-registry-data

2

How to use the Moonwell adapter for lending/borrowing on Base (market discovery, APYs, collateral management, and common gotchas).

Software Development

homebrew-formula-generator

@yaniv-tg/babysitter-codex

3

Generate Homebrew formula for CLI distribution on macOS and Linux.

Software Development

spec-driven-development

@majiayu000/claude-skill-registry-data

2

Enforces strict Spec-Driven Development. Prevents direct coding and ensures spec → generate → review loops.

Software Development

helmet-config-generator

@majiayu000/claude-skill-registry-data

2

Generate Helmet.js security middleware configuration for Express applications. Triggers on "create helmet config", "generate helmet configuration", "express security headers", "helmet setup".

Software Development

schema-validate-resume

@majiayu000/claude-skill-registry-data

2

Validate resume payloads using strict Pydantic models. Ensures that the resume JSON conforms to the required structure before processing.

Software Development

changelog-maintenance

@majiayu000/claude-skill-registry-data

2

Follow Keep a Changelog format with sections: Added, Changed, Deprecated, Removed, Fixed, Security Use when documenting code and APIs. Documentation category skill.

Software Development

web-permissions

@majiayu000/claude-skill-registry-data

2

Trusted domains, security assessment patterns, and domain research standards for WebFetch permissions

Software Development

triatu-security

@majiayu000/claude-skill-registry-data

2

Security practices for Triatu. Use when adding data access, Server Actions, logging, or Supabase policies, and when reviewing security risks.

Software Development

publish-skill

@majiayu000/claude-skill-registry-data

2

USE WHEN: user wants to publish, port, or share a skill to a marketplace repo. DO NOT USE WHEN: creating new skills, installing skills, or general questions.

Software Development

linear-api

@finesssee/linear-cli

48

Execute raw GraphQL queries and mutations against the Linear API. Use for advanced operations not covered by other commands.

Software Development

market-value

@carsxe/carsxe-gemini-extension

Get the current market value of a vehicle from its VIN using the CarsXE API. Use this when a user asks how much a car is worth, wants to know its value, or is thinking about buying/selling a vehicle.

Data & AI

swiftdata-docs

@vabole/apple-skills

1

API reference: SwiftData. Query for @Model, ModelContext, @Query, schema migrations.

Software Development

stats

@degenapetrader/evclaw

35

Deterministic wallet dashboard. `/stats` shows live equity/exposure/positions/health for the user wallet (perps + builder/HIP3, live-first with DB fallback).

Data & AI

stripe

@eric861129/skills_all-in-one

21

Stripe Payments Skill. Expertise in Stripe API integration, checkout flows, and subscription management.

Software Development

lawvere-theory

@plurigrid/asi

7

Lawvere theories: categorical universal algebra.

Software Development

weighted-limit

@plurigrid/asi

7

Weighted (co)limits: J-indexed diagrams.

Software Development

http-testing

@agenticdevops/aof

13

HTTP API testing and debugging

Software Development

api-testing

@vspo-lab/vspo-portal

21

Build API client tests with Vitest and MockHandler. Validate OpenAPI contract compliance with table-driven tests and minimal mocks.

Software Development

ikf-api-surface-minimizer

@heyflouai/ikf-central-dashboard

Designs minimal, secure API endpoints for heatmaps/analytics so the client never over-fetches or exposes sensitive forecast data.

Software Development

architecture-review

@diegosouzapw/awesome-omni-skill

4

Review a system architecture for scalability, reliability, and maintainability. Use when a senior developer needs to critique a design.

Software Development

nostrstack-lightning

@majiayu000/claude-skill-registry-data

2

Lightning/LNbits integration for nostrstack, including regtest flows, staging/prod config, observability, and payment/zap behavior. Use when editing payment flows, Lightning provider code, or running LNbits-related tests.

Software Development

contract-checker

@majiayu000/claude-skill-registry-data

2

Validates contract JSON Schemas and fixtures, fails fast on breaking format issues.

Software Development

stripe

@ypyt1/all-skills

2

Stripe payment platform integration. Manage payments, subscriptions, invoices, and customers via Stripe API.

Software Development

authentication-best-practices

@majiayu000/claude-skill-registry-data

2

Use established authentication libraries rather than implementing from scratch Use when implementing security best practices. Security category skill.

Software Development

fastapi-endpoint-generator

@majiayu000/claude-skill-registry-data

2

Generate FastAPI endpoint files with Pydantic models, dependency injection, and async handlers. Triggers on "create fastapi endpoint", "generate fastapi router", "python API endpoint", "fastapi route".

Software Development

consistent-error-handling

@majiayu000/claude-skill-registry-data

2

Choose a consistent error handling approach: exceptions, Result types, or error callbacks Use when maintaining consistent code style. Style category skill.

Software Development

bird

@openxjarvis/openclawion

8

Twitter/X social media integration via web API. Use when user asks to search Twitter/X content, read tweets, or interact with Twitter/X data using web fetch tools.

Content & Creativity

react-native-patterns

@majiayu000/claude-skill-registry-data

2

React Native patterns for Expo and bare RN. Use when building React Native applications.

Software Development

brazilian-data-utils

@majiayu000/claude-skill-registry-data

2

Skill para gerar e validar dados brasileiros (CPF/CNPJ) no Easy Budget.

Software Development

ac-knowledge-graph

@diegosouzapw/awesome-omni-skill

4

Manage knowledge graph for autonomous coding. Use when storing relationships, querying connected knowledge, building project understanding, or maintaining semantic memory.

Data & AI

loading-datasets

@majiayu000/claude-skill-registry-data

2

Loads internal CausalPy example datasets. Use when the user needs example data or asks about available demos.

Data & AI

react-app-dev

@lllyys/vreader

1

Implement or modify VMark React UI with project conventions (Zustand selectors, Tailwind v4, shadcn/ui). Use for components, hooks, stores, and UI behavior changes.

Software Development

api-generate

@majiayu000/claude-skill-registry-data

2

API code generation from specifications. TODO: Implement for backend. Invoked by: "generate api", "api codegen", "create endpoints", "scaffold api".

Software Development

jwt-verify

@diegosouzapw/awesome-omni-skill

4

Implement JWT verification middleware in FastAPI for user auth. Use when securing APIs or handling tokens.

Software Development