Coding & Development

starchild-ai-agent/wechat-binding

17github.com

WeChat binding: QR scan, bind, unbind, reconnect, status check. Use when setting up or repairing WeChat delivery (e.g. connect WeChat, scan QR, why isn't WeChat pushing, disconnect WeChat).

$ npx skills add starchild-ai-agent/official-skills
Ver habilidad

grafana/prometheus

github.com

Prometheus and Grafana Cloud Metrics overview including PromQL query language, Metrics Drilldown, alerting, recording rules, and integration patterns. Use when working with Prometheus, writing PromQL queries, configuring alerting, or discussing metrics architecture and best practices.

$ npx skills add grafana/skills
Ver habilidad

tencentcloudbase/cloudbase-platform

66github.com

CloudBase platform overview and routing guide. This skill should be used when users need high-level capability selection, platform concepts, console navigation, or cross-platform best practices before choosing a more specific implementation skill.

$ npx skills add tencentcloudbase/skills
Ver habilidad

andrewyng/get-api-docs

github.com

Use this skill to get documentation for third-party APIs, SDKs or libraries before writing code that uses them to ensure you have the latest, most accurate documentation. This is a better way to find documentation than doing web search. This includes when a user asks for tasks like "use the OpenAI API", "call the Stripe API", "use the Anthropic SDK", "query Pinecone", or any other time the user asks you to write code against an external service and you need current API reference. Fetch the docs with chub before answering, rather than relying on your pre-trained knowledge, which may be outdated because of recent changes to these APIs. Be sure to use this skill when the user asks for the latest docs, latest API behavior, or explicitly mentions chub or Context Hub. Ensure `chub` is available, run `chub --help`, then follow the instructions there.

$ npx skills add andrewyng/context-hub
Ver habilidad

arize-ai/arize-trace

github.com

Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.

$ npx skills add arize-ai/arize-skills
Ver habilidad

mindrally/htmx

149github.com

HTMX development guidelines for building dynamic web applications with minimal JavaScript using HTML attributes.

$ npx skills add mindrally/skills
Ver habilidad

lobehub/zustand

github.com

LobeHub Zustand store conventions. Use when editing src/store, store slices, public/internal actions, dispatch actions, flattenActions, optimistic updates, selectors, maps, or class action migration.

$ npx skills add lobehub/lobe-chat
Ver habilidad

bobmatnyc/trpc-type-safety

59github.com

tRPC end-to-end type-safe APIs for TypeScript with React Query integration and full-stack type safety

$ npx skills add bobmatnyc/claude-mpm-skills
Ver habilidad

frames-engineering/wordspace

github.com

CLI for bootstrapping and managing wordspace projects

$ npx skills add frames-engineering/wordspace
Ver habilidad

m1heng/feishu-drive

github.com

Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.

$ npx skills add m1heng/clawdbot-feishu
Ver habilidad

aradotso/polymarket-arbitrage-trading-bot

63github.com

Automated dump-and-hedge arbitrage trading bot for Polymarket's 15-minute crypto Up/Down markets, supporting BTC, ETH, SOL, and XRP.

$ npx skills add aradotso/trending-skills
Ver habilidad

actionbook/m11-ecosystem

github.com

Use when integrating crates or ecosystem questions. Keywords: E0425, E0433, E0603, crate, cargo, dependency, feature flag, workspace, which crate to use, using external C libraries, creating Python extensions, PyO3, wasm, WebAssembly, bindgen, cbindgen, napi-rs, cannot find, private, crate recommendation, best crate for, Cargo.toml, features, crate 推荐, 依赖管理, 特性标志, 工作空间, Python 绑定

$ npx skills add actionbook/rust-skills
Ver habilidad

modular/mojo-syntax

github.com

Help to write Mojo code using current syntax and conventions. Always use this skill when writing any Mojo code, including when other Mojo-specific skills (e.g., mojo-gpu-fundamentals) also apply. Use when writing Mojo code, translating projects to Mojo, or otherwise generating Mojo. Use this skill to overcome misconceptions with how Mojo is written.

$ npx skills add modular/skills
Ver habilidad

forcedotcom/getting-datacloud-schema

github.com

Retrieve Data Lake Object (DLO) and Data Model Object (DMO) schema information from Salesforce Data Cloud using REST APIs. Use this skill when you need to inspect DLO or DMO field definitions, data types, or metadata. Takes org alias and optional DLO/DMO name as parameters.

$ npx skills add forcedotcom/sf-skills
Ver habilidad

schwepps/suno-music-creator

github.com

Professional music creation with Suno AI V5 and Suno Studio. Use this skill when users want to create songs, playlists, corporate anthems, jingles, workout music, ambient soundscapes, or any AI-generated music. Triggers on requests mentioning Suno, music creation, playlist generation, song composition, or specific music projects like "create a track", "make a playlist", "compose music for", "corporate anthem", "workout mix", or any music production task.

$ npx skills add schwepps/skills
Ver habilidad

jaganpro/sf-datacloud-prepare

github.com

Salesforce Data Cloud Prepare phase. TRIGGER when: user creates or manages Data Cloud data streams, DLOs, transforms, or Document AI configurations, or asks about ingestion into Data Cloud. DO NOT TRIGGER when: the task is connection setup only (use sf-datacloud-connect), DMOs and identity resolution (use sf-datacloud-harmonize), or query/search work (use sf-datacloud-retrieve).

$ npx skills add jaganpro/sf-skills
Ver habilidad

getsentry/sred-project-organizer

864github.com

Take a list of projects and their related documentation, and organize them into the SRED format for submission.

$ npx skills add getsentry/skills
Ver habilidad

github/arize-trace

36.7kgithub.com

Downloads, exports, and inspects existing Arize traces and spans to understand what an LLM app is doing or debug runtime issues. Covers exporting traces by ID, spans by ID, sessions by ID, and root-cause investigation using the ax CLI. Use when the user wants to look at existing trace data, see what their LLM app is doing, export traces, download spans, investigate errors, or analyze behavior regressions.

$ npx skills add github/awesome-copilot
Ver habilidad

agentmc15/polymarket-api

github.com

Deep integration guide for Polymarket's CLOB API, Gamma API, and on-chain data. Use when building trading functionality, fetching market data, or implementing order execution.

$ npx skills add agentmc15/polymarket-trader
Ver habilidad

howell5/graphify

github.com

Use when exploring unfamiliar codebases, before searching for code, or after editing files. Builds a structural AST index (classes, functions, imports, call graph) from 12 languages via tree-sitter. Trigger: /graphify

$ npx skills add howell5/willhong-skills
Ver habilidad

waynesutton/convex-component-authoring

402github.com

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

$ npx skills add waynesutton/convexskills
Ver habilidad

ramsbaby/openclaw-self-healing

github.com

4-tier autonomous self-healing system for OpenClaw Gateway with persistent learning, reasoning logs, and multi-channel alerts. Features Claude Code as Level 3 emergency doctor for AI-powered diagnosis and repair.

$ npx skills add ramsbaby/openclaw-self-healing
Ver habilidad

cursor/deslop

github.com

Remove AI-generated code slop and clean up code style

$ npx skills add cursor/plugins
Ver habilidad

github/acquire-codebase-knowledge

36.7kgithub.com

Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.

$ npx skills add github/awesome-copilot
Ver habilidad