Productivity

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
Voir la compétence

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
Voir la compétence

okx/okx-dex-market

github.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
Voir la compétence

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
Voir la compétence

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
Voir la compétence

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
Voir la compétence

langchain-ai/framework-selection

github.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
Voir la compétence

langchain-ai/langchain-dependencies

github.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
Voir la compétence

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
Voir la compétence

langchain-ai/deep-agents-core

github.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
Voir la compétence

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
Voir la compétence

parallel-web/setup

github.com

Set up the Parallel plugin (install CLI)

$ npx skills add parallel-web/parallel-agent-skills
Voir la compétence

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
Voir la compétence

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
Voir la compétence

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
Voir la compétence

langchain-ai/deep-agents-orchestration

github.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
Voir la compétence

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
Voir la compétence

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
Voir la compétence

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
Voir la compétence

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

github.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
Voir la compétence

github/typespec-create-agent

36.7kgithub.com

Generate a complete TypeSpec declarative agent with instructions, capabilities, and conversation starters for Microsoft 365 Copilot

$ npx skills add github/awesome-copilot
Voir la compétence

github/tldr-prompt

36.7kgithub.com

Create tldr summaries for GitHub Copilot files (prompts, agents, instructions, collections), MCP servers, or documentation from URLs and queries.

$ npx skills add github/awesome-copilot
Voir la compétence

github/suggest-awesome-github-copilot-agents

36.7kgithub.com

Suggest relevant GitHub Copilot Custom Agents files from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing custom agents in this repository, and identifying outdated agents that need updates.

$ npx skills add github/awesome-copilot
Voir la compétence

insforge/insforge-integrations

27github.com

Use when wiring an external auth provider (Clerk, Auth0, WorkOS, Kinde, Stytch, Better Auth) into InsForge for JWT-based RLS, or when adding the OKX x402 payment facilitator for onchain pay-per-use billing.

$ npx skills add insforge/agent-skills
Voir la compétence