Browse Skills

18175 skills found

testing-conventions.md
2
1 export testing-conventions
2 benaor from "benaor/claude-config"
3 Testing conventions for React Native with TypeScript. Use this skill when writing tests, reviewing test code, or setting up test infrastructure. Covers unit tests, integration tests, component tests, test doubles (dummy, stub, spy, mock), builder pattern for fixtures, and the testing pyramid.
2026-01-05
database-monitoring.md
2
1 export database-monitoring
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 データベース監視の設計・実装・検証を体系化するスキル。SQLite/Tursoの統計情報、スロークエリ、接続数、ストレージを含めた監視運用を整理する。Anchors:• Designing Data-Intensive Applications / 適用: 性能とスケーリング設計 / 目的: 監視メトリクスの根拠整理• Database Reliability Engineering / 適用: SREの監視設計 / 目的: 監視項目の体系化• Observability / 適用: 監視と診断 / 目的: 可観測性の向上Trigger:Use when designing database monitoring metrics, alert thresholds, SLI/SLOs, or operational dashboards for SQLite/Turso.database monitoring, sqlite metrics, turso monitoring, slow query, alerting, sli slo
2026-01-05
sql-optimization.md
2
1 export sql-optimization
2 cosmix from "cosmix/claude-code-setup"
3 Analyzes and optimizes SQL queries for better performance, including index design and query rewriting. Trigger keywords: sql, query optimization, slow query, index, explain, performance, database tuning.
2026-01-05
museum-search.md
2
1 export museum-search
2 derekphilipau from "derekphilipau/museum-semantic-search"
3 Search the Met Museum Open Access Paintings collection using semantic search, find similar artworks, and search by image. Use this when users ask about art, paintings, museum collections, or want to find artworks by description, visual similarity, or artist.
2026-01-05
collaborative-outline.md
2
1 export collaborative-outline
2 bahayonghang from "bahayonghang/wechat-content-writer"
3 This skill should be used when the user asks to "创建大纲", "outline", "文章结构规划", "plan article structure", or needs help structuring their content before writing. Provides collaborative outline creation with interactive questioning and research gap identification.
2026-01-05
go-installer-dev.md
2
1 export go-installer-dev
2 MrPointer from "MrPointer/dotfiles"
3 Go development guide for the dotfiles-installer project. Use when writing Go code, adding features, fixing bugs, creating tests, working with package managers (brew, apt, dnf), implementing interfaces, using the commander/logger/filesystem utilities, handling privilege escalation, or understanding the codebase architecture. Covers coding patterns, testing conventions, interface design, error handling, and project structure.
2026-01-05
rag-pipeline-builder.md
2
1 export rag-pipeline-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Designs retrieval-augmented generation pipelines for document-based AI assistants. Includes chunking strategies, metadata schemas, retrieval algorithms, reranking, and evaluation plans. Use when building "RAG systems", "document search", "semantic search", or "knowledge bases".
2026-01-05
update-content.md
2
1 export update-content
2 eternnoir from "eternnoir/claude-tool"
3 Update existing files in knowledge base with directory governance. Use when user wants to modify, edit, or update existing content. Reads RULE.md to maintain format consistency and follows update rules.
2026-01-05
browser-automation.md
2
1 export browser-automation
2 HTRamsey from "HTRamsey/claude-config"
3 Browser automation via Puppeteer MCP for JS-rendered content
2026-01-05
fluxcd.md
2
1 export fluxcd
2 cosmix from "cosmix/claude-code-setup"
3 GitOps toolkit with Flux CD for Kubernetes continuous delivery. Use when implementing GitOps workflows, Helm releases, Kustomize deployments, or image automation. Triggers: fluxcd, flux, gitops, gitrepository, kustomization, helmrelease, image automation, source controller.
2026-01-05
aggregating-performance-metrics.md
2
1 export aggregating-performance-metrics
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to aggregate and centralize performance metrics from various sources. It is used when the user needs to consolidate metrics from applications, systems, databases, caches, queues, and external services into a central location for monitoring and analysis. The skill is triggered by requests to "aggregate metrics", "centralize performance metrics", or similar phrases related to metrics aggregation and monitoring. It facilitates designing a metrics taxonomy, choosing appropriate aggregation tools, and setting up dashboards and alerts.
2026-01-05
frontend-responsive.md
2
1 export frontend-responsive
2 adigunners from "adigunners/adigunners.github.io"
3 Responsive design standards for mobile-first development. Use this skill when implementing responsive layouts, mobile breakpoints, or ensuring the site works across all device sizes. Apply when working on viewport meta tags, media queries, responsive CSS, or mobile-optimized JavaScript interactions.
2026-01-05
implementing-database-audit-logging.md
2
1 export implementing-database-audit-logging
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy.
2026-01-05
appconfig-system.md
2
1 export appconfig-system
2 lsst-sqre from "lsst-sqre/squareone"
3 Expert guidance for working with the AppConfig runtime configuration system in squareone. Use this skill when implementing configuration loading, working with YAML config files, setting up new pages that need configuration, troubleshooting config hydration issues, or migrating from next/config patterns. Covers server-side loadAppConfig(), client-side useAppConfig(), MDX content loading, Sentry configuration injection, and Kubernetes ConfigMap patterns.
2026-01-05
langchain-deep-research.md
2
1 export langchain-deep-research
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run LangChain Open Deep Research agent for iterative web research and comprehensive reports. Requires LLM API keys and search API (e.g., OPENAI_API_KEY, TAVILY_API_KEY).
2026-01-05
domain-services.md
2
1 export domain-services
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ドメイン駆動設計におけるドメインサービスの識別・設計・実装を専門とするスキル。エンティティや値オブジェクトに属さないドメインロジックを適切にモデル化する。Anchors:• Domain-Driven Design (Eric Evans) / 適用: サービス識別パターン / 目的: ドメインロジックの適切な配置• Implementing DDD (Vaughn Vernon) / 適用: サービス実装ガイドライン / 目的: 実践的な設計指針• Clean Architecture (Robert Martin) / 適用: 依存性逆転の原則 / 目的: テスト容易性の確保Trigger:Use when identifying domain services, implementing cross-aggregate operations, designing service boundaries, separating domain and application services.domain service, cross-aggregate, stateless, domain logic, service boundary
2026-01-05
seo-optimization.md
2
1 export seo-optimization
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 SEO最適化の専門スキル。Next.js Metadata APIを活用した検索エンジン対策、ソーシャルメディア最適化、構造化データマークアップを提供する。Anchors:• Google SEO Starter Guide / 適用: メタデータ設定と構造化データ / 目的: 検索可視性向上• Web Vitals Guide / 適用: パフォーマンス最適化 / 目的: ユーザー体験向上• Schema.org Documentation / 適用: 構造化データマークアップ / 目的: リッチリザルト対応Trigger:Use when implementing SEO optimization, setting up metadata, adding structured data markup, configuring OGP, or optimizing for search engines.SEO, metadata, OGP, Twitter Cards, structured data, JSON-LD, sitemap, robots.txt
2026-01-05
http-best-practices.md
2
1 export http-best-practices
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 HTTPプロトコルの仕様に基づき、RESTful APIおよびWebサービス実装における通信設計を提供。ステータスコード、ヘッダー、キャッシュ、冪等性設計を網羅。Anchors:• HTTP/2 in Action (Barry Pollard) / 適用: プロトコル仕様・パフォーマンス / 目的: 効率的なHTTP通信• RESTful Web Services (Richardson, Ruby) / 適用: REST設計原則 / 目的: 一貫したAPI設計• Web API Design (Brian Mulloy) / 適用: 実践的なAPI設計パターン / 目的: 使いやすいAPITrigger:Use when designing REST APIs, implementing HTTP clients, configuring cache strategies, setting security headers, or ensuring idempotency.http, rest api, status codes, cache-control, cors, idempotency, headers, http/2, keep-alive
2026-01-05
firestore-service.md
2
1 export firestore-service
2 janisto from "janisto/fastapi-playground"
3 Guide for creating Firestore services with async operations, transactions, and proper error handling following this project's patterns.
2026-01-05
gemini.md
2
1 export gemini
2 SpillwaveSolutions from "SpillwaveSolutions/gemini-skill"
3 Shell out to Gemini CLI from Claude for any task. Use when asked to "pipe content to Gemini", "get Gemini perspective", "use gemini CLI", "run headless AI task", "parallel analysis with Gemini", or "get second opinion from Gemini". Useful for alternative perspectives, batch processing, or leveraging Gemini 2.5 Pro capabilities alongside Claude.
2026-01-05
llm-evaluation.md
2
1 export llm-evaluation
2 phrazzld from "phrazzld/claude-config"
3 LLM prompt testing, evaluation, and CI/CD quality gates using Promptfoo.Invoke when:- Setting up prompt evaluation or regression testing- Integrating LLM testing into CI/CD pipelines- Configuring security testing (red teaming, jailbreaks)- Comparing prompt or model performance- Building evaluation suites for RAG, factuality, or safetyKeywords: promptfoo, llm evaluation, prompt testing, red team, CI/CD, regression testing
2026-01-05
testing-requirements.md
2
1 export testing-requirements
2 andyngdz from "andyngdz/exogen_backend"
3 Use when writing tests - test structure, mocking patterns, pre-commit checks
2026-01-05
electron-security-hardening.md
2
1 export electron-security-hardening
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electronデスクトップアプリケーションのセキュリティ強化専門知識。XSS、コードインジェクション、プロセス隔離違反などの脅威から保護。Anchors:• Electron Security / 適用: プロセス隔離・IPC保護 / 目的: 安全なデスクトップアプリ• OWASP / 適用: 脆弱性評価・脅威モデリング / 目的: 継続的なセキュリティ監査• Content Security Policy / 適用: CSP実装 / 目的: XSS防御とリソース制限Trigger:Use when implementing Electron security hardening, configuring CSP, designing secure IPC channels, conducting security audits, managing vulnerabilities, or implementing sandboxing.electron security, CSP, IPC protection, context isolation, sandbox, preload
2026-01-05
rbac-implementation.md
2
1 export rbac-implementation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ロールベースアクセス制御(RBAC)の設計と実装パターンを提供するスキル。最小権限の原則に基づくロール体系設計、多層アクセス制御、権限チェックロジック、ポリシーエンジン構築を支援。Anchors:• 『Web Application Security』(Hoffman)/ 適用: アクセス制御設計 / 目的: セキュアな権限実装• NIST RBAC Model / 適用: ロール階層設計 / 目的: 標準準拠の権限モデル• OWASP Access Control Cheat Sheet / 適用: 実装パターン / 目的: セキュリティベストプラクティスTrigger:Use when designing role-based access control, implementing permission checks, building policy engines, or setting up multi-layer authorization.rbac, role, permission, authorization, access control, policy, middleware, least privilege
2026-01-05