Browse Skills

16146 skills found

data-science.md
0
1 export data-science
2 justaddcoffee from "justaddcoffee/open-science-skills"
3 Statistical analysis strategies and data exploration techniques
2026-01-05
hindi-tutor.md
0
1 export hindi-tutor
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Interactive Hindi language tutor specializing in grammar instruction through adaptive quizzing, translation practice, and personalized error analysis. Use this skill when the user wants to learn or practice Hindi grammar, verb conjugations, or sentence construction.
2026-01-05
textslide.md
0
1 export textslide
2 fecet from "fecet/quarto-scaffold"
3 ASCII 纯文本布局 DSL + 高保真文字版 slide 规格说明。 用于快速设计 slide 版式草图,并交付可直接还原成 PPT 的完整内容规格书。 当用户请求设计 slide 布局、规划多列多行版式、或需要用文本描述 slide 结构时使用此 skill。
2026-01-05
memory-updater.md
0
1 export memory-updater
2 u9401066 from "u9401066/copilot-capability-manager"
3 Update and maintain Memory Bank files (activeContext, progress, decisionLog).LOAD THIS SKILL WHEN: Task completed | session ending | User says "記錄進度", "更新 memory" | before git commit | context needs saving.FILES: activeContext.md (current focus), progress.md (done/doing/next), decisionLog.md (decisions).
2026-01-05
oauth-config-generator.md
0
1 export oauth-config-generator
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Generate OAuth 2.0 configuration for social login providers (Google, GitHub, etc.). Triggers on "create oauth config", "generate oauth setup", "social login config", "oauth2 integration".
2026-01-05
architecture-paradigm-client-server.md
0
1 export architecture-paradigm-client-server
2 athola from "athola/archetypes"
3 Model system responsibilities across clients, servers, and optional peer-to-peer nodes.
2026-01-05
gcp-bq-data-export.md
0
1 export gcp-bq-data-export
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use when exporting BigQuery data to Cloud Storage, extracting tables to CSV, JSON, Avro, or Parquet formats, or using EXPORT DATA statements. Covers bq extract command, format options, compression, and wildcard exports.
2026-01-05
project-structure.md
0
1 export project-structure
2 SammySnake-d from "SammySnake-d/ai-frontend-scaffold"
3 项目目录结构详解。Use when understanding project structure, creating new modules, or deciding where to place files. Triggers on: file placement questions, creating new features, directory organization.
2026-01-05
f3-domain.md
0
1 export f3-domain
2 Jslock56 from "Jslock56/FFFBeatdown"
3 F3 fitness organization terminology, workout structure, and culture. Use when writing UI text, naming variables, understanding requirements, or creating user-facing content. Keywords: F3, beatdown, exicon, merkin, workout, terminology.
2026-01-05
jelly-kubernetes-skill.md
0
1 export jelly-kubernetes-skill
2 dev-jelly from "dev-jelly/jelly-dotclaude"
3 Kubernetes cluster management and operations skill. Provides kubectl commands, pod/deployment/service management, log inspection, port forwarding, and cluster diagnostics. Activated when users mention "kubernetes", "k8s", "kubectl", "pod", "deployment", or need cluster operations.
2026-01-05
using-superpowers.md
0
1 export using-superpowers
2 pproenca from "pproenca/dot-claude"
3 Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists
2026-01-05
harness-ci.md
0
1 export harness-ci
2 Lobbi-Docs from "Lobbi-Docs/claude"
3 Harness CI (Continuous Integration) for container-native builds, test intelligence, caching, parallelization, and build infrastructure management. Activate for build pipelines, CI steps, test automation, artifact publishing, and build optimization.
2026-01-05
feature-specification.md
0
1 export feature-specification
2 LaizyIO from "LaizyIO/WorkflowSkills"
3 Guide iterative specification and CDC (Cahier Des Charges) creation through deep questioning, context analysis, and proactive proposals. Use this skill BEFORE feature-research to clarify requirements, identify prerequisites, define scope, and document complete specifications. Triggers when starting a new feature, task, bug fix, or refactoring and requirements need clarification.
2026-01-05
agent-patterns.md
0
1 export agent-patterns
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Modular orchestration of agent patterns from Anthropic's engineering guide. Intelligently selects and implements prompt chaining, routing, parallelization, orchestrator-workers, evaluator-optimizer, and autonomous agents. Includes pattern combinations and language-specific implementations.
2026-01-05
containerizing-applications.md
0
1 export containerizing-applications
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Containerizes applications with Docker, docker-compose, and Helm charts.Use when creating Dockerfiles, docker-compose configurations, or Helm charts for Kubernetes.Includes Docker Hardened Images (95% fewer CVEs), multi-stage builds, and 15+ battle-tested gotchas.
2026-01-05
agent-automation-infrastructure.md
0
1 export agent-automation-infrastructure
2 ynotradio from "ynotradio/site"
3 Current state of CI/CD automation infrastructure, pre-built Docker images, and performance optimization strategies. Use when dealing with slow builds, container timeouts, yarn install issues, or when you need to understand available pre-built images and automation tooling.
2026-01-05
maestro-delegation-advisor.md
0
1 export maestro-delegation-advisor
2 NehoraiHadad from "NehoraiHadad/agent-maestro-cli"
3 Expert system for AgentMaestro that helps decide when and how to delegate tasks to specialized AI agents (Claude, Codex, Gemini). Use when you need to determine which agent is best suited for a task, or when a task should be broken down and delegated to multiple agents.
2026-01-05
ux-writing.md
0
1 export ux-writing
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Create user-centered, accessible interface copy (microcopy) for digital products including buttons, labels, error messages, notifications, forms, onboarding, empty states, success messages, and help text. Use when writing or editing any text that appears in apps, websites, or software interfaces, designing conversational flows, establishing voice and tone guidelines, auditing product content for consistency and usability, reviewing UI strings, or improving existing interface copy. Applies UX writing best practices based on four quality standards — purposeful, concise, conversational, and clear. Includes accessibility guidelines, research-backed benchmarks (sentence length, comprehension rates, reading levels), expanded error patterns, tone adaptation frameworks, and comprehensive reference materials.
2026-01-05
implementing-websocket-realtime.md
0
1 export implementing-websocket-realtime
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Use this skill when implementing real-time features with WebSockets, including connection lifecycle management, pub/sub event patterns, state synchronization between client and server, event broadcasting, and integration with frontend state management (React Query, SWR, etc.). Covers FastAPI/Node.js/Express backends and React/Next.js/Vue frontends with fallback strategies and error recovery.
2026-01-05
learning-graph-generator.md
0
1 export learning-graph-generator
2 vishalsachdev from "vishalsachdev/database-management"
3 Generates a comprehensive learning graph from a course description, including 200 concepts with dependencies, taxonomy categorization, and quality validation reports. Use this when the user wants to create a structured knowledge graph for educational content.
2026-01-05
llc-ops.md
0
1 export llc-ops
2 majiayu000 from "majiayu000/claude-skill-registry"
3 Expert LLC operations management for ID8Labs LLC (Florida single-member LLC). 9 specialized agents providing PhD-level expertise in compliance, tax strategy, asset protection, and business operations. Triggers on keywords like LLC, taxes, expenses, annual report, EIN, compliance, bookkeeping, deductions, filing, sunbiz, quarterly, S-Corp, retirement, audit, insurance, cash flow, mentor, teach, learn.
2026-01-05
debug.md
0
1 export debug
2 iciakky from "iciakky/cc-general-skills"
3 Apply systematic debugging methodology using medical differential diagnosis principles. Trigger when AI modifies working code and anomalies occur, or when users report unexpected test results or execution failures. Use observation without preconception, fact isolation, differential diagnosis lists, deductive exclusion, experimental verification, precise fixes, and prevention mechanisms.
2026-01-05
cloudflare-workers.md
0
1 export cloudflare-workers
2 kienhaminh from "kienhaminh/speed-reader"
3 Comprehensive guide for building serverless applications with Cloudflare Workers. Use when developing Workers, configuring bindings, implementing runtime APIs, testing Workers, using Wrangler CLI, deploying to production, or building edge functions with JavaScript/TypeScript/Python/Rust.
2026-01-05
virtual-machine-management.md
0
1 export virtual-machine-management
2 surrealwolf from "surrealwolf/proxmox-ve-mcp"
3 Create, manage, and optimize virtual machines in Proxmox. Control VM lifecycle, monitor performance, adjust resources, and plan VM deployment strategies.
2026-01-05