Browse Skills
44969 skills found
playwright-testing.md
2
1
export
playwright-testing
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Write E2E tests with Playwright including Page Object Model, visual regression testing, and CI/CD integration. Use when testing user flows, integration testing, or visual regression testing.
2026-01-05
project-architecture-integration.md
2
1
export
project-architecture-integration
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
プロジェクト固有のアーキテクチャ設計原則を統合するスキル。ハイブリッドアーキテクチャ(shared/features)、Clean Architecture依存関係ルール、データベース設計、REST API、テスト戦略、エラーハンドリング、CI/CD原則をエージェント設計に適用する。Anchors:• Clean Architecture / 適用: 依存関係ルールと境界設計 / 目的: アーキテクチャ層の分離と依存方向制御• Hybrid Architecture (shared/features) / 適用: ドメイン分離と再利用設計 / 目的: 循環依存回避と単一責任維持• docs/00-requirements/ / 適用: プロジェクト技術スタック仕様 / 目的: 要求仕様との整合性確保Trigger:Use when designing agents that generate project-specific files, database operations, API integrations, test strategies, error handling, or CI/CD workflows. Apply when determining file placement (shared/ vs features/), enforcing dependency rules, or ensuring architecture compliance.architecture compliance, hybrid structure, shared features, dependency rules, agent file generation, database design, REST API, testing strategy
2026-01-05
design-concepts.md
2
1
export
design-concepts
2
from
"mevans2120/design-suite-claude-skills"
from
"mevans2120/design-suite-claude-skills"
3
Creates conceptual designs that illustrate design strategy and approach. Leverages research insights and design briefs to develop UI concepts, mood boards, and interactive prototypes. Translates strategic direction into visual design explorations that communicate intent and gather feedback.
2026-01-05
tmux.md
2
1
export
tmux
2
from
"tizee/dotfiles"
from
"tizee/dotfiles"
3
Remote control tmux sessions for interactive CLIs by sending keystrokes and scraping output.
2026-01-05
fact-checker.md
2
1
export
fact-checker
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Validate changes for factual accuracy, completeness, and intent preservation without modifications. Scope: fact-checking, verifying refactors, validating imports, checking rewrites, comparing versions, reviewing documentation changes. Triggers: "fact-check", "verify", "validate", "compare versions".
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
testing-strategist.md
2
1
export
testing-strategist
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Design and implement comprehensive testing strategies. Use when setting up tests, choosing test types, implementing TDD, or improving code quality. Covers unit tests, integration tests, E2E tests, test-driven development, and testing best practices.
2026-01-05
docker.md
2
1
export
docker
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Creates and optimizes Docker configurations including Dockerfiles, docker-compose files, and container orchestration. Trigger keywords: docker, dockerfile, container, image, docker-compose, containerize, build image.
2026-01-05
etl-sync-job-builder.md
2
1
export
etl-sync-job-builder
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Designs reliable ETL and data synchronization jobs with incremental updates, idempotency guarantees, watermark tracking, error handling, and retry logic. Use for "ETL jobs", "data sync", "incremental sync", or "data pipeline".
2026-01-05
encrypting-and-decrypting-data.md
2
1
export
encrypting-and-decrypting-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to encrypt and decrypt data using various algorithms provided by the encryption-tool plugin. It should be used when the user requests to "encrypt data", "decrypt a file", "generate an encrypted file", or needs to secure sensitive information. This skill supports various encryption methods and ensures data confidentiality. It is triggered by requests related to data encryption, decryption, or general data security needs.
2026-01-05
code-review.md
2
1
export
code-review
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when reviewing code changes, pull requests, or performing refactoring analysis with focus on patterns, security, and performance.
2026-01-05
golang-testing.md
2
1
export
golang-testing
2
from
"joeyagreco/dotfiles"
from
"joeyagreco/dotfiles"
3
GoLang testing guidelines
2026-01-05
react.md
2
1
export
react
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Modern React SPA development with React Router v7, Jotai state management, and Vite tooling. Use for building single-page applications with client-side routing, global state, forms, and async data loading. Triggers: react, spa, single page application, react-router, jotai, vite, bun, client-side routing, react hooks, useState, useEffect.
2026-01-05
ark-research.md
2
1
export
ark-research
2
from
"dwmkerr/ark-claude-code-marketplace"
from
"dwmkerr/ark-claude-code-marketplace"
3
Research technical solutions by searching the web, examining GitHub repos, and gathering evidence. Use when exploring implementation options or evaluating technologies.
2026-01-05
input-sanitization.md
2
1
export
input-sanitization
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
ユーザー入力のサニタイズとセキュリティ対策を専門とするスキル。XSS、SQLインジェクション、コマンドインジェクションなどの攻撃を防止。Anchors:• OWASP Top 10 / 適用: インジェクション対策 / 目的: 主要脆弱性の予防• Web Application Hacker's Handbook / 適用: 入力検証 / 目的: 攻撃ベクトル理解Trigger:Use when handling user input, building database queries, processing file uploads, or generating dynamic HTML content.XSS, SQL injection, command injection, sanitization, validation, escape
2026-01-05
generating-security-audit-reports.md
2
1
export
generating-security-audit-reports
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate comprehensive security audit reports. It is designed to provide insights into an application or system's security posture, compliance status, and recommended remediation steps. Use this skill when the user requests a "security audit report", wants to "audit security", or needs a "vulnerability assessment report". The skill analyzes security data and produces a detailed report in various formats. It is best used to identify vulnerabilities, track compliance, and create remediation roadmaps. The skill can be activated via the command `/audit-report` or its shortcut `/auditreport`.
2026-01-05
codegen-feature.md
2
1
export
codegen-feature
2
from
"nihiyama/ffq"
from
"nihiyama/ffq"
3
Implement new features using TDD starting from README + Issue (following codegen-test), aligning with existing implementation conventions, and leveraging Serena MCP semantic search/editing to deliver high performance while being mindful of data races.
2026-01-05
openapi-specification.md
2
1
export
openapi-specification
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
OpenAPI仕様の専門スキル。API定義、スキーマ設計、ドキュメント生成を提供します。Anchors:• 『OpenAPI Specification』(Linux Foundation) / 適用: API仕様設計 / 目的: REST API標準化• 『RESTful API設計のベストプラクティス』(複数出典) / 適用: エンドポイント設計 / 目的: 一貫性確保Trigger:OpenAPI仕様書作成時、API定義ドキュメント作成時、Swagger仕様設計時に使用
2026-01-05
codex-implement.md
2
1
export
codex-implement
2
from
"antorsae/dual-agent"
from
"antorsae/dual-agent"
3
Delegate complex implementation tasks to Codex. Use when user says codex implement, delegate implementation, or has a complex coding task.
2026-01-05
adapting-transfer-learning-models.md
2
1
export
adapting-transfer-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. It is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing transfer learning. It analyzes the user's requirements, generates code for adapting the model, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when you need to leverage existing models for new tasks or datasets, optimizing for performance and efficiency.
2026-01-05
lcp-repo.md
2
1
export
lcp-repo
2
from
"YusukeShimizu/lightning-compute-protocol"
from
"YusukeShimizu/lightning-compute-protocol"
3
Repository orientation and which Codex skills to use for each area (go-lcpd, protocol spec, docs, openai-serve, ExecPlans).
2026-01-05
react-component-development.md
2
1
export
react-component-development
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Design and implement React components with hooks, composition patterns, and performance optimization. Use when creating React components, implementing custom hooks, or optimizing component performance.
2026-01-05
skill-creator.md
2
1
export
skill-creator
2
from
"AizenvoltPrime/claude-compass"
from
"AizenvoltPrime/claude-compass"
3
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
bupkis-assertion-patterns.md
2
1
export
bupkis-assertion-patterns
2
from
"boneskull/claude-plugins"
from
"boneskull/claude-plugins"
3
How to write idiomatic assertions with the Bupkis assertion library for TypeScript and JavaScript
2026-01-05