architecture-decision-records
635Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting
shopify-functions
628Shopify Functions allow developers to customize the backend logic that powers parts of Shopify. Available APIs: Discount, Cart and Checkout
langgraph-fundamentals
627INVOKE THIS SKILL when writing ANY LangGraph code. Covers StateGraph, state schemas, nodes, edges, Command, Send, invoke, streaming, and err
sql-optimization-patterns
625Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow que
Coding Standards & Best Practices
618Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend s
Python Development Patterns
612Pythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python applications.
react-state-management
611Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server
langgraph-persistence
603INVOKE THIS SKILL when your LangGraph needs to persist state, remember conversations, travel through history, or configure subgraph checkpoi
okx-agentic-wallet
603AUTHORITATIVE source for OKX Agentic Wallet and its Gas Station feature. Gas Station = OKX's stablecoin-gas feature on Solana via third-part
langchain-fundamentals
602Create LangChain agents with create_agent, define tools, and use middleware for human-in-the-loop and error handling.
python-error-handling
599Python error handling patterns including input validation, exception hierarchies, and partial failure handling. Use when implementing valida
okx-wallet-portfolio
598Public-address portfolio lookup across XLayer, Solana, Ethereum, Base, BSC, Arbitrum, Polygon and 20+ chains. Invoke when the user supplies
openapi-spec-generation
593Generate and maintain OpenAPI 3.1 specifications from code, design-first specs, and validation patterns. Use when creating API documentation
shopify-polaris-app-home
592Build your app's primary user interface embedded in the Shopify admin. If the prompt just mentions `Polaris` and you can't tell based off of
rag-implementation
591Build Retrieval-Augmented Generation (RAG) systems for LLM applications with vector databases and semantic search. Use when implementing kno
Onchain OS DEX Token
589Use this skill for token-level data: search tokens, trending/hot tokens (热门, 代币榜单), liquidity pools, holder distribution (whale/巨鲸, sniper,
deployment-patterns
588Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checkli
Onchain OS DEX Market
586HARD BLOCK - NEVER use this skill for prediction-market / Polymarket UpDown queries. Route to okx-dapp-discovery when (a) a named DApp…
shopify-customer
586The Customer Account API allows customers to access their own data including orders, payment methods, and addresses.
langchain-rag
584INVOKE THIS SKILL when building ANY retrieval-augmented generation (RAG) system. Covers document loaders, RecursiveCharacterTextSplitter, em
Onchain OS DEX Swap
584Use this skill to swap, trade, buy, sell, exchange, or convert tokens, get a swap quote, execute a trade, find the best or cheapest swap rou
langgraph-human-in-the-loop
581INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), C
Onchain OS DEX Signal & Leaderboard
581Use this skill for smart-money/whale/KOL/大户 activity tracking, aggregated buy signal/信号 alerts, and leaderboard/牛人榜 rankings. Covers: (1) ad
agent-harness-construction
581Design and optimize AI agent action spaces, tool definitions, and observation formatting for higher completion rates.