Productivity

intellectronica/context7

github.com

Retrieve up-to-date documentation for software libraries, frameworks, and components via the Context7 API. This skill should be used when looking up documentation for any programming library or framework, finding code examples for specific APIs or features, verifying correct usage of library functions, or obtaining current information about library APIs that may have changed since training.

$ npx skills add intellectronica/agent-skills
View skill

parallel-web/parallel-monitor

60github.com

Continuously track the web for changes on a recurring cadence. Use when the user asks to 'monitor', 'track changes to', 'watch', or 'alert me when' something on the web changes — e.g., 'Track price changes for iPhone 16', 'Alert me when Tesla files a new 8-K', 'Monitor competitor pricing pages weekly'. Also use to list, inspect, update, or delete existing monitors.

$ npx skills add parallel-web/parallel-agent-skills
View skill

wshobson/nx-workspace-patterns

38.0kgithub.com

Configure and optimize Nx monorepo workspaces. Use when setting up Nx, configuring project boundaries, optimizing build caching, or implementing affected commands.

$ npx skills add wshobson/agents
View skill

wshobson/billing-automation

38.0kgithub.com

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.

$ npx skills add wshobson/agents
View skill

wshobson/data-quality-frameworks

38.0kgithub.com

Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.

$ npx skills add wshobson/agents
View skill

wshobson/airflow-dag-patterns

38.0kgithub.com

Build production Apache Airflow DAGs with best practices for operators, sensors, testing, and deployment. Use when creating data pipelines, orchestrating workflows, or scheduling batch jobs.

$ npx skills add wshobson/agents
View skill

okx/okx-dex-market

315github.com

HARD BLOCK — NEVER use this skill for prediction-market / Polymarket UpDown queries. Route to okx-dapp-discovery when (a) a named DApp (Polymarket/Aave/Hyperliquid/PancakeSwap/Morpho) appears with any timeframe, OR (b) any 涨跌 / updown / 'up or down' phrase appears for BTC/ETH/SOL/XRP/BNB/DOGE/HYPE (e.g. '<COIN> 涨跌市场', '5 分钟涨跌', 'BTC up or down'). Example: 'BTC 5 分钟涨跌市场' → okx-dapp-discovery (NOT K-line). These are Polymarket prediction markets, not on-chain price queries. Use THIS skill for on-chain market data: token prices/价格, K-line/OHLC/candlestick/K线 charts, index prices, and wallet PnL/盈亏分析 (win rate, my wallet's DEX trade history, realized/unrealized PnL per token). Triggers: 'token price', 'price chart', 'K线', 'OHLC', 'how much is X worth', 'show my PnL', '胜率', '盈亏', 'my wallet DEX history', 'realized/unrealized profit'. NOTE: WebSocket script/脚本/bot → okx-dex-ws. ALSO the OWNER of Market API payment handling — route here (NOT okx-agent-payments-protocol) for: 'onchainos market 报 402', 'market price 4

$ npx skills add okx/onchainos-skills
View skill

wshobson/python-anti-patterns

38.0kgithub.com

Use this skill when reviewing Python code for common anti-patterns to avoid. Use as a checklist when reviewing code, before finalizing implementations, or when debugging issues that might stem from known bad practices.

$ npx skills add wshobson/agents
View skill

wshobson/llm-evaluation

38.0kgithub.com

Implement comprehensive evaluation strategies for LLM applications using automated metrics, human feedback, and benchmarking. Use when testing LLM performance, measuring AI application quality, or establishing evaluation frameworks.

$ npx skills add wshobson/agents
View skill

wshobson/go-concurrency-patterns

38.0kgithub.com

Master Go concurrency with goroutines, channels, sync primitives, and context. Use when building concurrent Go applications, implementing worker pools, or debugging race conditions.

$ npx skills add wshobson/agents
View skill

langchain-ai/framework-selection

890github.com

INVOKE THIS SKILL at the START of any LangChain/LangGraph/Deep Agents project, before writing any agent code. Determines which framework layer is right for the task: LangChain, LangGraph, Deep Agents, or a combination. Must be consulted before other agent skills.

$ npx skills add langchain-ai/langchain-skills
View skill

langchain-ai/langchain-dependencies

890github.com

INVOKE THIS SKILL when setting up a new project or when asked about package versions, installation, or dependency management for LangChain, LangGraph, LangSmith, or Deep Agents. Covers required packages, minimum versions, environment requirements, versioning best practices, and common community tool packages for both Python and TypeScript.

$ npx skills add langchain-ai/langchain-skills
View skill

wshobson/gitops-workflow

38.0kgithub.com

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deployments, or setting up declarative infrastructure management.

$ npx skills add wshobson/agents
View skill

langchain-ai/deep-agents-core

890github.com

INVOKE THIS SKILL when building ANY Deep Agents application. Covers create_deep_agent(), harness architecture, SKILL.md format, and configuration options.

$ npx skills add langchain-ai/langchain-skills
View skill

wshobson/embedding-strategies

38.0kgithub.com

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific domains.

$ npx skills add wshobson/agents
View skill

parallel-web/setup

60github.com

Set up the Parallel plugin (install CLI)

$ npx skills add parallel-web/parallel-agent-skills
View skill

apify/apify-actorization

2.2kgithub.com

Convert existing projects into Apify Actors - serverless cloud programs. Actorize JavaScript/TypeScript (SDK with Actor.init/exit), Python (async context manager), or any language (CLI wrapper). Use when migrating code to Apify, wrapping CLI tools as Actors, or adding Actor SDK to existing projects.

$ npx skills add apify/agent-skills
View skill

wshobson/python-type-safety

38.0kgithub.com

Python type safety with type hints, generics, protocols, and strict type checking. Use when adding type annotations, implementing generic classes, defining structural interfaces, or configuring mypy/pyright.

$ npx skills add wshobson/agents
View skill

wshobson/unity-ecs-patterns

38.0kgithub.com

Master Unity ECS (Entity Component System) with DOTS, Jobs, and Burst for high-performance game development. Use when building data-oriented games, optimizing performance, or working with large entity counts.

$ npx skills add wshobson/agents
View skill

langchain-ai/deep-agents-orchestration

890github.com

INVOKE THIS SKILL when using subagents, task planning, or human approval in Deep Agents. Covers SubAgentMiddleware, TodoList for planning, and HITL interrupts.

$ npx skills add langchain-ai/langchain-skills
View skill

wshobson/python-packaging

38.0kgithub.com

Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.

$ npx skills add wshobson/agents
View skill

wshobson/bash-defensive-patterns

38.0kgithub.com

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

$ npx skills add wshobson/agents
View skill

wshobson/memory-safety-patterns

38.0kgithub.com

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory bugs.

$ npx skills add wshobson/agents
View skill

langchain-ai/langgraph-human-in-the-loop

890github.com

INVOKE THIS SKILL when implementing human-in-the-loop patterns, pausing for approval, or handling errors in LangGraph. Covers interrupt(), Command(resume=...), approval/validation workflows, and the 4-tier error handling strategy.

$ npx skills add langchain-ai/langchain-skills
View skill