Browse Skills

16146 skills found

running-integration-tests.md
2
1 export running-integration-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to run and manage integration test suites. It automates environment setup, database seeding, service orchestration, and cleanup. Use this skill when the user asks to "run integration tests", "execute integration tests", or any command that implies running integration tests for a project, including specifying particular test suites or options like code coverage. It is triggered by phrases such as "/run-integration", "/rit", or requests mentioning "integration tests". The plugin handles database creation, migrations, seeding, and dependent service management.
2026-01-05
building-recommendation-systems.md
2
1 export building-recommendation-systems
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender".
2026-01-05
dispatching-parallel-agents.md
2
1 export dispatching-parallel-agents
2 cipherstash from "cipherstash/cipherpowers"
3 Use when facing 3+ independent failures that can be investigated without shared state or dependencies - dispatches multiple Claude agents to investigate and fix independent problems concurrently
2026-01-05
fosmvvm-viewmodel-generator.md
2
1 export fosmvvm-viewmodel-generator
2 foscomputerservices from "foscomputerservices/FOSUtilities"
3 Generate FOSMVVM ViewModels - the bridge between server-side data and client-side Views. Use when creating new screens, pages, components, or any UI that displays data.
2026-01-05
spelling-grammar-checker.md
2
1 export spelling-grammar-checker
2 warpcode from "warpcode/dotfiles"
3 Analyze documentation, UI strings, comments, and user-facing text for spelling, grammar, clarity, and style. Scope: validation reports with severity, location, original/corrected text, rationale; external tooling recommendations. Triggers: "check spelling", "grammar", "proofread", "review text", "validate documentation".
2026-01-05
brokle-domain-architecture.md
2
1 export brokle-domain-architecture
2 brokle-ai from "brokle-ai/brokle"
3 Use this skill when working with Brokle's domain-driven architecture, including creating new domains, modifying domain entities, designing cross-domain interactions, refactoring domain boundaries, or implementing complex domain logic. This is a specialized architectural skill.
2026-01-05
performing-security-code-review.md
2
1 export performing-security-code-review
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to conduct a security-focused code review using the security-agent plugin. It analyzes code for potential vulnerabilities like SQL injection, XSS, authentication flaws, and insecure dependencies. Claude uses this skill when the user explicitly requests a security audit, asks for a code review with a focus on security, or mentions security concerns related to code. The security-agent plugin then provides structured security findings with severity ratings, code locations, impact assessments, and remediation guidance.
2026-01-05
cdn-usage.md
2
1 export cdn-usage
2 dave1010 from "dave1010/tools"
3 Use when adding external browser dependencies via CDN - Provides CDN selection guidance to ensure reliable script loading.
2026-01-05
release-manager.md
2
1 export release-manager
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Ship features safely with progressive rollouts, feature flags, and canary deployments. Use when deploying risky features or need gradual rollouts.
2026-01-05
fosmvvm-fields-generator.md
2
1 export fosmvvm-fields-generator
2 foscomputerservices from "foscomputerservices/FOSUtilities"
3 Generate FOSMVVM Form Specifications (Fields protocols) with validation and localization. Use when defining user input contracts for forms, request bodies, or any ValidatableModel.
2026-01-05
transaction-management.md
2
1 export transaction-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 データベーストランザクション管理の専門スキル。ACID特性、分離レベル、デッドロック回避を提供します。Anchors:• 『Designing Data-Intensive Applications』(Martin Kleppmann)/ 適用: トランザクション設計 / 目的: データ整合性Trigger:トランザクション管理、ACID特性実装、データ整合性保証設計、トランザクション分離レベル決定、ロック戦略検討、ロールバック処理実装時に使用
2026-01-05
design-system.md
2
1 export design-system
2 lsst-sqre from "lsst-sqre/squareone"
3 Complete reference for Rubin Observatory design system CSS variables and design tokens. Use this skill when styling components, referencing CSS custom properties, understanding the design token architecture, or working with colors, spacing, typography, and other design primitives. Covers both rubin-style-dictionary foundation tokens and squareone-specific tokens.
2026-01-05
agent-native-architecture.md
2
1 export agent-native-architecture
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Build AI agents on Cloudflare's edge using prompt-native architecture where features are defined in prompts, not code. Use when creating autonomous agents with Durable Objects, designing Workers services, implementing self-modifying systems, or adopting the "trust the agent's intelligence" philosophy on the edge.
2026-01-05
modeling-nosql-data.md
2
1 export modeling-nosql-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection.
2026-01-05
managing-test-environments.md
2
1 export managing-test-environments
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with specific configurations, manage Docker Compose files for test infrastructure, set up programmatic container management with Testcontainers, manage environment variables for tests, or ensure cleanup after tests. Trigger terms include "test environment", "docker compose", "testcontainers", "environment variables", "isolated environment", "env-setup", and "test setup".
2026-01-05
security-scan.md
2
1 export security-scan
2 cosmix from "cosmix/claude-code-setup"
3 Quick routine security checks for secrets, dependencies, and common vulnerabilities. Run frequently during development. Triggers: security scan, quick scan, secrets check, vulnerability check, security check, pre-commit security, routine security.
2026-01-05
platform-api-integration.md
2
1 export platform-api-integration
2 lsst-sqre from "lsst-sqre/squareone"
3 Guide for discovering and integrating with Rubin Science Platform (RSP) APIs using OpenAPI specifications. Use this skill when working with Gafaelfawr authentication APIs (/auth/*), Times Square notebook APIs (/times-square/api/*), or other RSP services. Covers finding OpenAPI specs, using WebFetch to download specifications, creating TypeScript types from schemas, implementing SWR-based hooks, handling authentication patterns (CSRF tokens, credentials), and creating mock APIs for development.
2026-01-05
excel-variance-analyzer.md
2
1 export excel-variance-analyzer
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automate budget vs actual variance analysis in Excel with flagging, commentary, and executive summaries for financial reporting and FP&A teams Activates when you request "excel variance analyzer" functionality.
2026-01-05
generating-stored-procedures.md
2
1 export generating-stored-procedures
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the stored-procedure-generator plugin to create production-ready stored procedures, functions, triggers, and custom database logic. It supports PostgreSQL, MySQL, and SQL Server. Use this skill when the user asks to "generate stored procedure", "create database function", "write a trigger", or needs help with "database logic", "optimizing database performance", or "ensuring transaction safety" in their database. The skill is activated by requests related to database stored procedures, functions, or triggers.
2026-01-05
subagent-driven-development.md
2
1 export subagent-driven-development
2 HTRamsey from "HTRamsey/claude-config"
3 Use when executing implementation plans with independent tasks in the current session or facing 3+ independent issues that can be investigated without shared state or dependencies - dispatches fresh subagent for each task with code review between tasks, enabling fast iteration with quality gates
2026-01-05
deploying-monitoring-stacks.md
2
1 export deploying-monitoring-stacks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill deploys monitoring stacks, including Prometheus, Grafana, and Datadog. It is used when the user needs to set up or configure monitoring infrastructure for applications or systems. The skill generates production-ready configurations, implements best practices, and supports multi-platform deployments. Use this when the user explicitly requests to deploy a monitoring stack, or mentions Prometheus, Grafana, or Datadog in the context of infrastructure setup.
2026-01-05
performance-optimization-react.md
2
1 export performance-optimization-react
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Reactアプリケーションのパフォーマンス最適化を体系的に実施するスキル。測定駆動の最適化アプローチで、不要な再レンダリングを削減し、ユーザー体験を向上させる。Anchors:• High Performance Browser Networking (Ilya Grigorik) / 適用: パフォーマンス測定手法 / 目的: データに基づいた最適化判断• React公式ドキュメント (Dan Abramov) / 適用: React.memo・useCallback・useMemo / 目的: 測定駆動の最適化実践• Clean Code (Robert C. Martin) / 適用: 早すぎる最適化を避ける原則 / 目的: 必要な最適化のみ実施Trigger:Use when optimizing React performance, reducing re-renders, applying React.memo, analyzing with React DevTools Profiler, implementing Context splitting, or diagnosing rendering performance issues.performance optimization, React performance, re-rendering, React.memo, useCallback, useMemo, profiler
2026-01-05
checking-infrastructure-compliance.md
2
1 export checking-infrastructure-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to check infrastructure compliance against industry standards such as SOC2, HIPAA, and PCI-DSS. It analyzes existing infrastructure configurations and reports on potential compliance violations. Use this skill when the user asks to assess compliance, identify security risks related to compliance, or generate reports on compliance status for SOC2, HIPAA, or PCI-DSS. Trigger terms include: "compliance check", "SOC2 compliance", "HIPAA compliance", "PCI-DSS compliance", "compliance report", "infrastructure compliance", "security audit", "assess compliance".
2026-01-05
data-engineer.md
2
1 export data-engineer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Expert in data pipelines, ETL processes, and data infrastructure
2026-01-05