Browse Skills
17720 skills found
playwright.md
2
1
export
playwright
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Browser automation with Playwright for Python. Use when testing websites, taking screenshots, filling forms, scraping web content, or automating browser interactions. Triggers on browser, web testing, screenshots, selenium, puppeteer, or playwright.
2026-01-05
managing-permissions.md
2
1
export
managing-permissions
2
from
"wombat9000/claude-plugins"
from
"wombat9000/claude-plugins"
3
Guide for configuring Claude Code permissions in settings.json with security best practices for allow, ask, and deny rules. Use when: (1) Setting up or modifying permissions in settings.json, (2) Discussing tool permissions, access control, or security configuration, (3) User mentions allowing, blocking, or restricting specific tools or file access, (4) Configuring Bash command permissions, file access (Read/Edit/Write), or WebFetch restrictions, (5) Questions about what permissions are safe vs risky, (6) Troubleshooting permission-related errors or "permission denied" issues, (7) Reviewing security configuration or hardening Claude Code access.
2026-01-05
deploying-machine-learning-models.md
2
1
export
deploying-machine-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to deploy machine learning models to production environments. It automates the deployment workflow, implements best practices for serving models, optimizes performance, and handles potential errors. Use this skill when the user requests to deploy a model, serve a model via an API, or put a trained model into a production environment. The skill is triggered by requests containing terms like "deploy model," "productionize model," "serve model," or "model deployment."
2026-01-05
scanning-for-xss-vulnerabilities.md
2
1
export
scanning-for-xss-vulnerabilities
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically scan for XSS (Cross-Site Scripting) vulnerabilities in code. It is triggered when the user requests to "scan for XSS vulnerabilities", "check for XSS", or uses the command "/xss". The skill identifies reflected, stored, and DOM-based XSS vulnerabilities. It analyzes HTML, JavaScript, CSS, and URL contexts to detect potential exploits and suggests safe proof-of-concept payloads. This skill is best used during code review, security audits, and before deploying web applications to production.
2026-01-05
performing-regression-analysis.md
2
1
export
performing-regression-analysis
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill empowers Claude to perform regression analysis and modeling using the regression-analysis-tool plugin. It analyzes datasets, generates appropriate regression models (linear, polynomial, etc.), validates the models, and provides performance metrics. Use this skill when the user explicitly requests regression analysis, prediction based on data, or mentions terms like "linear regression," "polynomial regression," "regression model," or "predictive modeling." This skill is also helpful when the user needs to understand the relationship between variables in a dataset.
2026-01-05
docker-containerization.md
2
1
export
docker-containerization
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Docker development and container orchestration expertise. Use when creating Dockerfiles, docker-compose configurations, debugging container issues, optimizing images, or setting up isolated development environments. Integrates with CI/CD workflows and security scanning.
2026-01-05
release.md
2
1
export
release
2
from
"Codename-11/Stash-Downloader"
from
"Codename-11/Stash-Downloader"
3
Create a new version release with git tag and GitHub Release. Use when user asks to release, publish, create a new version, or ship a release. (project)
2026-01-05
request-response-examples.md
2
1
export
request-response-examples
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
API仕様に整合したリクエスト/レスポンス例とエラーレスポンス例を作成するスキル。cURLとSDKサンプルを含め、実行可能で説明的な例示を短時間で整備する。Anchors:• OpenAPI Specification / 適用: 例示とスキーマ整合 / 目的: 仕様一致• RFC 7807 Problem Details / 適用: エラーレスポンス設計 / 目的: 形式統一• API Design Patterns (J.J. Geewax) / 適用: 例示設計 / 目的: 利用者理解の促進Trigger:Use when creating API request/response examples, cURL samples, SDK snippets, and error case documentation aligned with the API specification.request response examples, cURL, SDK examples, error responses, OpenAPI
2026-01-05
developer-portal-generator.md
2
1
export
developer-portal-generator
2
from
"Dexploarer/hyper-forge"
from
"Dexploarer/hyper-forge"
3
Create developer portals using Backstage or custom solutions
2026-01-05
times-square-integration.md
2
1
export
times-square-integration
2
from
"lsst-sqre/squareone"
from
"lsst-sqre/squareone"
3
Times Square notebook execution system integration patterns. Use this skill when working with Times Square pages, implementing SSE updates, handling URL parameters, setting up GitHub PR previews, or working with the Times Square API. Covers context providers, data fetching hooks, mock API endpoints, and page routing patterns.
2026-01-05
multiplayer-building.md
2
1
export
multiplayer-building
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Networking systems for multiplayer building games. Use when implementing networked construction, delta synchronization, client prediction, or conflict resolution. Server-authoritative model with optimistic client prediction for responsive gameplay.
2026-01-05
create-subagents.md
2
1
export
create-subagents
2
from
"rayk/lucid-toolkit"
from
"rayk/lucid-toolkit"
3
Expert guidance for creating, building, and using Claude Code subagents and the Task tool. Use when working with subagents, setting up agent configurations, understanding how agents work, or using the Task tool to launch specialized agents.
2026-01-05
yaml-master.md
2
1
export
yaml-master
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management,CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligentvalidation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformationswith deep understanding of YAML specifications and common anti-patterns.
2026-01-05
backend-latency-profiler-helper.md
2
1
export
backend-latency-profiler-helper
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Identifies API latency hotspots and bottlenecks with profiling tools, slow endpoint detection, suspected causes, and fix roadmap. Use for "latency profiling", "performance bottlenecks", "slow APIs", or "backend performance".
2026-01-05
startup.md
2
1
export
startup
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Review essential documentation and context at session start. Use when beginning a new session to load AI rules, git state, and pending tasks.
2026-01-05
git-commit-messages.md
2
1
export
git-commit-messages
2
from
"boneskull/claude-plugins"
from
"boneskull/claude-plugins"
3
Format git commit messages correctly, avoiding HEREDOC syntax issues in favor of multiline strings
2026-01-05
github.md
2
1
export
github
2
from
"bendrucker/claude"
from
"bendrucker/claude"
3
GitHub workflow best practices and tool selection. Use when working with GitHub repositories, pull requests, issues, or GitHub API interactions.
2026-01-05
prompt-engineering-toolkit.md
2
1
export
prompt-engineering-toolkit
2
from
"davidrd123/ComfyPromptByAPI"
from
"davidrd123/ComfyPromptByAPI"
3
Core prompt engineering techniques for LoRA-based video generation. Use when: prompts ignore critical elements, outputs are confused or generic, characters are inconsistent, performances feel lifeless, or style drifts toward realism. Covers attention budget, conceptual distance, simplification, aesthetic control, character consistency, performance direction, and advanced revision strategies.
2026-01-05
json-schema.md
2
1
export
json-schema
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
JSON Schema仕様に基づくスキーマ設計を専門とするスキル。API仕様の定義、OpenAPI連携、バリデーションルールの標準化を通じて、相互運用性の高いデータ構造を設計します。Anchors:• Effective TypeScript (Dan Vanderkam) / 適用: 型安全性とスキーマ設計 / 目的: 堅牢なスキーマ構造の実現• JSON Schema仕様 (Draft 2020-12) / 適用: 標準スキーマ定義 / 目的: 言語非依存なデータバリデーションTrigger:JSONスキーマ定義、APIレスポンス検証、データバリデーション設計、OpenAPI統合、スキーマ継承パターン、複雑なデータ構造の妥当性確認時に使用。
2026-01-05
react-vite-expert.md
2
1
export
react-vite-expert
2
from
"QuestForTech-Investments/claude-code-skills"
from
"QuestForTech-Investments/claude-code-skills"
3
Complete React + Vite expertise for building optimized, scalable applications. Covers project architecture, folder structure, component patterns, performance optimization, TypeScript best practices, testing, and build configuration. Use when building React apps with Vite, organizing projects, optimizing performance, or implementing best practices. Includes code generators, bundle analyzer, and production-ready templates.
2026-01-05
mcp-integrator.md
2
1
export
mcp-integrator
2
from
"sjnims/plugin-forge"
from
"sjnims/plugin-forge"
3
Integrate Model Context Protocol (MCP) servers into Claude Code plugins to connect external tools and services. Use when adding MCP servers, integrating external tools, or connecting APIs to plugins.
2026-01-05
motif-scanning.md
2
1
export
motif-scanning
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill identifies the locations of known transcription factor (TF) binding motifs within genomic regions such as ChIP-seq or ATAC-seq peaks. It utilizes HOMER to search for specific sequence motifs defined by position-specific scoring matrices (PSSMs) from known motif databases. Use this skill when you need to detect the presence and precise genomic coordinates of known TF binding motifs within experimentally defined regions such as ChIP-seq or ATAC-seq peaks.
2026-01-05
managing-autonomous-development.md
2
1
export
managing-autonomous-development
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Enables Claude to manage Sugar's autonomous development workflows. It allows Claude to create tasks, view the status of the system, review pending tasks, and start autonomous execution mode. Use this skill when the user asks to create a new development task using `/sugar-task`, check the system status with `/sugar-status`, review pending tasks via `/sugar-review`, or initiate autonomous development using `/sugar-run`. It provides a comprehensive interface for interacting with the Sugar autonomous development system.
2026-01-05
validate-translation.md
2
1
export
validate-translation
2
from
"ericfitz/tmi-ux"
from
"ericfitz/tmi-ux"
3
Validate that a translation is acceptable by checking placeholder preservation, length, encoding, and common errors. Use when reviewing translations or validating i18n file updates.
2026-01-05