Browse Skills

44976 skills found

global-code-organization.md
2
1 export global-code-organization
2 jaypaulb from "jaypaulb/CanvusAPI-LLMDemo"
3 Your approach to handling global code organization. Use this skill when working on files where global code organization comes into play.
2026-01-05
generating-smart-commits.md
2
1 export generating-smart-commits
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill generates conventional commit messages using AI analysis of staged Git changes. It automatically determines the commit type (feat, fix, docs, etc.), identifies breaking changes, and formats the message according to conventional commit standards. Use this when asked to create a commit message, write a Git commit, or when the user uses the `/commit-smart` or `/gc` command. It is especially useful after changes have been staged with `git add`.
2026-01-05
script-bugfix.md
2
1 export script-bugfix
2 tizee from "tizee/dotfiles"
3 Debug and fix complex scripts by isolating side effects, extracting core logic into a controlled environment, validating behavior there, then reintegrating with minimal changes. Use this when scripts lack unit tests and are hard to reason about due to IO, environment, or orchestration complexity.
2026-01-05
vector-search-alternatives.md
2
1 export vector-search-alternatives
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 SQLiteプロジェクト向けのベクトル検索代替戦略スキル。SQLite VSS、外部ベクトルDB、RAGパイプラインの実装を提供します。Anchors:- The Pragmatic Programmer(Andrew Hunt)/ 適用: 実践的ソリューション選定 / 目的: 適材適所の技術選択- Designing Data-Intensive Applications(Martin Kleppmann)/ 適用: データシステム設計 / 目的: スケーラブルなアーキテクチャ- Building LLM Apps(各種論文)/ 適用: RAGパターン / 目的: 効果的な情報検索Trigger:Use when implementing vector search, building RAG systems, setting up SQLite VSS, or integrating external vector databases like Pinecone or Weaviate.
2026-01-05
unity-scene-management.md
2
1 export unity-scene-management
2 akiojin from "akiojin/unity-mcp-server"
3 Supports Unity scene and GameObject creation, management, and analysis. Efficiently performs hierarchy operations, component configuration, and scene analysis. Use when: scene creation, scene loading, GameObject creation, component addition, hierarchy retrieval, scene analysis
2026-01-05
log-rotation-strategies.md
2
1 export log-rotation-strategies
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Node.jsアプリケーションのログローテーション戦略設計・実装スキル。PM2、logrotate、Winston、集中ログシステムを活用した効率的ログ管理を提供。Anchors:• 『Site Reliability Engineering』(Google) / 適用: ログ管理SLO / 目的: 運用卓越性• 『Systems Performance』(Brendan Gregg) / 適用: ディスクUSEメソッド / 目的: キャパシティプランニング• PM2-logrotate Module / 適用: サイズ/時間ベースローテーション / 目的: 自動ログ管理Trigger:Use when configuring log rotation, optimizing disk capacity for logs, designing log retention policies,or integrating with centralized logging systems (ELK, Datadog, CloudWatch, Loki).
2026-01-05
code-static-analysis-security.md
2
1 export code-static-analysis-security
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 静的解析によるセキュリティ脆弱性検出を整理し、SAST運用と検出ルールの設計を支援するスキル。SQLインジェクション、XSS、コマンドインジェクションなどの検出と改善方針を扱う。Anchors:• Web Application Security (Andrew Hoffman) / 適用: 脅威分析と検出観点 / 目的: 脆弱性検出の精度向上• OWASP ASVS / 適用: 検出基準の整理 / 目的: セキュリティ要件の明文化• Secure by Design (OWASP) / 適用: 改善方針 / 目的: 安全な設計判断Trigger:Use when running SAST, defining detection rules, auditing injection vulnerabilities, or documenting static analysis findings.static analysis, SAST, SQL injection, XSS, command injection, security review
2026-01-05
observability-setup.md
2
1 export observability-setup
2 patricio0312rev from "patricio0312rev/skillset"
3 Implements comprehensive observability with OpenTelemetry tracing, Prometheus metrics, and structured logging. Includes instrumentation plans, sample dashboards, and alert candidates. Use for "observability", "monitoring", "tracing", or "metrics".
2026-01-05
constitution-authoring.md
2
1 export constitution-authoring
2 sirkirby from "sirkirby/open-agent-kit"
3 Guide OAK engineering constitution creation with decision-driven requirements, requirement language patterns, and reality-grounded standards.
2026-01-05
webhook-receiver-hardener.md
2
1 export webhook-receiver-hardener
2 patricio0312rev from "patricio0312rev/skillset"
3 Secures webhook receivers with signature verification, retry handling, deduplication, idempotency keys, and error responses. Provides verification code, dedupe storage strategy, runbook for incidents. Use when implementing "webhooks", "webhook security", "event receivers", or "third-party integrations".
2026-01-05
git-commit.md
2
1 export git-commit
2 jbuckmccready from "jbuckmccready/dotfiles"
3 MUST use when committing changes to a git repository, contains guidelines for creating git commit messages
2026-01-05
r3f-materials.md
2
1 export r3f-materials
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Three.js materials in R3F, built-in materials (Standard, Physical, Basic, etc.), ShaderMaterial with custom GLSL, uniforms binding and animation, and material properties. Use when choosing materials, creating custom shaders, or binding dynamic uniforms.
2026-01-05
animation-micro-interaction-pack.md
2
1 export animation-micro-interaction-pack
2 patricio0312rev from "patricio0312rev/skillset"
3 Provides reusable interaction patterns and motion presets that make UI feel polished. Includes hover effects, transitions, entrance animations, gesture feedback, and reduced-motion support. Use when adding "animations", "transitions", "micro-interactions", or "motion design".
2026-01-05
software-engineer.md
2
1 export software-engineer
2 sevos from "sevos/claude-code-marketplace"
3 Development workflows for Rails applications. Use when implementing features, fixing bugs, or making code changes. Currently provides the TDD Red-Green implementation workflow.
2026-01-05
performing-regression-analysis.md
2
1 export performing-regression-analysis
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to perform regression analysis and modeling using the regression-analysis-tool plugin. It analyzes datasets, generates appropriate regression models (linear, polynomial, etc.), validates the models, and provides performance metrics. Use this skill when the user explicitly requests regression analysis, prediction based on data, or mentions terms like "linear regression," "polynomial regression," "regression model," or "predictive modeling." This skill is also helpful when the user needs to understand the relationship between variables in a dataset.
2026-01-05
gitlab.md
2
1 export gitlab
2 bendrucker from "bendrucker/claude"
3 GitLab workflow best practices and glab CLI usage. Use when working with GitLab repositories, merge requests, issues, pipelines, or GitLab API interactions.
2026-01-05
react-hooks-advanced.md
2
1 export react-hooks-advanced
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 React Hooksの高度な使用パターンと最適化技術を専門とするスキル。useEffect依存配列、メモ化戦略、カスタムフック設計、useReducerパターンを提供し、予測可能で効率的な状態管理を実現。Anchors:• React公式ドキュメント(Meta)/ 適用: Hooks設計 / 目的: 公式パターン準拠• 『Learning React』(Banks/Porcello)/ 適用: コンポーネント設計 / 目的: 実践的なHooks活用• Dan Abramovのブログ / 適用: useEffect思想 / 目的: 依存配列の完全性原則Trigger:Use when optimizing React hooks, designing custom hooks, implementing useReducer patterns, fixing useEffect dependency issues, or applying memoization strategies.react hooks, useEffect, useCallback, useMemo, useReducer, custom hook, dependency array, memoization
2026-01-05
unity-unirx.md
2
1 export unity-unirx
2 creator-hian from "creator-hian/claude-code-plugins"
3 UniRx (Reactive Extensions) library expert for legacy Unity projects. Specializes in UniRx-specific patterns, Observable streams, and ReactiveProperty. Use for maintaining existing UniRx codebases. For new projects, use unity-r3 skill instead.
2026-01-05
test-data-management.md
2
1 export test-data-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 テストデータの設計・生成・隔離・クリーンアップを体系化するスキル。E2E/統合/単体テストの再現性を高め、データ依存による不安定化を防ぐ。Anchors:• Test-Driven Development: By Example / 適用: テストデータ設計 / 目的: 再現性と最小実装• Growing Object-Oriented Software, Guided by Tests / 適用: フィクスチャ設計 / 目的: 依存性の分離Trigger:Use when planning or implementing test data setup, seeding, isolation, or cleanup.test data, fixture, seeding, teardown
2026-01-05
time-formatter.md
2
1 export time-formatter
2 bennoloeffler from "bennoloeffler/bassi"
3 Automatically detect time/date mentions in user messages and convert them tomultiple timezones or formats. Use when user mentions times, dates, or asksabout timezone conversions. Examples: "15:00 Berlin time", "What time is 3 PM EST in Tokyo?","Convert 2025-01-15 10:00 CET to PST".
2026-01-05
generating-infrastructure-as-code.md
2
1 export generating-infrastructure-as-code
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate Infrastructure as Code (IaC) configurations. It uses the infrastructure-as-code-generator plugin to create production-ready IaC for Terraform, CloudFormation, Pulumi, ARM Templates, and CDK. Use this skill when the user requests IaC configurations for cloud infrastructure, specifying the platform (e.g., Terraform, CloudFormation) and cloud provider (e.g., AWS, Azure, GCP), or when the user needs help automating infrastructure deployment. Trigger terms include: "generate IaC", "create Terraform", "CloudFormation template", "Pulumi program", "infrastructure code".
2026-01-05
interface-segregation.md
2
1 export interface-segregation
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 SOLID原則のインターフェース分離原則(ISP)を専門とするスキル。クライアントが使用しないメソッドへの依存を強制しない設計を実現する。Anchors:• 『アジャイルソフトウェア開発の奥義』(Robert C. Martin) / 適用: ISP原則の定義と実践 / 目的: クライアント固有インターフェース設計• 『Refactoring』(Martin Fowler) / 適用: Extract Interface, Decompose Interface / 目的: 段階的な分離リファクタリング• 『Test-Driven Development』(Kent Beck) / 適用: Simple Design, テスト容易性評価 / 目的: 設計品質検証Trigger:Use when detecting fat interfaces, segregating bloated interfaces, designing role-based interfaces,analyzing ISP violations, refactoring interfaces, implementing interface composition patterns,IWorkflowExecutor, IValidatable, IRetryable, empty implementation, exception throwing, conditional implementation.
2026-01-05
bazinga-db-core.md
2
1 export bazinga-db-core
2 mehdic from "mehdic/bazinga"
3 Session lifecycle and system operations. Use when creating sessions, saving state, getting dashboard data, or running system queries.
2026-01-05
security-audit.md
2
1 export security-audit
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Security-focused code audit for healthcare and military contexts. Use when reviewing authentication, authorization, data handling, HIPAA compliance, or OPSEC/PERSEC requirements. Essential for PHI handling and military medical residency schedules.
2026-01-05