Browse Skills

20307 skills found

documenting-debugging-workflows.md
2
1 export documenting-debugging-workflows
2 cipherstash from "cipherstash/cipherpowers"
3 Create symptom-based debugging documentation that matches how developers actually search for solutions
2026-01-05
system-diagnostician.md
2
1 export system-diagnostician
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Performs Codex-assisted project health diagnostics, identifies capability gaps, and produces prioritized improvement plans.
2026-01-05
r3f-drei.md
2
1 export r3f-drei
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 @react-three/drei helper library—OrbitControls, Text, Environment, useTexture, useGLTF, Html, Billboard, and 50+ abstractions that simplify common R3F patterns. Use when implementing camera controls, loading assets, rendering text, or needing common 3D utilities.
2026-01-05
fullstory-travel.md
2
1 export fullstory-travel
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in travel and hospitality applications including airlines, hotels, OTAs, car rentals, and vacation packages. Covers booking funnel optimization, search and filtering UX, payment handling (PCI), loyalty programs, and multi-traveler booking flows. Includes detailed examples for search, booking, check-in, and post-trip experiences.
2026-01-05
unity-mobile.md
2
1 export unity-mobile
2 creator-hian from "creator-hian/claude-code-plugins"
3 Optimize Unity games for mobile platforms with IL2CPP, platform-specific code, and memory management. Masters iOS/Android deployment, app size reduction, and battery optimization. Use for mobile builds, platform issues, or device-specific optimization.
2026-01-05
tasks-feature-implementation.md
2
1 export tasks-feature-implementation
2 duc01226 from "duc01226/EasyPlatform"
3 Use when implementing new features or enhancements requiring multi-layer changes (Domain, Application, Persistence, API, Frontend).
2026-01-05
backlog-management.md
2
1 export backlog-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 プロダクトバックログの作成・整理・優先順位付けを行うためのスキル。ユーザーストーリー作成、DEEP原則の適用、健全性分析を通じて実装可能な状態を維持します。Anchors:• Agile Estimating and Planning / 適用: 見積もりと優先度 / 目的: 計画精度の向上• User Stories Applied / 適用: ストーリー作成 / 目的: 要件の明確化• The Product Owner's Handbook / 適用: バックログ運用 / 目的: 価値最大化Trigger:Use when managing product backlogs, refining user stories, prioritizing items, or assessing backlog health.
2026-01-05
software-engineering.md
2
1 export software-engineering
2 warpcode from "warpcode/dotfiles"
3 Domain specialist for software architecture, design patterns, code quality, and refactoring. Scope: SOLID principles, GoF design patterns, anti-patterns, code smells, clean architecture, code injection vulnerabilities, performance issues, modern language features. Excludes: infrastructure configuration, security operations beyond code injection, database design, API design, performance testing. Triggers: "SOLID", "design pattern", "refactor", "architecture", "code quality", "clean code", "factory", "singleton", "observer", "strategy", "dependency injection".
2026-01-05
sentry-observability.md
2
1 export sentry-observability
2 phrazzld from "phrazzld/claude-config"
3 Sentry error tracking and production observability. Invoke when:- New Next.js project without error tracking → Suggest setup- Deploying to Vercel → "Add observability before deploying"- Discussing error handling, try/catch → "Track these in production"- Production bug, users reporting errors → Triage with scripts- Setting up monitoring, configuring alerts, reviewing PII handlingScripts: detect_sentry.sh, init_sentry.sh, list_issues.sh, triage_score.shKeywords: Sentry, production errors, error tracking, triage, alerts,observability, Session Replay, PII redaction, source maps, monitoring
2026-01-05
running-smoke-tests.md
2
1 export running-smoke-tests
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill runs smoke tests to verify critical application functionality. It executes pre-defined test suites that check system health, authentication, core features, and external integrations. Use this skill after deployments, upgrades, or significant configuration changes to ensure the application is operational. Trigger this skill using the terms "smoke test" or "st".
2026-01-05
config-validator.md
2
1 export config-validator
2 sovrium from "sovrium/sovrium"
3 Validates eslint.config.ts and tsconfig.json against documented architecture patterns and infrastructure requirements. Checks ESLint plugin configurations, TypeScript strict mode, FP enforcement, layer boundaries, and alignment with docs/architecture/ and docs/infrastructure/. Use when user requests "validate config", "check eslint", "verify typescript settings", or mentions config audits.
2026-01-05
refactoring-patterns.md
2
1 export refactoring-patterns
2 andyngdz from "andyngdz/exogen_backend"
3 Apply Martin Fowler's refactoring patterns - extract variables to eliminate repetition, split temporary variables, replace temp with query for cleaner, more maintainable code
2026-01-05
graceful-shutdown.md
2
1 export graceful-shutdown
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 アプリケーションの安全な終了処理を実装するスキル。シグナルハンドリング、リソースクリーンアップ、リクエストドレイニングを含む完全な終了フローを設計。Anchors:• Release It! (Michael T. Nygard) / 適用: リソース管理・障害対応 / 目的: プロダクション環境での安全なシャットダウン• Node.js Design Patterns (Mario Casciaro) / 適用: 非同期処理の終了 / 目的: Promise/Stream/Workerの適切な終了Trigger:Use when implementing shutdown handlers, signal processing, resource cleanup, request draining, or application lifecycle management.graceful shutdown, SIGTERM, SIGINT, cleanup, resource draining, process exit, signal handler
2026-01-05
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
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
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
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
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
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