Browse Skills
18175 skills found
dokploy-skill.md
0
1
export
dokploy-skill
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Dokploy 셀프호스팅 PaaS 플랫폼의 전체 관리 스킬. SSH 및 API를 통한 서버 관리,애플리케이션 배포, Docker Compose/Swarm 관리, 데이터베이스(PostgreSQL, MySQL, MongoDB, Redis) 관리,Traefik 리버스 프록시 설정, SSL 인증서(Let's Encrypt, Cloudflare Origin CA), 도메인 설정,볼륨 백업/복원, 컨테이너 모니터링, 서버 문제 해결 및 디버깅을 지원합니다.이 스킬 사용 시점:(1) "Dokploy", "dokploy" 언급 시(2) 애플리케이션 배포/재배포 요청(3) Docker Compose 또는 Swarm 관련 작업(4) 도메인 설정, SSL 인증서, HTTPS 설정(5) Traefik 설정 확인/수정, 502 에러, 도메인 접속 문제(6) 데이터베이스 생성, 백업, 복원(7) 볼륨 백업/복원, S3 연동(8) 컨테이너 로그 확인, 서버 상태 점검(9) 서버 유지보수, Dokploy 업데이트(10) 빌드 타입 선택 (Nixpacks, Dockerfile, Buildpack)
2026-01-05
unsloth-tts.md
0
1
export
unsloth-tts
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Fine-tuning Text-to-Speech (TTS) models with Unsloth for voice cloning and synthetic speech (triggers: TTS, text-to-speech, voice cloning, Orpheus-TTS, audio fine-tuning, speech synthesis).
2026-01-05
browser-automation.md
0
1
export
browser-automation
2
from
"The-Focus-AI/chrome-driver"
from
"The-Focus-AI/chrome-driver"
3
Automate Chrome browser via DevTools Protocol. Use when user asks to scrape websites, take screenshots, generate PDFs, interact with web pages, extract content, fill forms, or automate browser tasks.
2026-01-05
testing-pest.md
0
1
export
testing-pest
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate comprehensive Pest test suites for Laravel projects including tests for controllers, services, Livewire components, commands, jobs, and models with proper describe blocks for organization, mocking setup, happy path and failure scenarios, RefreshDatabase trait, and coverage for all public methods. Use this skill when creating test files for new features, adding test coverage for controllers or services, writing tests for API endpoints, testing Livewire components, ensuring proper test structure with beforeEach and describe blocks, implementing mocking strategies, or writing dataset-driven tests. This skill applies when working on files in tests/Feature/ or tests/Unit/ directories, creating Pest test files, or ensuring comprehensive test coverage.
2026-01-05
claude-skill-creator.md
0
1
export
claude-skill-creator
2
from
"KJR020/dotfiles"
from
"KJR020/dotfiles"
3
Guide for creating effective Claude Code skills with proper YAML frontmatter, directory structure, and best practices. Use when creating new skills, updating existing skills, or learning about skill development.
2026-01-05
docx.md
0
1
export
docx
2
from
"timoxue/LingNexus"
from
"timoxue/LingNexus"
3
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
2026-01-05
astro-patterns.md
0
1
export
astro-patterns
2
from
"vanman2024/ai-dev-marketplace"
from
"vanman2024/ai-dev-marketplace"
3
Astro best practices, routing patterns, component architecture, and static site generation techniques. Use when building Astro websites, setting up routing, designing component architecture, configuring static site generation, optimizing build performance, implementing content strategies, or when user mentions Astro patterns, routing, component design, SSG, static sites, or Astro best practices.
2026-01-05
brand-guidelines.md
0
1
export
brand-guidelines
2
from
"vamseeachanta/workspace-hub"
from
"vamseeachanta/workspace-hub"
3
Create and maintain brand guidelines including visual identity, voice and tone, and usage rules. Use for establishing brand standards, style guides, and ensuring brand consistency across materials.
2026-01-05
template.md
0
1
export
template
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create or edit Django templates with cotton components, template partials, and proper Tailwind usage. Use when creating/editing HTML templates, adding components, or when the user mentions templates, UI, or frontend work.
2026-01-05
architecture-guide.md
0
1
export
architecture-guide
2
from
"SlySlayer32/dashboard-link-saas"
from
"SlySlayer32/dashboard-link-saas"
3
Comprehensive guide for following the Zapier-style architecture patterns in Dashboard Link SaaS. Use when implementing new features, adding integrations, refactoring code, or when user says "follow the architecture", "use proper patterns", "implement like Zapier", "add a new plugin", or any architecture-related requests.
2026-01-05
debugging-kubernetes-incidents.md
0
1
export
debugging-kubernetes-incidents
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when investigating Kubernetes pod failures, crashes, resource issues, or service degradation. Provides systematic investigation methodology for incident triage, root cause analysis, and remediation planning in any Kubernetes environment.
2026-01-05
manage-hooks.md
0
1
export
manage-hooks
2
from
"Git-Fg/thecattoolkit"
from
"Git-Fg/thecattoolkit"
3
MUST INVOKE this skill when working with hooks, setting up event listeners, validating commands, automating workflows, adding notifications, or understanding hook types (PreToolUse, PostToolUse, Stop, SessionStart, UserPromptSubmit, etc). Expert guidance for creating, configuring, and using AI agent hooks (Claude Code-specific).
2026-01-05
tdd-red-phase.md
0
1
export
tdd-red-phase
2
from
"rubrical-studios/process-docs"
from
"rubrical-studios/process-docs"
3
Guide through RED phase - writing failing tests and verifying failures
2026-01-05
backend-rust.md
0
1
export
backend-rust
2
from
"timequity/vibe-coder"
from
"timequity/vibe-coder"
3
Modern Rust backend with Axum, SQLx, tokio + CI/CD automation.Use when: building Rust APIs, high-performance services, or needing build/test/lint/audit automation.Triggers: "axum", "rust backend", "rust api", "sqlx", "tokio", "cargo build","cargo test", "clippy", "rustfmt", "cargo-audit", "cross-compile", "rust ci","release build", "rust security", "shuttle", "actix".
2026-01-05
brave-search.md
0
1
export
brave-search
2
from
"vm0-ai/api0"
from
"vm0-ai/api0"
3
Brave Search API via curl. Use this skill for privacy-focused web, image, video, and news search with no tracking.
2026-01-05
playwright-browser-automation.md
0
1
export
playwright-browser-automation
2
from
"DiamondLightSource/smartem-frontend"
from
"DiamondLightSource/smartem-frontend"
3
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions, validate web functionality, or perform any browser-based testing.
2026-01-05
kysely.md
0
1
export
kysely
2
from
"danielseltzer/code-analysis-tools"
from
"danielseltzer/code-analysis-tools"
3
Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins
2026-01-05
eos-deploy-usb.md
0
1
export
eos-deploy-usb
2
from
"asnar00/miso"
from
"asnar00/miso"
3
Build and deploy Android/e/OS app to connected device via USB. Fast deployment (~2-5 seconds) using Gradle and ADB. Use when deploying, installing, or building Android apps to physical devices.
2026-01-05
debugging-flux-deployments.md
0
1
export
debugging-flux-deployments
2
from
"saavy1/sb"
from
"saavy1/sb"
3
Diagnoses and resolves issues with Flux GitOps deployments, Kubernetes pods, services, and HelmReleases in the Superbloom cluster
2026-01-05
form-creator.md
0
1
export
form-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create forms, validation schemas, and CRUD API endpoints. Use when building new data entry features or managing existing forms.
2026-01-05
learning-multi-script-design.md
0
1
export
learning-multi-script-design
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design learning materials for right-to-left languages, complex scripts, bidirectional text, and multi-script environments. Calculate text expansion factors and specify typography requirements. Use when creating content for Arabic, Hebrew, Asian scripts, or mixed-direction text. Activates on "RTL", "right-to-left", "bidirectional text", or "complex scripts".
2026-01-05
control-tester.md
0
1
export
control-tester
2
from
"ethanolivertroy/claude-grc-engineering"
from
"ethanolivertroy/claude-grc-engineering"
3
Designs and documents control testing procedures. Creates test plans, executes walkthroughs, and documents results for audit workpapers.
2026-01-05
command-line-basics.md
0
1
export
command-line-basics
2
from
"astrosteveo/skill-for-ricky"
from
"astrosteveo/skill-for-ricky"
3
Essential Linux command line commands for navigation, file management, and daily tasks. Includes Windows equivalents. Use when the user needs to learn basic terminal commands, file operations, or mentions being intimidated by the command line.
2026-01-05
create-cli.md
0
1
export
create-cli
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.
2026-01-05