Browse Skills
44557 skills found
ssh.md
0
1
export
ssh
2
from
"qnimbus/dotfiles"
from
"qnimbus/dotfiles"
3
Execute commands on remote servers via SSH, transfer files with SCP, and manage multiple hosts. Use when working with remote servers, deployments, system administration, log analysis, or any task requiring remote command execution. Supports SSH agent, key-based, and password authentication via environment variables, never exposing credentials.
2026-01-05
julien-dev-skill-renamer.md
0
1
export
julien-dev-skill-renamer
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Rename a skill across the marketplace. Use when: user wants to rename a skill, change skill name, or refactor skill naming.
2026-01-05
reviewing-prs.md
0
1
export
reviewing-prs
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use when the user wants to read, analyze, or respond to GitHub pull request reviews and comments
2026-01-05
vue.md
0
1
export
vue
2
from
"kprsnt2/MyLocalCLI"
from
"kprsnt2/MyLocalCLI"
3
Vue.js development best practices including Composition API, state management, and performance.
2026-01-05
critical-peer-personality.md
0
1
export
critical-peer-personality
2
from
"audunstrand/status-app"
from
"audunstrand/status-app"
3
Professional, skeptical communication style focused on critical thinking and coaching. Never over-enthusiastic, always verifies before agreeing, challenges ideas constructively. Use when you want a persona to act as an expert peer who coaches rather than serves.
2026-01-05
design-principles.md
0
1
export
design-principles
2
from
"CodeTonight-SA/cips"
from
"CodeTonight-SA/cips"
3
Unified software design principles - SOLID, GRASP, DRY, KISS, YAGNI, YSH. Apply when designing, reviewing, or refactoring code architecture. YSH (You Should Have) is the dialectical inverse of YAGNI.
2026-01-05
metabolomics.md
0
1
export
metabolomics
2
from
"justaddcoffee/open-science-skills"
from
"justaddcoffee/open-science-skills"
3
Metabolomics-specific analysis strategies and domain knowledge
2026-01-05
integrated-rag-chatbot-developer.md
0
1
export
integrated-rag-chatbot-developer
2
from
"Awais68/physical-AI-Homanoid-Book"
from
"Awais68/physical-AI-Homanoid-Book"
3
Design, generate, and fully deploy a stylish, production-ready Retrieval-Augmented Generation (RAG) chatbot embedded directly into any website/project. Uses OpenAI ChatKit widget + Cohere embeddings + Qdrant Cloud + Neon Serverless Postgres + FastAPI backend. Supports selected-text questioning and full conversation history.
2026-01-05
managing-git-workflow.md
0
1
export
managing-git-workflow
2
from
"ether-moon/skill-set"
from
"ether-moon/skill-set"
3
Automates git commits, push, and PR creation with context-aware messages and ticket extraction. Use when performing git operations, creating commits/PRs, or when user mentions git, GitHub, commit, push, or pull request.
2026-01-05
specimin-task.md
0
1
export
specimin-task
2
from
"timsvoice/specimin"
from
"timsvoice/specimin"
3
Generate atomic implementation tasks from high-level plans, providing coding agents with clear, actionable work items. Only invoke when user explicitly requests to create tasks, break down tasks, generate implementation tasks, or create a task breakdown.
2026-01-05
component-registry-query.md
0
1
export
component-registry-query
2
from
"stolostron/acm-config"
from
"stolostron/acm-config"
3
Query ACM/MCE component registry information including squad ownership, GitHub repositories, Konflux components, JIRA components, bundles, and prodsec components. Use when user asks about component ownership, squad assignments, repository URLs, component mappings, or any queries related to ACM/MCE components like "which squad owns X", "what's the repo for Y", "list components for Z squad", "what JIRA component for X", or "show all Server Foundation components".
2026-01-05
react-component-generator.md
0
1
export
react-component-generator
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Generate React component files with TypeScript, hooks, props interfaces, and styling patterns following best practices. Triggers on "create React component", "generate component for", "React TypeScript component", "scaffold React component".
2026-01-05
moai-document-processing.md
0
1
export
moai-document-processing
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
AI-powered enterprise document processing orchestrator with Context7 integration, intelligent document analysis, automated content extraction, multi-format support (docx, pdf, pptx, xlsx), and enterprise-grade document workflow automation
2026-01-05
python.md
0
1
export
python
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Create Python projects with modern best practices. Use when asked to create a Python project, FastAPI app, CLI tool, or Python package. Includes uv for package management, Docker, pre-commit, ruff, FastAPI with uvloop, Typer CLI, SQLModel, and Pydantic.
2026-01-05
loopwish-windows-dotnet.md
0
1
export
loopwish-windows-dotnet
2
from
"LoopWish/windows"
from
"LoopWish/windows"
3
Workflows for the Loopwish Windows client (.NET 8 WPF): build/test with dotnet CLI, keep Core vs App boundaries, and fix CI failures.
2026-01-05
backend-fundamentals.md
0
1
export
backend-fundamentals
2
from
"DanielPodolsky/mentor-spec"
from
"DanielPodolsky/mentor-spec"
3
Auto-invoke when reviewing API routes, server logic, Express/Node.js code, or backend architecture. Enforces REST conventions, middleware patterns, and separation of concerns.
2026-01-05
api-design-framework.md
0
1
export
api-design-framework
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Use this skill when designing REST, GraphQL, or gRPC APIs. Provides comprehensive API design patterns, versioning strategies, error handling conventions, authentication approaches, and OpenAPI/AsyncAPI templates. Ensures consistent, well-documented, and developer-friendly APIs across all backend services.
2026-01-05
confluence-server.md
0
1
export
confluence-server
2
from
"skempken/confluence-server"
from
"skempken/confluence-server"
3
This skill enables interaction with Confluence Server/Data Center REST API for documentation retrieval and knowledge management. Use when the user wants to read pages, search content, list spaces, or retrieve documentation from Confluence Server.
2026-01-05
fuzz-tester.md
0
1
export
fuzz-tester
2
from
"TakukiN/security_analysis_agent_skills"
from
"TakukiN/security_analysis_agent_skills"
3
Fuzz testing for discovering unknown vulnerabilities. Uses AFL, libFuzzer, Jazzer for automated crash detection and bug finding. Triggers on: fuzz, fuzzing, fuzz test, crash detection, mutation testing, input generation, bug hunting, unknown vulnerability, zero-day discovery.
2026-01-05
wolf-verification.md
0
1
export
wolf-verification
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Three-layer verification architecture (CoVe, HSP, RAG) for self-verification, fact-checking, and hallucination prevention
2026-01-05
sendgrid.md
0
1
export
sendgrid
2
from
"mgd34msu/goodvibes-plugin"
from
"mgd34msu/goodvibes-plugin"
3
Sends transactional and marketing emails with SendGrid API. Use when integrating email delivery in Node.js applications with templates, analytics, and high deliverability.
2026-01-05
e2e.md
0
1
export
e2e
2
from
"tidemann/st44-home"
from
"tidemann/st44-home"
3
Playwright expert for end-to-end testing, debugging, test infrastructure, and visual regression testing
2026-01-05
mmd-debugging.md
0
1
export
mmd-debugging
2
from
"majiayu000/claude-skill-registry"
from
"majiayu000/claude-skill-registry"
3
Troubleshoot and debug MIDI Markdown (MMD) files including validation errors, timing issues, value ranges, syntax problems, and compilation failures. Use when the user encounters MMD errors, validation failures, unexpected behavior, or needs help diagnosing MMD issues.
2026-01-05
google-sheets.md
0
1
export
google-sheets
2
from
"arlenagreer/claude_configuration_docs"
from
"arlenagreer/claude_configuration_docs"
3
Manage Google Sheets with comprehensive spreadsheet operations including reading/writing cell values, formulas, formatting, sheet management, and batch operations. Use for spreadsheet data operations, cell ranges, formulas, formatting, batch updates, and data analysis workflows. Shares OAuth token with email, calendar, contacts, drive, and docs skills.
2026-01-05