Browse Skills
20307 skills found
coderabbit-review.md
3
1
export
coderabbit-review
2
from
"shogogg/dotfiles"
from
"shogogg/dotfiles"
3
Perform code review using CodeRabbit. Must use this skill if instructed to perform a CodeRabbit review.
2026-01-05
okyline.md
3
1
export
okyline
2
from
"Okyline/Okyline-skill"
from
"Okyline/Okyline-skill"
3
Expert assistant for the Okyline schema language. Okyline enables JSON data validation by example, where constraints are expressed inline on field names. Use when creating, editing, or converting JSON Schema, Avro, or other schema formats to Okyline, or when answering questions about Okyline syntax and features. This skill should be triggered whenever the user mentions Okyline, references .oky files, or asks about example-driven JSON schema validation.
2026-01-05
storage-sync.md
3
1
export
storage-sync
2
from
"d-o-hub/rust-self-learning-memory"
from
"d-o-hub/rust-self-learning-memory"
3
Synchronize memories between Turso (durable) and redb (cache) storage layers. Use when cache appears stale, after failures, or during periodic maintenance.
2026-01-05
nativephp-livewire-integration.md
3
1
export
nativephp-livewire-integration
2
from
"NativePHP/ClaudePlugins"
from
"NativePHP/ClaudePlugins"
3
This skill should be used when the user asks about "livewire nativephp", "livewire native event", "#[OnNative]", "livewire camera", "livewire component native", "livewire geolocation", "livewire biometrics", "handle native event in livewire", "livewire photo upload", "livewire scanner", or needs to integrate NativePHP native functionality into Livewire components.
2026-01-05
optimizing-cache-performance.md
2
1
export
optimizing-cache-performance
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate", or needs assistance with "cache key design", "TTL optimization", or "cache invalidation". The skill identifies potential bottlenecks and recommends adjustments for improved performance and efficiency of caching mechanisms like Redis.
2026-01-05
prompt-engineering.md
2
1
export
prompt-engineering
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Core prompt-engineering protocols mandatory for ALL prompt-related tasks. Provides LLM prompt engineering best practices: clear/direct, multishot, chain-of-thought, XML tags, prompt chaining, long context, extended thinking. Includes guard rails: reduce hallucinations, increase consistency, mitigate jailbreaks, handle streaming refusals, reduce prompt leak, keep in character. Scope: general prompt engineering principles and best practices. Triggers: all prompt-related tasks.
2026-01-05
conducting-browser-compatibility-tests.md
2
1
export
conducting-browser-compatibility-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables cross-browser compatibility testing for web applications using BrowserStack, Selenium Grid, or Playwright. It tests across Chrome, Firefox, Safari, and Edge, identifying browser-specific bugs and ensuring consistent functionality. It is used when a user requests to "test browser compatibility", "run cross-browser tests", or uses the `/browser-test` or `/bt` command to assess web application behavior across different browsers and devices. The skill generates a report detailing compatibility issues and screenshots for visual verification. Activates when you request "conducting browser compatibility tests" functionality.
2026-01-05
advanced-rendering.md
2
1
export
advanced-rendering
2
from
"cdcore09/holoviz-claude"
from
"cdcore09/holoviz-claude"
3
Master high-performance rendering for large datasets with Datashader. Use this skill when working with datasets exceeding 100M+ points, optimizing visualization performance, or implementing efficient rendering strategies with rasterization and colormapping techniques.
2026-01-05
optimizing-deep-learning-models.md
2
1
export
optimizing-deep-learning-models
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill optimizes deep learning models using various techniques. It is triggered when the user requests improvements to model performance, such as increasing accuracy, reducing training time, or minimizing resource consumption. The skill leverages advanced optimization algorithms like Adam, SGD, and learning rate scheduling. It analyzes the existing model architecture, training data, and performance metrics to identify areas for enhancement. The skill then automatically applies appropriate optimization strategies and generates optimized code. Use this skill when the user mentions "optimize deep learning model", "improve model accuracy", "reduce training time", or "optimize learning rate".
2026-01-05
test-driven-development.md
2
1
export
test-driven-development
2
from
"cipherstash/cipherpowers"
from
"cipherstash/cipherpowers"
3
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first
2026-01-05
global-security.md
2
1
export
global-security
2
from
"jaypaulb/CanvusAPI-LLMDemo"
from
"jaypaulb/CanvusAPI-LLMDemo"
3
Your approach to handling global security. Use this skill when working on files where global security comes into play.
2026-01-05
api-client-patterns.md
2
1
export
api-client-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
外部API統合における構造的パターンと腐敗防止層(Anti-Corruption Layer)の設計を専門とするスキル。API クライアントの設計、データ変換、パターンの実装を支援します。**Anchors**:• 『RESTful Web APIs』(Leonard Richardson, Mike Amundsen)/ 適用: API仕様分析と設計 / 目的: 外部API統合の基盤構築• 『Design Patterns』(Gang of Four)/ 適用: APIクライアント抽象化 / 目的: Adapter Patternによるインターフェース統合と保護• 『Domain-Driven Design』(Eric Evans)/ 適用: 境界層実装 / 目的: Anti-Corruption Layerによる外部API変更の影響隔離• 『Design Patterns』(Gang of Four)/ 適用: 統合インターフェース設計 / 目的: Facade Patternによる複雑なAPI統合の簡潔化• 『API Design Best Practices』(複数の標準仕様)/ 適用: データ変換ロジック / 目的: 型安全な形式変換と検証**Triggers**:• APIクライアントを設計する必要がある時に使用• 外部データを内部ドメインモデルに変換する必要がある時に使用• 腐敗防止層の境界を設計する必要がある時に使用• 外部API変更の影響を最小限に抑えたい時に使用• 複数のAPI統合を管理する必要がある時に使用
2026-01-05
indexing-strategies.md
2
1
export
indexing-strategies
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
SQLiteにおけるインデックス設計戦略の専門知識。B-Treeインデックス、部分インデックス、式インデックス、カバリングインデックスの特性と選択基準を提供。Turso + Drizzle ORM環境での実装を前提とする。Anchors:• Designing Data-Intensive Applications (Martin Kleppmann) / 適用: データモデリング・インデックス設計原則 / 目的: 体系的なインデックス戦略の確立• SQLite Documentation / 適用: B-Tree実装・クエリプランナー挙動 / 目的: SQLite特有の最適化技法の適用• Drizzle ORM / 適用: index()構文・マイグレーション / 目的: 型安全なスキーマ定義Trigger:Use when designing database indexes, analyzing query performance, optimizing read operations, evaluating index candidates, or implementing Drizzle ORM index migrations.Keywords: index, indexing, B-Tree, query performance, SQLite, Drizzle, cardinality, selectivity, covering index, partial index, expression index.
2026-01-05
rails-grpc-implementation.md
2
1
export
rails-grpc-implementation
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Implement gRPC services in Rails for high-performance microservices. Use when building inter-service communication, streaming APIs, or efficient binary protocol endpoints.
2026-01-05
coding-standards.md
2
1
export
coding-standards
2
from
"masanao-ohba/claude-manifests"
from
"masanao-ohba/claude-manifests"
3
PHP coding standards (PSR-12, PHPDoc, type hints) for any PHP project
2026-01-05
layer-testing.md
2
1
export
layer-testing
2
from
"bengous/claude-code-plugins"
from
"bengous/claude-code-plugins"
3
Generate comprehensive tests for architectural layers with coverage-first analysis.Use when testing specific layers (core, domain, application, infrastructure, boundary).Reads testing strategy from playbook or uses interactive template selection.
2026-01-05
monitoring-error-rates.md
2
1
export
monitoring-error-rates
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to monitor and analyze application error rates to improve reliability. It is used when the user needs to track and understand errors occurring in their application, including HTTP errors, application exceptions, database errors, external API errors, background job errors, and client-side errors. Use this skill when the user asks to "monitor errors", "analyze error rates", "track application errors", or requests help with "error monitoring". It sets up comprehensive error tracking and alerting based on defined thresholds.
2026-01-05
plugin-validator.md
2
1
export
plugin-validator
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Automatically validates Claude Code plugin structure, schemas, and compliance when user mentions validate plugin, check plugin, or plugin errors. Runs comprehensive validation specific to claude-code-plugins repository standards.
2026-01-05
ark-architecture.md
2
1
export
ark-architecture
2
from
"dwmkerr/ark-claude-code-marketplace"
from
"dwmkerr/ark-claude-code-marketplace"
3
Design architecture for Ark features following existing patterns and principles. Use when planning new features, extending components, or evaluating technical approaches.
2026-01-05
task-decomposition.md
2
1
export
task-decomposition
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
複雑なタスクを目的・成果・制約から分解し、実行可能な作業単位に落とし込むスキル。依存関係、優先順位、検証条件まで整理して、実行計画を一貫した形で提示する。Anchors:• PMBOK Guide / 適用: WBS作成 / 目的: 分解粒度と成果物の整合• User Story Mapping (Jeff Patton) / 適用: 価値分解 / 目的: 価値順序の可視化• The Pragmatic Programmer / 適用: 反復計画 / 目的: 実行可能性の担保Trigger:Use when breaking down complex work, clarifying ambiguous tasks, or planning phased execution.task decomposition, work breakdown, WBS, dependency mapping, phased planning
2026-01-05
sdd-artifact-rollout.md
2
1
export
sdd-artifact-rollout
2
from
"mosaan/releio"
from
"mosaan/releio"
3
Guides SDD artifact implementation for NEW and EXISTING projects. Use for DDD glossary, context map, domain models, ADRs, user stories with acceptance criteria. For existing projects, supports gap analysis, code-to-spec reverse engineering, and phased migration. Triggers on SDD, spec-driven, artifact, glossary, context map, domain vision, ADR, legacy documentation, reverse engineering, existing project documentation, gap analysis.
2026-01-05
api-integration-builder.md
2
1
export
api-integration-builder
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Build reliable third-party API integrations including OAuth, webhooks, rate limiting, error handling, and data sync. Use when integrating with external services (Slack, Stripe, Gmail, etc.), building API connections, handling webhooks, or implementing OAuth flows.
2026-01-05
frontend-engineering.md
2
1
export
frontend-engineering
2
from
"warpcode/dotfiles"
from
"warpcode/dotfiles"
3
Domain specialist for frontend architecture, state management, accessibility, and performance. Scope: component architecture, state management (Pinia, Vuex, Redux), accessibility (WCAG), responsive design, lazy loading, asset optimization, XSS prevention, CSP, frontend performance. Excludes: backend code, infrastructure, API design, security beyond XSS, performance profiling beyond frontend. Triggers: "frontend", "React", "Vue", "Angular", "component", "state management", "accessibility", "WCAG", "responsive", "XSS", "CSP".
2026-01-05
documentation.md
2
1
export
documentation
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating or updating technical documentation, API documentation, or inline code documentation.
2026-01-05