AI Agent Skills

Discover and install skills for Claude Code, Cursor, Codex, Gemini CLI, Antigravity, and more AI coding agents

Compatible with:Claude CodeCodexCursorGemini CLIAntigravity

Coding

Coding and development skills

Composition Patterns

vercel-labs/agent-skills/tree/main/skills/composition-patterns

A structured repository for React composition patterns that scale. These patterns help avoid boolean prop proliferation by using compound components, lifting state, and composing internals.

Coding5.4K
npx skills add vercel-labs/agent-skills/skills/composition-patterns

Security Review

affaan-m/everything-claude-code/tree/main/skills/security-review

This skill ensures all code follows security best practices and identifies potential vulnerabilities. ```typescript const apiKey = "sk-proj-xxxxx" // Hardcoded secret

Coding5.2K
npx skills add affaan-m/everything-claude-code/skills/security-review

React Best Practices

vercel-labs/agent-skills/tree/main/skills/react-best-practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

Coding4.9K
npx skills add vercel-labs/agent-skills/skills/react-best-practices

Web Artifacts Builder

anthropics/skills/tree/main/skills/web-artifacts-builder

To build powerful frontend claude.ai artifacts, follow these steps: 1. Initialize the frontend repo using `scripts/init-artifact.sh` 2. Develop your artifact by editing the generated code

Coding3.6K
npx skills add anthropics/skills/skills/web-artifacts-builder

Baoyu Danger Gemini Web

JimLiu/baoyu-skills/tree/main/skills/baoyu-danger-gemini-web

Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation", or needs vision-capable AI generation.

Coding3.3K
npx skills add JimLiu/baoyu-skills/skills/baoyu-danger-gemini-web

Cloudflare

cloudflare/skills/tree/main/skills/cloudflare

Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. ``` Need to run code?

Coding3.1K
npx skills add cloudflare/skills/skills/cloudflare

Web Design Guidelines

vercel-labs/agent-skills/tree/main/skills/web-design-guidelines

Review files for compliance with Web Interface Guidelines. 1. Fetch the latest guidelines from the source URL below 2. Read the specified files (or prompt user for files/pattern)

Coding3.0K
npx skills add vercel-labs/agent-skills/skills/web-design-guidelines

React Native Skills

vercel-labs/agent-skills/tree/main/skills/react-native-skills

A structured repository for creating and maintaining React Native Best Practices optimized for agents and LLMs. - `_sections.md` - Section metadata (titles, impacts, descriptions)

Coding2.4K
npx skills add vercel-labs/agent-skills/skills/react-native-skills

Backend Patterns

affaan-m/everything-claude-code/tree/main/skills/backend-patterns

Backend architecture patterns and best practices for scalable server-side applications. ```typescript // ✅ Resource-based URLs

Coding2.0K
npx skills add affaan-m/everything-claude-code/skills/backend-patterns

Frontend Design

anthropics/skills/tree/main/skills/frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

Coding2.0K
npx skills add anthropics/skills/skills/frontend-design

Webapp Testing

anthropics/skills/tree/main/skills/webapp-testing

To test local web applications, write native Python Playwright scripts. ``` User task → Is it static HTML?

Coding740
npx skills add anthropics/skills/skills/webapp-testing

Slack Gif Creator

anthropics/skills/tree/main/skills/slack-gif-creator

A toolkit providing utilities and knowledge for creating animated GIFs optimized for Slack. ```python from core.gif_builder import GIFBuilder

Coding5.5K
npx skills add anthropics/skills/skills/slack-gif-creator

Receiving Code Review

obra/superpowers/tree/main/skills/receiving-code-review

Code review requires technical evaluation, not emotional performance. ``` WHEN receiving code review feedback:

Coding5.4K
npx skills add obra/superpowers/skills/receiving-code-review

Pdf

anthropics/skills/tree/main/skills/pdf

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

Coding5.3K
npx skills add anthropics/skills/skills/pdf

Makepad Animation

ZhangHanDong/makepad-skills/tree/main/skills/makepad-animation

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding5.3K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-animation

Springboot Patterns

affaan-m/everything-claude-code/tree/main/skills/springboot-patterns

Spring Boot architecture and API patterns for scalable, production-grade services. ```java @RestController

Coding5.0K
npx skills add affaan-m/everything-claude-code/skills/springboot-patterns

Claude.ai

vercel-labs/agent-skills/tree/main/skills/claude.ai

AI Agent skill for enhanced development workflows.

Coding5.0K
npx skills add vercel-labs/agent-skills/skills/claude.ai

Makepad Layout

ZhangHanDong/makepad-skills/tree/main/skills/makepad-layout

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding4.7K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-layout

Makepad Event Action

ZhangHanDong/makepad-skills/tree/main/skills/makepad-event-action

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding4.7K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-event-action

Robius Widget Patterns

ZhangHanDong/makepad-skills/tree/main/skills/robius-widget-patterns

Best practices for designing reusable Makepad widgets based on Robrix and Moly codebase patterns. Use this skill when: For production-ready widget patterns, see the `_base/` directory:

Coding4.5K
npx skills add ZhangHanDong/makepad-skills/skills/robius-widget-patterns

Verification Loop

affaan-m/everything-claude-code/tree/main/skills/verification-loop

A comprehensive verification system for Claude Code sessions. Invoke this skill: ```bash

Coding4.4K
npx skills add affaan-m/everything-claude-code/skills/verification-loop

Coding Standards

affaan-m/everything-claude-code/tree/main/skills/coding-standards

Universal coding standards applicable across all projects. ```typescript // ✅ GOOD: Descriptive names

Coding4.2K
npx skills add affaan-m/everything-claude-code/skills/coding-standards

Robius Matrix Integration

ZhangHanDong/makepad-skills/tree/main/skills/robius-matrix-integration

Guide for integrating Matrix protocol capabilities into Robius applications.

Coding4.2K
npx skills add ZhangHanDong/makepad-skills/skills/robius-matrix-integration

Finishing A Development Branch

obra/superpowers/tree/main/skills/finishing-a-development-branch

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

Coding4.2K
npx skills add obra/superpowers/skills/finishing-a-development-branch

Frontend Patterns

affaan-m/everything-claude-code/tree/main/skills/frontend-patterns

Modern frontend patterns for React, Next.js, and performant user interfaces. ```typescript // ✅ GOOD: Component composition

Coding4.2K
npx skills add affaan-m/everything-claude-code/skills/frontend-patterns

Wrangler

cloudflare/skills/tree/main/skills/wrangler

Deploy, develop, and manage Cloudflare Workers and associated resources. ```bash wrangler --version # Requires v4.x+

Coding4.2K
npx skills add cloudflare/skills/skills/wrangler

Makepad Widgets

ZhangHanDong/makepad-skills/tree/main/skills/makepad-widgets

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding4.1K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-widgets

Subagent Driven Development

obra/superpowers/tree/main/skills/subagent-driven-development

Execute plan by dispatching fresh subagent per task, with two-stage review after each: spec compliance review first, then code quality review. ```dot digraph when_to_use {

Coding3.9K
npx skills add obra/superpowers/skills/subagent-driven-development

Golang Patterns

affaan-m/everything-claude-code/tree/main/skills/golang-patterns

Idiomatic Go patterns and best practices for building robust, efficient, and maintainable applications. Go favors simplicity over cleverness. Code should be obvious and easy to read. ```go

Coding3.9K
npx skills add affaan-m/everything-claude-code/skills/golang-patterns

Continuous Learning V2

affaan-m/everything-claude-code/tree/main/skills/continuous-learning-v2

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.

Coding3.8K
npx skills add affaan-m/everything-claude-code/skills/continuous-learning-v2

Typescript

microsoft/agent-skills/tree/main/skills/typescript

AI Agent skill for enhanced development workflows.

Coding3.8K
npx skills add microsoft/agent-skills/skills/typescript

Makepad Shaders

ZhangHanDong/makepad-skills/tree/main/skills/makepad-shaders

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding3.6K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-shaders

Robius State Management

ZhangHanDong/makepad-skills/tree/main/skills/robius-state-management

Patterns and strategies for effective state management in Robius applications.

Coding3.5K
npx skills add ZhangHanDong/makepad-skills/skills/robius-state-management

Makepad Reference

ZhangHanDong/makepad-skills/tree/main/skills/makepad-reference

This category provides reference materials for debugging, code quality, and advanced layout patterns. | Topic | File | Use When | |-------|------|----------|

Coding3.4K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-reference

Springboot Tdd

affaan-m/everything-claude-code/tree/main/skills/springboot-tdd

TDD guidance for Spring Boot services with 80%+ coverage (unit + integration). 1) Write tests first (they should fail) 2) Implement minimal code to pass

Coding3.4K
npx skills add affaan-m/everything-claude-code/skills/springboot-tdd

Tdd Workflow

affaan-m/everything-claude-code/tree/main/skills/tdd-workflow

This skill ensures all code development follows TDD principles with comprehensive test coverage. ALWAYS write tests first, then implement code to make tests pass. ```

Coding3.2K
npx skills add affaan-m/everything-claude-code/skills/tdd-workflow

Algorithmic Art

anthropics/skills/tree/main/skills/algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

Coding3.0K
npx skills add anthropics/skills/skills/algorithmic-art

Evolution

ZhangHanDong/makepad-skills/tree/main/skills/evolution

This skill enables makepad-skills to self-improve continuously during development. | Topic | Description | |-------|-------------|

Coding2.9K
npx skills add ZhangHanDong/makepad-skills/skills/evolution

Robius App Architecture

ZhangHanDong/makepad-skills/tree/main/skills/robius-app-architecture

Best practices and architectural patterns for building robust Robius applications.

Coding2.9K
npx skills add ZhangHanDong/makepad-skills/skills/robius-app-architecture

Continuous Learning

affaan-m/everything-claude-code/tree/main/skills/continuous-learning

Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.

Coding2.8K
npx skills add affaan-m/everything-claude-code/skills/continuous-learning

Test Driven Development

obra/superpowers/tree/main/skills/test-driven-development

Write the test first. Watch it fail. Write minimal code to pass. Thinking "skip TDD just this once"? Stop. That's rationalization. ```

Coding2.6K
npx skills add obra/superpowers/skills/test-driven-development

Makepad Splash

ZhangHanDong/makepad-skills/tree/main/skills/makepad-splash

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding2.6K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-splash

Makepad Platform

ZhangHanDong/makepad-skills/tree/main/skills/makepad-platform

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding2.2K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-platform

Makepad Basics

ZhangHanDong/makepad-skills/tree/main/skills/makepad-basics

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding2.1K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-basics

Requesting Code Review

obra/superpowers/tree/main/skills/requesting-code-review

Dispatch superpowers:code-reviewer subagent to catch issues before they cascade. ```bash BASE_SHA=$(git rev-parse HEAD~1) # or origin/main

Coding2.1K
npx skills add obra/superpowers/skills/requesting-code-review

Makepad Dsl

ZhangHanDong/makepad-skills/tree/main/skills/makepad-dsl

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding2.0K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-dsl

Writing Plans

obra/superpowers/tree/main/skills/writing-plans

Use when you have a spec or requirements for a multi-step task, before touching code

Coding1.9K
npx skills add obra/superpowers/skills/writing-plans

Makepad Font

ZhangHanDong/makepad-skills/tree/main/skills/makepad-font

> **Version:** makepad-widgets (dev branch) | **Last Updated:** 2026-01-19 > > Check for updates: https://crates.io/crates/makepad-widgets

Coding1.8K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-font

Web Perf

cloudflare/skills/tree/main/skills/web-perf

Analyzes web performance using Chrome DevTools MCP. Measures Core Web Vitals (FCP, LCP, TBT, CLS, Speed Index), identifies render-blocking resources, network dependency chains, layout shifts, caching issues, and accessibility gaps. Use when asked to audit, profile, debug, or optimize page load performance, Lighthouse scores, or site speed.

Coding1.6K
npx skills add cloudflare/skills/skills/web-perf

Eval Harness

affaan-m/everything-claude-code/tree/main/skills/eval-harness

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

Coding1.4K
npx skills add affaan-m/everything-claude-code/skills/eval-harness

Java

microsoft/agent-skills/tree/main/skills/java

AI Agent skill for enhanced development workflows.

Coding1.2K
npx skills add microsoft/agent-skills/skills/java

Dotnet

microsoft/agent-skills/tree/main/skills/dotnet

AI Agent skill for enhanced development workflows.

Coding1.2K
npx skills add microsoft/agent-skills/skills/dotnet

Java Coding Standards

affaan-m/everything-claude-code/tree/main/skills/java-coding-standards

Standards for readable, maintainable Java (17+) code in Spring Boot services. ```java // ✅ Classes/Records: PascalCase

Coding1.1K
npx skills add affaan-m/everything-claude-code/skills/java-coding-standards

Robius Event Action

ZhangHanDong/makepad-skills/tree/main/skills/robius-event-action

Best practices for event handling and action patterns in Makepad applications based on Robrix and Moly codebases. Use this skill when: ```rust

Coding1.0K
npx skills add ZhangHanDong/makepad-skills/skills/robius-event-action

Baoyu Compress Image

JimLiu/baoyu-skills/tree/main/skills/baoyu-compress-image

Compresses images using best available tool (sips → cwebp → ImageMagick → Sharp). Scripts in `scripts/` subdirectory. Replace `${SKILL_DIR}` with this SKILL.md's directory path. | Script | Purpose |

Coding975
npx skills add JimLiu/baoyu-skills/skills/baoyu-compress-image

Python

microsoft/agent-skills/tree/main/skills/python

AI Agent skill for enhanced development workflows.

Coding795
npx skills add microsoft/agent-skills/skills/python

Baoyu Image Gen

JimLiu/baoyu-skills/tree/main/skills/baoyu-image-gen

Official API-based image generation. Supports OpenAI, Google and DashScope (阿里通义万象) providers. 1. `SKILL_DIR` = this SKILL.md file's directory 2. Script path = `${SKILL_DIR}/scripts/main.ts`

Coding552
npx skills add JimLiu/baoyu-skills/skills/baoyu-image-gen

Writing

Writing and documentation skills

Brainstorming

obra/superpowers/tree/main/skills/brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

Writing3.1K
npx skills add obra/superpowers/skills/brainstorming

Obsidian Markdown

kepano/obsidian-skills/tree/main/skills/obsidian-markdown

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

Writing2.3K
npx skills add kepano/obsidian-skills/skills/obsidian-markdown

Mcp Builder

anthropics/skills/tree/main/skills/mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

Writing2.2K
npx skills add anthropics/skills/skills/mcp-builder

Building Mcp Server On Cloudflare

cloudflare/skills/tree/main/skills/building-mcp-server-on-cloudflare

Creates production-ready Model Context Protocol servers on Cloudflare Workers with tools, authentication, and deployment. ```bash npm create cloudflare@latest -- my-mcp-server \

Writing2.1K
npx skills add cloudflare/skills/skills/building-mcp-server-on-cloudflare

Baoyu Slide Deck

JimLiu/baoyu-skills/tree/main/skills/baoyu-slide-deck

Transform content into professional slide deck images. ```bash /baoyu-slide-deck path/to/content.md

Writing4.4K
npx skills add JimLiu/baoyu-skills/skills/baoyu-slide-deck

Baoyu Post To X

JimLiu/baoyu-skills/tree/main/skills/baoyu-post-to-x

Posts content and articles to X (Twitter). Supports regular posts with images/videos and X Articles (long-form Markdown). Uses real Chrome with CDP to bypass anti-automation. Use when user asks to "post to X", "tweet", "publish to Twitter", or "share on X".

Writing4.4K
npx skills add JimLiu/baoyu-skills/skills/baoyu-post-to-x

Baoyu Url To Markdown

JimLiu/baoyu-skills/tree/main/skills/baoyu-url-to-markdown

Fetches any URL via Chrome CDP and converts HTML to clean markdown. 1. Determine this SKILL.md file's directory path as `SKILL_DIR` 2. Script path = `${SKILL_DIR}/scripts/<script-name>.ts`

Writing4.3K
npx skills add JimLiu/baoyu-skills/skills/baoyu-url-to-markdown

Baoyu Danger X To Markdown

JimLiu/baoyu-skills/tree/main/skills/baoyu-danger-x-to-markdown

Converts X content to markdown: Scripts located in `scripts/` subdirectory. 1. `SKILL_DIR` = this SKILL.md's directory

Writing4.2K
npx skills add JimLiu/baoyu-skills/skills/baoyu-danger-x-to-markdown

Doc Coauthoring

anthropics/skills/tree/main/skills/doc-coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

Writing4.2K
npx skills add anthropics/skills/skills/doc-coauthoring

Baoyu Markdown To Html

JimLiu/baoyu-skills/tree/main/skills/baoyu-markdown-to-html

Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. | Script | Purpose | |--------|---------|

Writing3.9K
npx skills add JimLiu/baoyu-skills/skills/baoyu-markdown-to-html

Baoyu Cover Image

JimLiu/baoyu-skills/tree/main/skills/baoyu-cover-image

Generate elegant cover images for articles with 5-dimensional customization. ```bash /baoyu-cover-image path/to/article.md

Writing3.5K
npx skills add JimLiu/baoyu-skills/skills/baoyu-cover-image

Baoyu Xhs Images

JimLiu/baoyu-skills/tree/main/skills/baoyu-xhs-images

Break down complex content into eye-catching infographic series for Xiaohongshu with multiple style options. ```bash /baoyu-xhs-images posts/ai-future/article.md

Writing3.0K
npx skills add JimLiu/baoyu-skills/skills/baoyu-xhs-images

Baoyu Post To Wechat

JimLiu/baoyu-skills/tree/main/skills/baoyu-post-to-wechat

Automate publishing of articles and content to WeChat Official Accounts with image-text support.

Writing2.7K
npx skills add JimLiu/baoyu-skills/skills/baoyu-post-to-wechat

Golang Testing

affaan-m/everything-claude-code/tree/main/skills/golang-testing

Comprehensive Go testing patterns for writing reliable, maintainable tests following TDD methodology. ``` RED → Write a failing test first

Writing2.6K
npx skills add affaan-m/everything-claude-code/skills/golang-testing

Baoyu Infographic

JimLiu/baoyu-skills/tree/main/skills/baoyu-infographic

Two dimensions: **layout** (information structure) × **style** (visual aesthetics). Freely combine any layout with any style. ```bash /baoyu-infographic path/to/content.md

Writing2.5K
npx skills add JimLiu/baoyu-skills/skills/baoyu-infographic

Pptx

anthropics/skills/tree/main/skills/pptx

Presentation creation, editing, and analysis. Supports creating new presentations, modifying content, working with layouts, and adding comments.

Writing2.0K
npx skills add anthropics/skills/skills/pptx

Baoyu Format Markdown

JimLiu/baoyu-skills/tree/main/skills/baoyu-format-markdown

Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Use when user asks to "format markdown", "beautify article", "add formatting", or improve article layout. Outputs to {filename}-formatted.md.

Writing1.9K
npx skills add JimLiu/baoyu-skills/skills/baoyu-format-markdown

Baoyu Article Illustrator

JimLiu/baoyu-skills/tree/main/skills/baoyu-article-illustrator

Analyze articles, identify illustration positions, generate images with Type × Style consistency. | Dimension | Controls | Examples | |-----------|----------|----------|

Writing1.6K
npx skills add JimLiu/baoyu-skills/skills/baoyu-article-illustrator

Iterative Retrieval

affaan-m/everything-claude-code/tree/main/skills/iterative-retrieval

Pattern for progressively refining context retrieval to solve the subagent context problem

Writing1.0K
npx skills add affaan-m/everything-claude-code/skills/iterative-retrieval

Writing Skills

obra/superpowers/tree/main/skills/writing-skills

Use when creating new skills, editing existing skills, or verifying skills work before deployment

Writing772
npx skills add obra/superpowers/skills/writing-skills

Docx

anthropics/skills/tree/main/skills/docx

Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction.

Writing511
npx skills add anthropics/skills/skills/docx

Design

UI/UX design skills

Agents Sdk

cloudflare/skills/tree/main/skills/agents-sdk

Build persistent, stateful AI agents on Cloudflare Workers using the `agents` npm package. ```bash npm install agents

Design4.8K
npx skills add cloudflare/skills/skills/agents-sdk

Building Ai Agent On Cloudflare

cloudflare/skills/tree/main/skills/building-ai-agent-on-cloudflare

Step-by-step guide for building AI agents on Cloudflare Workers using the AI Gateway and Workers AI.

Design2.0K
npx skills add cloudflare/skills/skills/building-ai-agent-on-cloudflare

Brand Guidelines

anthropics/skills/tree/main/skills/brand-guidelines

To access Anthropic's official brand identity and style resources, use this skill.

Design1.3K
npx skills add anthropics/skills/skills/brand-guidelines

Systematic Debugging

obra/superpowers/tree/main/skills/systematic-debugging

Random fixes waste time and create new bugs. Quick patches mask underlying issues. ``` NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST

Design5.2K
npx skills add obra/superpowers/skills/systematic-debugging

Durable Objects

cloudflare/skills/tree/main/skills/durable-objects

Build stateful, coordinated applications on Cloudflare's edge using Durable Objects. Search: `blockConcurrencyWhile`, `idFromName`, `getByName`, `setAlarm`, `sql.exec` | Need | Example |

Design4.6K
npx skills add cloudflare/skills/skills/durable-objects

Molykit

ZhangHanDong/makepad-skills/tree/main/skills/molykit

Best practices for building AI chat interfaces with Makepad using MolyKit - a toolkit for cross-platform AI chat applications. Use this skill when: MolyKit provides:

Design3.1K
npx skills add ZhangHanDong/makepad-skills/skills/molykit

Theme Factory

anthropics/skills/tree/main/skills/theme-factory

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

Design2.7K
npx skills add anthropics/skills/skills/theme-factory

Postgres Patterns

affaan-m/everything-claude-code/tree/main/skills/postgres-patterns

Quick reference for PostgreSQL best practices. For detailed guidance, use the `database-reviewer` agent. | Query Pattern | Index Type | Example | |--------------|------------|---------|

Design1.4K
npx skills add affaan-m/everything-claude-code/skills/postgres-patterns

Baoyu Comic

JimLiu/baoyu-skills/tree/main/skills/baoyu-comic

Create original knowledge comics with flexible art style × tone combinations. ```bash /baoyu-comic posts/turing-story/source.md

Design1.1K
npx skills add JimLiu/baoyu-skills/skills/baoyu-comic

Productivity

Productivity and workflow skills

Using Superpowers

obra/superpowers/tree/main/skills/using-superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

Productivity5.3K
npx skills add obra/superpowers/skills/using-superpowers

Project Guidelines Example

affaan-m/everything-claude-code/tree/main/skills/project-guidelines-example

This is an example of a project-specific skill. Use this as a template for your own projects.

Productivity3.3K
npx skills add affaan-m/everything-claude-code/skills/project-guidelines-example

Skill Creator

anthropics/skills/tree/main/skills/skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

Productivity2.3K
npx skills add anthropics/skills/skills/skill-creator

Clickhouse Io

affaan-m/everything-claude-code/tree/main/skills/clickhouse-io

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

Productivity4.4K
npx skills add affaan-m/everything-claude-code/skills/clickhouse-io

Springboot Security

affaan-m/everything-claude-code/tree/main/skills/springboot-security

Use when adding auth, handling input, creating endpoints, or dealing with secrets. ```java @Component

Productivity3.1K
npx skills add affaan-m/everything-claude-code/skills/springboot-security

Springboot Verification

affaan-m/everything-claude-code/tree/main/skills/springboot-verification

Run before PRs, after major changes, and pre-deploy. ```bash mvn -T 4 clean verify -DskipTests

Productivity2.8K
npx skills add affaan-m/everything-claude-code/skills/springboot-verification

Using Git Worktrees

obra/superpowers/tree/main/skills/using-git-worktrees

Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Follow this priority order: ```bash

Productivity2.1K
npx skills add obra/superpowers/skills/using-git-worktrees

Makepad Router

ZhangHanDong/makepad-skills/tree/main/skills/makepad-router

> **Version:** 2.0.0 | **Last Updated:** 2026-01-21 When this skill is triggered, you MUST load the appropriate sub-skill(s) based on the question: | Keywords | Load Skill |

Productivity1.9K
npx skills add ZhangHanDong/makepad-skills/skills/makepad-router

Executing Plans

obra/superpowers/tree/main/skills/executing-plans

Load plan, review critically, execute tasks in batches, report for review between batches. 1. Read plan file 2. Review critically - identify any questions or concerns about the plan

Productivity1.6K
npx skills add obra/superpowers/skills/executing-plans

Internal Comms

anthropics/skills/tree/main/skills/internal-comms

To write internal communications, use this skill for: To write any internal communication: 1. **Identify the communication type** from the request

Productivity1.3K
npx skills add anthropics/skills/skills/internal-comms

Strategic Compact

affaan-m/everything-claude-code/tree/main/skills/strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

Productivity903
npx skills add affaan-m/everything-claude-code/skills/strategic-compact

Makepad Deployment

ZhangHanDong/makepad-skills/tree/main/skills/makepad-deployment

This skill covers packaging Makepad applications for all supported platforms. | Platform | Tool | Output | |----------|------|--------|

Productivity502
npx skills add ZhangHanDong/makepad-skills/skills/makepad-deployment