AI Agent Skills
Discover and install skills for Claude Code, Cursor, Codex, Gemini CLI, Antigravity, and more AI coding agents
AI
AI and LLM skills
Dispatching Parallel Agents
obra/superpowers/tree/main/skills/dispatching-parallel-agents
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
npx skills add obra/superpowers/skills/dispatching-parallel-agentsJpa Patterns
affaan-m/everything-claude-code/tree/main/skills/jpa-patterns
Use for data modeling, repositories, and performance tuning in Spring Boot. ```java @Entity
npx skills add affaan-m/everything-claude-code/skills/jpa-patternsVerification Before Completion
obra/superpowers/tree/main/skills/verification-before-completion
Claiming work is complete without verification is dishonesty, not efficiency. ``` NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION EVIDENCE
npx skills add obra/superpowers/skills/verification-before-completionCoding
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.
npx skills add vercel-labs/agent-skills/skills/composition-patternsSecurity 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
npx skills add affaan-m/everything-claude-code/skills/security-reviewReact 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.
npx skills add vercel-labs/agent-skills/skills/react-best-practicesWeb 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
npx skills add anthropics/skills/skills/web-artifacts-builderBaoyu 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.
npx skills add JimLiu/baoyu-skills/skills/baoyu-danger-gemini-webCloudflare
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?
npx skills add cloudflare/skills/skills/cloudflareWeb 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)
npx skills add vercel-labs/agent-skills/skills/web-design-guidelinesReact 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)
npx skills add vercel-labs/agent-skills/skills/react-native-skillsBackend 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
npx skills add affaan-m/everything-claude-code/skills/backend-patternsFrontend 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.
npx skills add anthropics/skills/skills/frontend-designWebapp Testing
anthropics/skills/tree/main/skills/webapp-testing
To test local web applications, write native Python Playwright scripts. ``` User task → Is it static HTML?
npx skills add anthropics/skills/skills/webapp-testingSlack 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
npx skills add anthropics/skills/skills/slack-gif-creatorReceiving Code Review
obra/superpowers/tree/main/skills/receiving-code-review
Code review requires technical evaluation, not emotional performance. ``` WHEN receiving code review feedback:
npx skills add obra/superpowers/skills/receiving-code-reviewanthropics/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.
npx skills add anthropics/skills/skills/pdfMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-animationSpringboot Patterns
affaan-m/everything-claude-code/tree/main/skills/springboot-patterns
Spring Boot architecture and API patterns for scalable, production-grade services. ```java @RestController
npx skills add affaan-m/everything-claude-code/skills/springboot-patternsClaude.ai
vercel-labs/agent-skills/tree/main/skills/claude.ai
AI Agent skill for enhanced development workflows.
npx skills add vercel-labs/agent-skills/skills/claude.aiMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-layoutMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-event-actionRobius 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:
npx skills add ZhangHanDong/makepad-skills/skills/robius-widget-patternsVerification Loop
affaan-m/everything-claude-code/tree/main/skills/verification-loop
A comprehensive verification system for Claude Code sessions. Invoke this skill: ```bash
npx skills add affaan-m/everything-claude-code/skills/verification-loopCoding Standards
affaan-m/everything-claude-code/tree/main/skills/coding-standards
Universal coding standards applicable across all projects. ```typescript // ✅ GOOD: Descriptive names
npx skills add affaan-m/everything-claude-code/skills/coding-standardsRobius Matrix Integration
ZhangHanDong/makepad-skills/tree/main/skills/robius-matrix-integration
Guide for integrating Matrix protocol capabilities into Robius applications.
npx skills add ZhangHanDong/makepad-skills/skills/robius-matrix-integrationFinishing 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
npx skills add obra/superpowers/skills/finishing-a-development-branchFrontend 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
npx skills add affaan-m/everything-claude-code/skills/frontend-patternsWrangler
cloudflare/skills/tree/main/skills/wrangler
Deploy, develop, and manage Cloudflare Workers and associated resources. ```bash wrangler --version # Requires v4.x+
npx skills add cloudflare/skills/skills/wranglerMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-widgetsSubagent 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 {
npx skills add obra/superpowers/skills/subagent-driven-developmentGolang 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
npx skills add affaan-m/everything-claude-code/skills/golang-patternsContinuous 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.
npx skills add affaan-m/everything-claude-code/skills/continuous-learning-v2Typescript
microsoft/agent-skills/tree/main/skills/typescript
AI Agent skill for enhanced development workflows.
npx skills add microsoft/agent-skills/skills/typescriptMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-shadersRobius State Management
ZhangHanDong/makepad-skills/tree/main/skills/robius-state-management
Patterns and strategies for effective state management in Robius applications.
npx skills add ZhangHanDong/makepad-skills/skills/robius-state-managementMakepad 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 | |-------|------|----------|
npx skills add ZhangHanDong/makepad-skills/skills/makepad-referenceSpringboot 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
npx skills add affaan-m/everything-claude-code/skills/springboot-tddTdd 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. ```
npx skills add affaan-m/everything-claude-code/skills/tdd-workflowAlgorithmic 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.
npx skills add anthropics/skills/skills/algorithmic-artEvolution
ZhangHanDong/makepad-skills/tree/main/skills/evolution
This skill enables makepad-skills to self-improve continuously during development. | Topic | Description | |-------|-------------|
npx skills add ZhangHanDong/makepad-skills/skills/evolutionRobius App Architecture
ZhangHanDong/makepad-skills/tree/main/skills/robius-app-architecture
Best practices and architectural patterns for building robust Robius applications.
npx skills add ZhangHanDong/makepad-skills/skills/robius-app-architectureContinuous 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.
npx skills add affaan-m/everything-claude-code/skills/continuous-learningTest 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. ```
npx skills add obra/superpowers/skills/test-driven-developmentMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-splashMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-platformMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-basicsRequesting 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
npx skills add obra/superpowers/skills/requesting-code-reviewMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-dslWriting Plans
obra/superpowers/tree/main/skills/writing-plans
Use when you have a spec or requirements for a multi-step task, before touching code
npx skills add obra/superpowers/skills/writing-plansMakepad 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
npx skills add ZhangHanDong/makepad-skills/skills/makepad-fontWeb 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.
npx skills add cloudflare/skills/skills/web-perfEval Harness
affaan-m/everything-claude-code/tree/main/skills/eval-harness
Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles
npx skills add affaan-m/everything-claude-code/skills/eval-harnessJava
microsoft/agent-skills/tree/main/skills/java
AI Agent skill for enhanced development workflows.
npx skills add microsoft/agent-skills/skills/javaDotnet
microsoft/agent-skills/tree/main/skills/dotnet
AI Agent skill for enhanced development workflows.
npx skills add microsoft/agent-skills/skills/dotnetJava 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
npx skills add affaan-m/everything-claude-code/skills/java-coding-standardsRobius 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
npx skills add ZhangHanDong/makepad-skills/skills/robius-event-actionBaoyu 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 |
npx skills add JimLiu/baoyu-skills/skills/baoyu-compress-imagePython
microsoft/agent-skills/tree/main/skills/python
AI Agent skill for enhanced development workflows.
npx skills add microsoft/agent-skills/skills/pythonBaoyu 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`
npx skills add JimLiu/baoyu-skills/skills/baoyu-image-genWriting
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.
npx skills add obra/superpowers/skills/brainstormingObsidian 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.
npx skills add kepano/obsidian-skills/skills/obsidian-markdownMcp 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).
npx skills add anthropics/skills/skills/mcp-builderBuilding 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 \
npx skills add cloudflare/skills/skills/building-mcp-server-on-cloudflareBaoyu 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
npx skills add JimLiu/baoyu-skills/skills/baoyu-slide-deckBaoyu 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".
npx skills add JimLiu/baoyu-skills/skills/baoyu-post-to-xBaoyu 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`
npx skills add JimLiu/baoyu-skills/skills/baoyu-url-to-markdownBaoyu 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
npx skills add JimLiu/baoyu-skills/skills/baoyu-danger-x-to-markdownDoc 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.
npx skills add anthropics/skills/skills/doc-coauthoringBaoyu 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 | |--------|---------|
npx skills add JimLiu/baoyu-skills/skills/baoyu-markdown-to-htmlBaoyu 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
npx skills add JimLiu/baoyu-skills/skills/baoyu-cover-imageBaoyu 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
npx skills add JimLiu/baoyu-skills/skills/baoyu-xhs-imagesBaoyu 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.
npx skills add JimLiu/baoyu-skills/skills/baoyu-post-to-wechatGolang 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
npx skills add affaan-m/everything-claude-code/skills/golang-testingBaoyu 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
npx skills add JimLiu/baoyu-skills/skills/baoyu-infographicPptx
anthropics/skills/tree/main/skills/pptx
Presentation creation, editing, and analysis. Supports creating new presentations, modifying content, working with layouts, and adding comments.
npx skills add anthropics/skills/skills/pptxBaoyu 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.
npx skills add JimLiu/baoyu-skills/skills/baoyu-format-markdownBaoyu 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 | |-----------|----------|----------|
npx skills add JimLiu/baoyu-skills/skills/baoyu-article-illustratorIterative Retrieval
affaan-m/everything-claude-code/tree/main/skills/iterative-retrieval
Pattern for progressively refining context retrieval to solve the subagent context problem
npx skills add affaan-m/everything-claude-code/skills/iterative-retrievalWriting Skills
obra/superpowers/tree/main/skills/writing-skills
Use when creating new skills, editing existing skills, or verifying skills work before deployment
npx skills add obra/superpowers/skills/writing-skillsDocx
anthropics/skills/tree/main/skills/docx
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction.
npx skills add anthropics/skills/skills/docxDesign
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
npx skills add cloudflare/skills/skills/agents-sdkBuilding 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.
npx skills add cloudflare/skills/skills/building-ai-agent-on-cloudflareBrand Guidelines
anthropics/skills/tree/main/skills/brand-guidelines
To access Anthropic's official brand identity and style resources, use this skill.
npx skills add anthropics/skills/skills/brand-guidelinesSystematic 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
npx skills add obra/superpowers/skills/systematic-debuggingDurable 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 |
npx skills add cloudflare/skills/skills/durable-objectsMolykit
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:
npx skills add ZhangHanDong/makepad-skills/skills/molykitTheme 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.
npx skills add anthropics/skills/skills/theme-factoryPostgres 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 | |--------------|------------|---------|
npx skills add affaan-m/everything-claude-code/skills/postgres-patternsBaoyu 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
npx skills add JimLiu/baoyu-skills/skills/baoyu-comicProductivity
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
npx skills add obra/superpowers/skills/using-superpowersProject 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.
npx skills add affaan-m/everything-claude-code/skills/project-guidelines-exampleSkill 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.
npx skills add anthropics/skills/skills/skill-creatorClickhouse 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.
npx skills add affaan-m/everything-claude-code/skills/clickhouse-ioSpringboot 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
npx skills add affaan-m/everything-claude-code/skills/springboot-securitySpringboot 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
npx skills add affaan-m/everything-claude-code/skills/springboot-verificationUsing 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
npx skills add obra/superpowers/skills/using-git-worktreesMakepad 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 |
npx skills add ZhangHanDong/makepad-skills/skills/makepad-routerExecuting 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
npx skills add obra/superpowers/skills/executing-plansInternal 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
npx skills add anthropics/skills/skills/internal-commsStrategic 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.
npx skills add affaan-m/everything-claude-code/skills/strategic-compactMakepad Deployment
ZhangHanDong/makepad-skills/tree/main/skills/makepad-deployment
This skill covers packaging Makepad applications for all supported platforms. | Platform | Tool | Output | |----------|------|--------|
npx skills add ZhangHanDong/makepad-skills/skills/makepad-deploymentObsidian
Obsidian note-taking skills
Json Canvas
kepano/obsidian-skills/tree/main/skills/json-canvas
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
npx skills add kepano/obsidian-skills/skills/json-canvasCanvas Design
anthropics/skills/tree/main/skills/canvas-design
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
npx skills add anthropics/skills/skills/canvas-designXlsx
anthropics/skills/tree/main/skills/xlsx
Unless otherwise stated by the user or existing template - "Source: Company 10-K, FY2024, Page 45, Revenue Note, [SEC EDGAR URL]" - "Source: Company 10-Q, Q2 2025, Exhibit 99.1, [SEC EDGAR URL]"
npx skills add anthropics/skills/skills/xlsxObsidian Bases
kepano/obsidian-skills/tree/main/skills/obsidian-bases
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
npx skills add kepano/obsidian-skills/skills/obsidian-basesMarketing
Marketing and content skills