Browse Skills
44756 skills found
ml-pipeline-workflow.md
0
1
export
ml-pipeline-workflow
2
from
"HermeticOrmus/after-the-third-cup"
from
"HermeticOrmus/after-the-third-cup"
3
Build end-to-end MLOps pipelines from data preparation through model training, validation, and production deployment. Use when creating ML pipelines, implementing MLOps practices, or automating model training and deployment workflows.
2026-01-05
laravel-data-writer.md
0
1
export
laravel-data-writer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Skill for creating and editing Spatie Laravel Data classes following Prowi conventions. Use when working with Data classes, DTOs, or data transfer objects. Enforces proper constructor-based properties, annotation-based validation, and Collection usage.
2026-01-05
home-server-role-creator.md
0
1
export
home-server-role-creator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Complete guide for adding new self-hosted applications to the home-server Ansible infrastructure. Use this skill when the user wants to add a new service, create a new role, or deploy a new self-hosted application. Covers role structure, integration patterns (firewall, NGINX, SELinux, DNS), installation methods (binary, package, container), and testing procedures.
2026-01-05
coverage-standards.md
0
1
export
coverage-standards
2
from
"IvanTorresEdge/molcajete.ai"
from
"IvanTorresEdge/molcajete.ai"
3
Coverage thresholds and reporting. Use when analyzing and improving test coverage.
2026-01-05
network-diagnostics.md
0
1
export
network-diagnostics
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Diagnose network connectivity issues: DNS, routing, firewall, port checks, traceroutes. Use for troubleshooting server-to-server communication or client access problems.
2026-01-05
cpp-qml-coding.md
0
1
export
cpp-qml-coding
2
from
"holograming/clone-toss-desktop"
from
"holograming/clone-toss-desktop"
3
C++/QML 코딩 컨벤션 및 패턴. 코드 작성/리뷰 시 참조.
2026-01-05
esc-guidelines-query.md
0
1
export
esc-guidelines-query
2
from
"bdeornelas/bdeornelas.github.io"
from
"bdeornelas/bdeornelas.github.io"
3
Query ESC (European Society of Cardiology) Guidelines by automatically locating the relevant PDF from the TOC and extracting cited answers. Use when answering clinical questions about cardiovascular diseases based on official ESC recommendations.
2026-01-05
golden-dataset-management.md
0
1
export
golden-dataset-management
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Backup, restore, and validate golden datasets for AI/ML systems - ensuring test data integrity and preventing catastrophic data loss
2026-01-05
mcp-server-discovery.md
0
1
export
mcp-server-discovery
2
from
"syeda-hoorain-ali/claude-code-skills"
from
"syeda-hoorain-ali/claude-code-skills"
3
Discovers and finds connection details for Model Context Protocol (MCP) servers through research and documentation
2026-01-05
canvas-design.md
0
1
export
canvas-design
2
from
"jerichoBob/claude-package-manager"
from
"jerichoBob/claude-package-manager"
3
Create beautiful visual art in .png and .pdf documents using design philosophy. Use this skill when the user asks to create a poster, piece of art, design, or other static visual piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
2026-01-05
dashboard-parallel-lists.md
0
1
export
dashboard-parallel-lists
2
from
"smith6jt-cop/Skills_Registry"
from
"smith6jt-cop/Skills_Registry"
3
Dashboard symbol_signals uses parallel lists (symbols[], signal_values[], gate_statuses[]) not dict keyed by symbol. Trigger when: (1) 'list' object has no attribute 'get', (2) .items() on symbol_signals fails.
2026-01-05
code-formatter.md
0
1
export
code-formatter
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Format Python code using black, ruff, and isort to ensure consistent style. This skill should be used before committing code to maintain code quality standards and pass CI/CD checks.
2026-01-05
add-doc.md
0
1
export
add-doc
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Register new documentation sources for Context7-based queries. Use when adding tools or SDKs to the project.
2026-01-05
executing-plans.md
0
1
export
executing-plans
2
from
"barrydobson/dotfiles_extra"
from
"barrydobson/dotfiles_extra"
3
Execute detailed plans in batches with review checkpoints
2026-01-05
skill-finder.md
0
1
export
skill-finder
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Proactively discover, install, and create Claude skills for specialized tasks. AUTOMATICALLY activates when encountering niche domains, unfamiliar APIs, specialized knowledge areas, or when user expresses wanting to learn/know something new. Searches the community registry at claude-plugins.dev and auto-installs matching skills. Creates new skills when no match exists. Use when user says "I want to know...", "help me with [specialized domain]", or when you recognize a task requires specialized expertise you don't have.
2026-01-05
browser-use.md
0
1
export
browser-use
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Web scraping, screenshots, form filling, file downloads/uploads, Google/DuckDuckGo image search, YouTube video downloading, and TikTok video downloading.
2026-01-05
mermaid-describer.md
0
1
export
mermaid-describer
2
from
"ogawa-yu/serving-kubeai"
from
"ogawa-yu/serving-kubeai"
3
Mermaid図を、ルールに従って記述することができる
2026-01-05
mechinterp-state.md
0
1
export
mechinterp-state
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Manage research state for SAE feature analysis including hypotheses, evidence tracking, and research history
2026-01-05
ngx-brand-voice.md
0
1
export
ngx-brand-voice
2
from
"270aldo/ngx_workspace"
from
"270aldo/ngx_workspace"
3
Guía completa de voz de marca NGX "Verdad Directa" con modos de comunicación, adaptación por audiencia y ejemplos aprobados
2026-01-05
rust-testing.md
0
1
export
rust-testing
2
from
"AutumnsGrove/GroveEngine"
from
"AutumnsGrove/GroveEngine"
3
Write and run Rust tests using cargo test with unit tests, integration tests, doc tests, and property-based testing. Use when writing Rust tests or setting up test infrastructure.
2026-01-05
playwright-browser-automation.md
0
1
export
playwright-browser-automation
2
from
"mattleonard16/taxhelper"
from
"mattleonard16/taxhelper"
3
Browser automation with Playwright for testing and validation. Use when user asks to test a page, verify UI, take screenshots, check responsive design, fill forms, or validate web functionality. Writes and executes custom automation scripts.
2026-01-05
vercel-ai-sdk.md
0
1
export
vercel-ai-sdk
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Builds AI-powered applications with Vercel AI SDK including streaming responses, chat interfaces, and model integration. Use when integrating LLMs, building chat applications, streaming AI responses, or implementing AI features in React.
2026-01-05
server-health.md
0
1
export
server-health
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Check Windows Server health: CPU, memory, disk, services, event logs, uptime. Use when user asks about server performance or wants a health check.
2026-01-05
writing.md
0
1
export
writing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create distinctive, production-grade blog posts. Use this skill when the user asks to build a new blog poast
2026-01-05