Browse Skills

44357 skills found

python-design-patterns.md
0
1 export python-design-patterns
2 WorldCentralKitchen from "WorldCentralKitchen/python-dev-framework"
3 This skill should be used when the user asks about "design patterns", "SOLID principles", "factory pattern", "strategy pattern", "observer pattern", "composition vs inheritance", "Pythonic design", "singleton alternatives", "anti-patterns", "dependency injection", or needs guidance on applying Gang of Four patterns idiomatically in Python.
2026-01-05
data-engineering.md
0
1 export data-engineering
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Data pipeline architecture, ETL/ELT patterns, data modeling, and production data platform design
2026-01-05
moai-worktree.md
0
1 export moai-worktree
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Git worktree management for parallel SPEC development with isolated workspaces, automatic registration, and seamless MoAI-ADK integration
2026-01-05
mcp-builder-evaluation.md
0
1 export mcp-builder-evaluation
2 danielseltzer from "danielseltzer/code-analysis-tools"
3 MCP (Model Context Protocol) server evaluation guide for creating comprehensive test suites with read-only, independent questions
2026-01-05
module-extractor.md
0
1 export module-extractor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Extract classes, functions, or code blocks from large modules into separate files. This skill should be used during refactoring to break up monolithic files while maintaining import compatibility and test coverage.
2026-01-05
bulletproof-react-auditor.md
0
1 export bulletproof-react-auditor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use PROACTIVELY when users ask about React project structure, Bulletproof React patterns, or need architecture guidance. Covers structure setup, codebase auditing, anti-pattern detection, and feature-based migration planning. Triggers on "bulletproof react", "React structure help", "organize React app", or "audit my architecture".
2026-01-05
test-automation.md
0
1 export test-automation
2 zh1227 from "zh1227/zh1227.github.io"
3 E2E测试自动化助手,专注于端到端测试,支持Playwright、Cypress等主流框架,生成页面对象模式(POM)脚本、可视化回归测试配置、CI集成方案,构建完整的自动化测试金字塔。
2026-01-05
slack-gif-creator.md
0
1 export slack-gif-creator
2 skycruzer from "skycruzer/fleet-management-v2"
3 Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".
2026-01-05
pdf-analysis.md
0
1 export pdf-analysis
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Analyze PDF documents including reports, whitepapers, ebooks, and manuals. Use when the user mentions PDF, document, whitepaper, ebook, report file, or wants to analyze a .pdf file.
2026-01-05
docker.md
0
1 export docker
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide for using Docker - a containerization platform for building, running, and deploying applications in isolated containers. Use when containerizing applications, creating Dockerfiles, working with Docker Compose, managing images/containers, configuring networking and storage, optimizing builds, deploying to production, or implementing CI/CD pipelines with Docker.
2026-01-05
sub-agent-creator.md
0
1 export sub-agent-creator
2 cskiro from "cskiro/claudex"
3 Use PROACTIVELY when creating specialized Claude Code sub-agents for task delegation. Automates agent creation following Anthropic's official patterns with proper frontmatter, tool configuration, and system prompts. Generates domain-specific agents, proactive auto-triggering agents, and security-sensitive agents with limited tools. Not for modifying existing agents or general prompt engineering.
2026-01-05
aptos-token-standards.md
0
1 export aptos-token-standards
2 MEDICALCOR from "MEDICALCOR/medicalcor-core"
3 Expert on Aptos token standards including fungible tokens (Coin, Fungible Asset), non-fungible tokens (Digital Asset standard, Token V1/V2), collections, metadata, minting, burning, and transfer patterns. Triggers on keywords token, nft, fungible asset, coin, digital asset, collection, mint, burn, metadata, royalty
2026-01-05
topic-emails.md
0
1 export topic-emails
2 christopheryeo from "christopheryeo/claude-skills"
3 Retrieves Gmail threads that match a requested topic, applies optional timeframe and label filters, and outputs a prioritized digest with summaries, key correspondents, and direct links for follow-up.
2026-01-05
root-cause-tracing.md
0
1 export root-cause-tracing
2 alexisbeaulieu97 from "alexisbeaulieu97/home"
3 Use when investigating an issue whose origin is unclear, especially when symptoms appear far from the cause. Trigger cues - "bug", "unexpected behavior", "traceback", "why is this happening", "non-deterministic failure". Goal - Trace causality backward to find and validate the true root cause before fixing.
2026-01-05
react-native-storage-manager.md
0
1 export react-native-storage-manager
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Handles MMKV storage operations and data persistence patterns with encryption. Use when implementing data persistence, caching, or user preferences in Purrsuit Mobile App.
2026-01-05
cloudflare-browser-rendering.md
0
1 export cloudflare-browser-rendering
2 kienhaminh from "kienhaminh/speed-reader"
3 Guide for implementing Cloudflare Browser Rendering - a headless browser automation API for screenshots, PDFs, web scraping, and testing. Use when automating browsers, taking screenshots, generating PDFs, scraping dynamic content, extracting structured data, or testing web applications. Supports REST API, Workers Bindings (Puppeteer/Playwright), MCP servers, and AI-powered automation. (project)
2026-01-05
corpus-discovery-dialogue.md
0
1 export corpus-discovery-dialogue
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Guide Socratic discovery of research questions and analytical approaches for text corpus analysis
2026-01-05
opentofu-qa.md
0
1 export opentofu-qa
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Quality assurance and testing toolkit for OpenTofu/Terraform infrastructure as code. Use this skill when reviewing, testing, or validating OpenTofu/Terraform configurations. This skill runs automated QA checks (tofu fmt, tofu validate, tflint, trivy) and validates code against client-specific conventions and best practices. Ideal for code review, pre-commit validation, and ensuring IaC quality standards.
2026-01-05
managing-session-continuity.md
0
1 export managing-session-continuity
2 thoeltig from "thoeltig/claude-code-toolkit"
3 Managing session continuity across Claude conversations by saving structured context (tasks, files, errors, git state) to JSON and loading in new sessions. Use when user asks how session continuity works, explaining session protocol functionality, understanding session state management, describing what gets saved in sessions, ending a session with unfinished work, starting a session with existing session-protocol.json, or when user mentions 'save progress', 'save session', 'save my work', 'continue later', 'session context', 'pick up where left off', 'load session', 'restore session', or explicitly invokes /save-session-protocol or /load-session-protocol commands.
2026-01-05
nushell.md
0
1 export nushell
2 vinnie357 from "vinnie357/claude-skills"
3 Guide for using Nushell (Nu), a modern shell with structured data pipelines, cross-platform compatibility, and programming language features
2026-01-05
configuring-image-optimization.md
0
1 export configuring-image-optimization
2 djankies from "djankies/claude-configs"
3 Teach image optimization configuration changes in Next.js 16. Use when configuring images, troubleshooting image loading, or migrating image settings.
2026-01-05
de-slop.md
0
1 export de-slop
2 iamladi from "iamladi/cautious-computing-machine--primitives-plugin"
3 This skill should be used to remove AI-generated artifacts and unnecessary code before committing. It scans changed files for redundant comments, AI TODOs, excessive docstrings, and unnecessary markdown files. Git-only, no GitHub required.
2026-01-05
youtube-cover-creator.md
0
1 export youtube-cover-creator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create YouTube thumbnail/cover image prompts from video transcripts. Use when the user provides a transcript, script, or video content and wants thumbnail prompts for Nano Banana 3 or MidJourney. Generates click-optimized visuals and viral titles.
2026-01-05
e2e-test-optimizer.md
0
1 export e2e-test-optimizer
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Optimizes Playwright E2E tests by removing waitForTimeout anti-patterns, implementing smart waits, and enabling test sharding for parallel execution. Use when tests timeout, CI execution exceeds limits, or test reliability issues occur.
2026-01-05