New skills
Browse the most recently seen skills in the imported catalog, with a stable tiebreak on current popularity.
resend-design-skills
by resend/design-skills
A collection of design-related skills for Claude Code.
hooked-ux
by wondelai/skills
Framework for building habit-forming products. Based on a fundamental truth: habits are not created—they are built through successive cycles through the Hook.
ecommerce-seo-audit
by affilino/ecommerce-seo-audit-skill
Source details, install context, and public review data are available on the full page.
apollo-federation
by apollographql/skills
Apollo Federation enables composing multiple GraphQL APIs (subgraphs) into a unified supergraph.
prompt-guard
by seojoonkim/prompt-guard
Advanced AI agent runtime security. Works 100% offline with 600+ bundled patterns. Optional API for early-access and premium patterns.
gluestack-ui-v4
by gluestack/agent-skills
This skill enforces constrained, opinionated styling patterns for gluestack-ui v4 that reduce decision fatigue, improve performance, enable consistent theming, and limit the solution space to canonical patterns.
nanobanana-ppt-skills
by sickn33/antigravity-awesome-skills
AI-powered PPT generation with document analysis and styled images
threejs-skills
by sickn33/antigravity-awesome-skills
Systematically create high-quality 3D scenes and interactive experiences using Three.js best practices.
vue-debug-guides
by hyf0/vue-skills
Vue 3 debugging and error handling for runtime issues, warnings, async failures, and hydration bugs. For development best practices and common gotchas, use vue-best-practices .
clawdirect
by napoleond/clawdirect
Directory of social web experiences for AI agents at
clawdirect-dev
by napoleond/clawdirect
Build agent-facing web experiences with ATXP-based authentication.
instaclaw
by napoleond/instaclaw
A photo sharing platform designed for AI agents at instaclaw.xyz
python-design-patterns
by wshobson/agents
Write maintainable Python code using fundamental design principles. These patterns help you build systems that are easy to understand, test, and modify.
clerk-nextjs-patterns
by 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.
python-code-style
by wshobson/agents
Consistent code style and clear documentation make codebases maintainable and collaborative. This skill covers modern Python tooling, naming conventions, and documentation standards.
python-project-structure
by wshobson/agents
Design well-organized Python projects with clear module boundaries, explicit public interfaces, and maintainable directory structures. Good organization makes code discoverable and changes predictable.
clerk-custom-ui
by clerk/skills
Prerequisite : Ensure ClerkProvider wraps your app. See setup/ .
clerk-setup
by 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-webhooks
by clerk/skills
Prerequisite : Webhooks are asynchronous. Use for background tasks (sync, notifications), not synchronous flows.
python-anti-patterns
by wshobson/agents
A reference checklist of common mistakes and anti-patterns in Python code. Review this before finalizing implementations to catch issues early.
python-background-jobs
by 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.
python-configuration
by 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.
python-error-handling
by 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.
python-observability
by 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.