Browse Skills

20307 skills found

geospatial-visualization.md
2
1 export geospatial-visualization
2 cdcore09 from "cdcore09/holoviz-claude"
3 Master geographic and mapping visualizations with GeoViews. Use this skill when creating interactive maps, visualizing point/polygon/line geographic data, building choropleth maps, performing spatial analysis (joins, buffers, proximity), working with coordinate reference systems, or integrating tile providers and basemaps.
2026-01-05
frontend-refactor-planner.md
2
1 export frontend-refactor-planner
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates safe refactor plans for messy UI code including component splitting strategies, state simplification, performance optimizations, and accessibility improvements. Provides phased approach, risk assessment, and "done" criteria. Use when refactoring "legacy code", "messy components", "performance issues", or "large files".
2026-01-05
frontend-testing.md
2
1 export frontend-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Comprehensive frontend testing strategy encompassing component tests, visual regression, accessibility, and E2E testing for modern web applications using Vitest, React Testing Library, Playwright, and Storybook.Anchors:• Test-Driven Development: By Example (Kent Beck) / Apply: Red-Green-Refactor cycle / Purpose: Guide test-first development workflow• Testing Library Guiding Principles / Apply: Query priorities and user-centric testing / Purpose: Ensure tests resemble user behavior• WCAG 2.1 AA Standards / Apply: Automated accessibility testing / Purpose: Ensure inclusive UI componentsTrigger:Use when implementing or improving frontend tests, setting up test infrastructure, debugging failing tests, improving test coverage, or establishing testing best practices for React/Next.js applications.vitest, react testing library, playwright, storybook, component test, e2e test, visual regression, accessibility testing, test coverage, mock service worker
2026-01-05
exa-search.md
2
1 export exa-search
2 benjaminjackson from "benjaminjackson/exa-skills"
3 Search the web for content matching a query with AI-powered semantic search. Use for finding relevant web pages, research papers, news articles, code repositories, or any web content by meaning rather than just keywords.
2026-01-05
electron-architecture.md
2
1 export electron-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electronデスクトップアプリケーションのアーキテクチャ設計を専門とするスキル。Main/Renderer/Preloadプロセスの責務分離、型安全なIPC通信設計、セキュリティ設定を支援する。Anchors:• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: プロセス間の責務分離• Electron公式ドキュメント / 適用: プロセスモデル / 目的: セキュアな設計パターン• TypeScript / 適用: 型安全なIPC設計 / 目的: エンドツーエンドの型安全性Trigger:Use when designing Electron architecture, implementing IPC communication, configuring security settings, or separating Main/Renderer responsibilities.electron, ipc, main process, renderer, preload, contextIsolation, contextBridge
2026-01-05
csp-lua.md
2
1 export csp-lua
2 tobi from "tobi/ac-tracer"
3 CSP (Custom Shaders Patch) Lua API reference for Assetto Corsa modding. Use when working with ac.*, ui.*, render.*, physics.* APIs or any CSP Lua code.
2026-01-05
writing-plans.md
2
1 export writing-plans
2 cipherstash from "cipherstash/cipherpowers"
3 Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge
2026-01-05
claude-compass-best-practices.md
2
1 export claude-compass-best-practices
2 AizenvoltPrime from "AizenvoltPrime/claude-compass"
3 Enforce Claude Compass development standards and best practices. This skill should be used when writing or modifying code in the Claude Compass repository, including parsers, database migrations, graph builders, MCP tools, and core services. It ensures adherence to code quality principles, proper error handling, self-documenting code, and established architectural patterns.
2026-01-05
optimizing-database-connection-pooling.md
2
1 export optimizing-database-connection-pooling
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill optimizes database connection pooling for enhanced performance and resource management. It is activated when the user requests assistance with connection pooling, database performance tuning, or connection lifecycle management. Use this skill to implement and configure connection pools in various programming languages, identify optimal pool settings, and troubleshoot common connection-related issues. The skill is triggered by phrases like "connection pooling," "optimize database connections," or "improve database performance with connection pool."
2026-01-05
managing-database-testing.md
2
1 export managing-database-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
2026-01-05
check-codex.md
2
1 export check-codex
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Check for pending Codex (GitHub AI) feedback on current branch's PR. Use to review and address AI suggestions before merge. This is the rate-limiting step before merge.
2026-01-05
training-machine-learning-models.md
2
1 export training-machine-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill trains machine learning models using automated workflows. It analyzes datasets, selects appropriate model types (classification, regression, etc.), configures training parameters, trains the model with cross-validation, generates performance metrics, and saves the trained model artifact. Use this skill when the user requests to "train" a model, needs to evaluate a dataset for machine learning purposes, or wants to optimize model performance. The skill supports common frameworks like scikit-learn.
2026-01-05
jina-ai.md
2
1 export jina-ai
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Use Jina AI APIs for converting URLs to LLM-friendly Markdown (Reader) and searching the web (Search).
2026-01-05
odoo-app-landing-page.md
2
1 export odoo-app-landing-page
2 smartops-aero from "smartops-aero/smartops-odoo-flight"
3 Create or update index.html landing pages for Odoo modules following App Store restrictions and best practices
2026-01-05
running-mutation-tests.md
2
1 export running-mutation-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate test suite quality by performing mutation testing. It is triggered when the user asks to run mutation tests, analyze test effectiveness, or improve test coverage. The skill introduces code mutations, runs tests against the mutated code, and reports on the "survival rate" of the mutations, indicating the effectiveness of the test suite. Use this skill when the user requests to assess the quality of their tests using mutation testing techniques. Specific trigger terms include "mutation testing", "test effectiveness", "mutation score", and "surviving mutants".
2026-01-05
backend-models.md
2
1 export backend-models
2 adigunners from "adigunners/adigunners.github.io"
3 Define and validate data structures used throughout the static website, ensuring JavaScript modules and HTML templates work with consistent and well-defined data models. Use this skill when designing data shapes, creating type definitions, or documenting expected data properties.
2026-01-05
searching-web.md
2
1 export searching-web
2 trancong12102 from "trancong12102/agentskills"
3 Searches web, library documentation, GitHub repositories, code examples, and fetches URL content via subagent. Use when asking "how to", "what is", "find", "search", "explain", "look up", or "fetch"; when needing docs for any library/framework; when researching GitHub repos; when finding code patterns or current news; or when extracting content from a URL.
2026-01-05
tmux.md
2
1 export tmux
2 r0man from "r0man/guix-home"
3 Remote control tmux sessions for interactive CLIs (python, gdb, etc.) by sending keystrokes and scraping pane output. Use when debugging applications, running interactive REPLs (Python, gdb, ipdb, psql, mysql, node), automating terminal workflows, or when user mentions tmux, debugging, or interactive shells.
2026-01-05
tracking-regression-tests.md
2
1 export tracking-regression-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
2026-01-05
toolchain-preferences.md
2
1 export toolchain-preferences
2 phrazzld from "phrazzld/claude-config"
3 Apply preferred toolchain and technology stack defaults: pnpm, Next.js, TypeScript, Convex, Vercel, Tailwind, shadcn/ui, Zustand, TanStack, Vitest. Use when setting up new projects, choosing dependencies, discussing stack decisions, or evaluating alternatives.
2026-01-05
detection-engineering.md
2
1 export detection-engineering
2 refractionPOINT from "refractionPOINT/documentation"
3 Expert Detection Engineer assistant for creating and testing D&R rules in LimaCharlie. Guides through understanding threats, researching event data (Schema, LCQL, Timeline), generating detection logic, testing rules against sample and historical data, and deploying validated rules. Use for building detections, writing D&R rules, testing detection logic, or when user wants to detect specific behaviors or threats.
2026-01-05
authentication-flows.md
2
1 export authentication-flows
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 API Key、JWT、OAuth 2.0、mTLS などの認証方式を比較し、適切なフロー設計と実装方針を整理するスキル。方式選定、トークン管理、署名戦略、セキュリティ対策を一貫して設計します。Anchors:• Web Application Security / 適用: 脅威整理 / 目的: 認証フローのリスク把握• OWASP Authentication Cheat Sheet / 適用: 実装ベストプラクティス / 目的: 安全な実装指針• RFC 6749 & RFC 7519 / 適用: OAuth/JWT仕様 / 目的: 標準準拠の設計Trigger:Use when selecting authentication flows (API Key/JWT/OAuth/mTLS), designing token strategy, or validating auth configuration.
2026-01-05
tdd-principles.md
2
1 export tdd-principles
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 テストファーストで仕様を定義し、Red-Green-Refactorを小さなステップで回すためのスキル。設計の創発とレガシー対応まで含めて、テスト駆動開発の実務判断を支援する。Anchors:• Test-Driven Development: By Example / 適用: TDDサイクル / 目的: 仕様の明確化• xUnit Test Patterns / 適用: テスト設計 / 目的: 表現の一貫性• Working Effectively with Legacy Code / 適用: レガシー適用 / 目的: 安全な変更Trigger:Use when planning or executing test-driven development, defining test-first strategy, or reviewing red-green-refactor quality.TDD, test-first, red-green-refactor, small steps, refactoring
2026-01-05
guardrails-safety-filter-builder.md
2
1 export guardrails-safety-filter-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements content safety filters with PII redaction, policy constraints, prompt injection detection, and safe refusal templates. Use when adding "content moderation", "safety filters", "PII protection", or "guardrails".
2026-01-05