Browse Skills

44969 skills found

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
skill-installer.md
2
1 export skill-installer
2 akiojin from "akiojin/gwt"
3 Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).
2026-01-05
mocking-assistant.md
2
1 export mocking-assistant
2 patricio0312rev from "patricio0312rev/skillset"
3 Creates stable mocks for APIs, services, and UI components using MSW (Mock Service Worker), fixture conventions, and example patterns. Use for "API mocking", "MSW", "test mocks", or "service mocking".
2026-01-05
bazinga-db-context.md
2
1 export bazinga-db-context
2 mehdic from "mehdic/bazinga"
3 Context packages and learning patterns. Use when managing context packages, error patterns, or strategies.
2026-01-05
structured-logging-standardizer.md
2
1 export structured-logging-standardizer
2 patricio0312rev from "patricio0312rev/skillset"
3 Enforces consistent structured logging with request correlation IDs, standardized log schema, middleware integration, and best practices. Use for "structured logging", "log standardization", "request tracing", or "log correlation".
2026-01-05
agentdb-state-manager.md
2
1 export agentdb-state-manager
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Persistent state management using AgentDB (DuckDB) for workflow analytics and checkpoints.Provides read-only analytics cache synchronized from TODO_*.md files, enabling:- Complex dependency graph queries- Historical workflow metrics- Context checkpoint storage/recovery- State transition analysisUse when: Data gathering and analysis for workflow state trackingTriggers: "analyze workflow", "query state", "checkpoint", "workflow metrics"
2026-01-05