This view ranks the live catalog by weekly install activity, then stabilizes the order with freshness and name-based tiebreaks.
clerk/skills
Version : Check package.json for the SDK version — see clerk skill for the version table. Core 2 differences are noted inline with > **Core 2 ONLY (skip if current SDK):** callouts.
clerk/skills
Prerequisite : Webhooks are asynchronous. Use for background tasks (sync, notifications), not synchronous flows.
wshobson/agents
A reference checklist of common mistakes and anti-patterns in Python code. Review this before finalizing implementations to catch issues early.
wshobson/agents
Decouple long-running or unreliable work from request/response cycles. Return immediately to the user while background workers handle the heavy lifting asynchronously.
wshobson/agents
Externalize configuration from code using environment variables and typed settings. Well-managed configuration enables the same code to run in any environment without modification.
wshobson/agents
Build robust Python applications with proper input validation, meaningful exceptions, and graceful failure handling. Good error handling makes debugging easier and systems more reliable.
wshobson/agents
Instrument Python applications with structured logs, metrics, and traces. When something breaks in production, you need to answer "what, where, and why" without deploying new code.
wshobson/agents
Build fault-tolerant Python applications that gracefully handle transient failures, network issues, and service outages. Resilience patterns keep systems running when dependencies are unreliable.
wshobson/agents
Manage resources deterministically using context managers. Resources like database connections, file handles, and network sockets should be released reliably, even when exceptions occur.
wshobson/agents
Leverage Python's type system to catch errors at static analysis time. Type annotations serve as enforced documentation that tooling validates automatically.
supermemoryai/claude-supermemory
Search Supermemory for past coding sessions, decisions, and saved information.
rivet-dev/skills
Sandbox Agent provides a universal API for orchestrating AI coding agents in sandboxed environments.
apify/agent-skills
Analyze competitors using Apify Actors to extract data from multiple platforms.
apify/agent-skills
Conduct market research using Apify Actors to extract data from multiple platforms.
apify/agent-skills
Discover and track emerging trends using Apify Actors to extract data from multiple platforms.
apify/agent-skills
AI-driven data extraction from 55+ Actors across all major platforms. This skill automatically selects the best Actor for your task.
intellectronica/agent-skills
This skill enables interaction with Notion workspaces through the Notion REST API. Use curl and jq for direct REST calls, or write ad-hoc scripts as appropriate for the task.
vuejs-ai/skills
Vue JSX best practices and differences from React JSX.
vuejs-ai/skills
Vue.js Options API best practices, TypeScript integration, and common gotchas.
affaan-m/everything-claude-code
Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications.
heroui-inc/heroui
HeroUI Native is a component library built on Uniwind (Tailwind CSS for React Native) and React Native , providing accessible, customizable UI components for mobile applications.
jeremylongshore/claude-code-plugins-plus-skills
Validate trading strategies against historical data before risking real capital. This skill provides a complete backtesting framework with 8 built-in strategies, comprehensive performance metrics, and parameter optimization.
clerk/skills
Check package.json to determine the Clerk SDK version. This determines which patterns to use:
apollographql/skills
Apply these guidelines when writing or reviewing Rust code. Based on Apollo GraphQL's Rust Best Practices Handbook .