Browse Skills

20307 skills found

error-handling-pages.md
2
1 export error-handling-pages
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Next.js App Routerのエラーハンドリングを専門とするスキル。error.tsx、not-found.tsx、global-error.tsxを使用したエラー境界とリカバリーを実現。Anchors:- The Pragmatic Programmer / 適用: エラーハンドリング原則 / 目的: 品質維持と堅牢性- Next.js Error Handling / 適用: error.tsx・not-found.tsx / 目的: エラーページ設計Trigger:Use when implementing error handling pages, designing error.tsx/not-found.tsx/global-error.tsx,or building error boundaries and recovery mechanisms in Next.js App Router.error.tsx, not-found.tsx, global-error.tsx, error boundary, recovery
2026-01-05
cli-toolchain.md
2
1 export cli-toolchain
2 phrazzld from "phrazzld/claude-config"
3 Apply modern CLI development toolchain patterns: Commander.js (default), oclif, Ink for Node.js command-line tools. Use when building CLI applications, choosing CLI frameworks, or discussing terminal UX.
2026-01-05
analyzing-test-coverage.md
2
1 export analyzing-test-coverage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill analyzes code coverage metrics to identify untested code and generate comprehensive coverage reports. It is triggered when the user requests analysis of code coverage, identification of coverage gaps, or generation of coverage reports. The skill is best used to improve code quality by ensuring adequate test coverage and identifying areas for improvement. Use trigger terms like "analyze coverage", "code coverage report", "untested code", or the shortcut "cov".
2026-01-05
conditional-execution-gha.md
2
1 export conditional-execution-gha
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GitHub Actions の条件付き実行を設計し、if 条件とイベントフィルタの運用を支援するスキル。条件式の整理、イベント別の分岐、検証と記録の流れを体系化する。Anchors:• The Pragmatic Programmer(Andrew Hunt, David Thomas)/ 適用: 条件分岐による品質管理 / 目的: 実践的な流れ制御パターンを参照• Continuous Delivery(Jez Humble)/ 適用: パイプラインの段階的実行制御 / 目的: 効率的な実行制御• GitHub Actions / 適用: if 条件・event filters・status functions / 目的: 標準構文の準拠Trigger:Use when designing conditional execution in GitHub Actions workflows, handling if expressions, or applying event filters and status functions.conditional execution, github actions, if conditions, event filters, status functions
2026-01-05
type-safety-patterns.md
2
1 export type-safety-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 TypeScript厳格モードによる型安全性設計を専門とするスキル。型推論、型ガード、ジェネリック、識別可能ユニオンのパターンを体系的に設計します。Anchors:• 『Effective TypeScript』(Dan Vanderkam) / 適用: 型設計原則 / 目的: 型安全性最大化• TypeScript Handbook / 適用: 型システム理解 / 目的: 正確な型設計Trigger:TypeScript型設計時、型ガード実装時、ジェネリック設計時、ユニオン型設計時に使用
2026-01-05
webhooks.md
2
1 export webhooks
2 cosmix from "cosmix/claude-code-setup"
3 Webhook implementation and consumption patterns. Use when implementing webhook endpoints, sending webhooks, handling retries, or ensuring reliable delivery. Keywords: webhooks, callbacks, HMAC, signature verification, retry, exponential backoff, idempotency, event delivery, webhook security.
2026-01-05
quality-assurance.md
2
1 export quality-assurance
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Comprehensive quality assurance combining testing strategy, code quality enforcement, and validation gates. Consolidated from testing-strategist, code-quality-enforcer, and validation-gate-checker.
2026-01-05
automating-mobile-app-testing.md
2
1 export automating-mobile-app-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
2026-01-05
fullstory-gaming.md
2
1 export fullstory-gaming
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in gaming applications. Covers regulatory requirements (responsible gaming, KYC/AML), privacy controls for sensitive gaming data, deposit/withdrawal flows, player protection features, and self-exclusion compliance. Includes detailed examples for sportsbooks, casinos, poker, and lottery applications.
2026-01-05
integration-testing.md
2
1 export integration-testing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 統合テストの設計・実装・実行スキル。複数コンポーネント間の相互作用を検証し、エンドツーエンドのワークフローが正しく機能することを確認します。Anchors:• Growing Object-Oriented Software, Guided by Tests (Freeman) / 適用: 境界テスト設計 / 目的: 契約ベースのテスト• Continuous Delivery (Humble) / 適用: パイプライン統合 / 目的: 早期フィードバック• Testing Microservices with Mountebank (Byars) / 適用: サービス仮想化 / 目的: 分散システムテスト効率化Trigger:Use when testing component interactions, database integration, external API connections, or E2E workflows.integration testing, database testing, api testing, contract testing, test isolation
2026-01-05
checking-owasp-compliance.md
2
1 export checking-owasp-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the owasp-compliance-checker plugin to automatically identify potential security vulnerabilities based on the OWASP Top 10 (2021) list. It helps ensure your application adheres to industry-standard security practices by providing a detailed analysis of compliance gaps and offering remediation guidance. Use this skill when you need to audit your code for OWASP compliance, identify and fix vulnerabilities, or generate a compliance report. Trigger this skill by asking to "check OWASP compliance", "scan for OWASP vulnerabilities", or using the `/owasp` shortcut.
2026-01-05
accessibility-engineer.md
2
1 export accessibility-engineer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Implement accessibility (a11y) best practices to make applications usable by everyone. Use when building UIs, conducting accessibility audits, or ensuring WCAG compliance. Covers screen readers, keyboard navigation, ARIA attributes, and inclusive design patterns.
2026-01-05
advanced-cpp.md
2
1 export advanced-cpp
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp-developer"
3 Advanced C++ features including templates, metaprogramming, exceptions, concurrency, variadic templates, and modern C++ standards.
2026-01-05
adapting-transfer-learning-models.md
2
1 export adapting-transfer-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. It is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing transfer learning. It analyzes the user's requirements, generates code for adapting the model, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when you need to leverage existing models for new tasks or datasets, optimizing for performance and efficiency.
2026-01-05
lint-monorepo.md
2
1 export lint-monorepo
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Unified linting and auto-fix for Python (Ruff) and TypeScript (ESLint) in monorepo. Use when fixing lint errors, running pre-commit checks, or diagnosing persistent code quality issues. Orchestrates auto-fix first, then root-cause analysis.
2026-01-05
receiving-code-review.md
2
1 export receiving-code-review
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
2026-01-05
creating-ansible-playbooks.md
2
1 export creating-ansible-playbooks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.
2026-01-05
session-management.md
2
1 export session-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Claude Codeセッションの状態管理、コンテキスト保持、会話履歴の効率的な運用を支援するスキル。長時間セッションでのコンテキスト消費最適化、セッション再開時の状態復元、マルチタスク切り替え時の状態保存・復元を提供する。Anchors:• The Pragmatic Programmer (Hunt & Thomas) / 適用: 状態管理の原則 / 目的: 効率的なセッション運用• Domain-Driven Design (Evans) / 適用: コンテキスト境界 / 目的: 適切な状態分離• Clean Architecture (Martin) / 適用: 依存関係管理 / 目的: セッション間の独立性確保Trigger:Use when managing Claude Code sessions, preserving context across interactions, or optimizing token usage in long conversations.session management, context preservation, token optimization, session state, conversation history
2026-01-05
orchestrating-test-workflows.md
2
1 export orchestrating-test-workflows
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to orchestrate complex test workflows using the test-orchestrator plugin. It allows Claude to define test execution graphs with dependencies, execute tests in parallel, and intelligently select tests to run based on code changes. Use this skill when a user requests test orchestration, dependency management for tests, parallel test execution, smart test selection, or CI/CD integration for testing. Trigger terms include "orchestrate tests", "test workflow", "parallel testing", "smart test selection", "test dependencies", and "/orchestrate".
2026-01-05
refine-issue.md
2
1 export refine-issue
2 bendrucker from "bendrucker/claude"
3 Refining issues with technical context and structured details. Use when expanding a brief bug, feature, or refactor description into a detailed issue suitable for developers and AI agents.
2026-01-05
code-review.md
2
1 export code-review
2 cosmix from "cosmix/claude-code-setup"
3 Performs comprehensive code reviews focusing on correctness, maintainability, performance, and best practices. Trigger keywords: review, code review, PR review, pull request, check code, audit code.
2026-01-05
fosmvvm-leaf-view-generator.md
2
1 export fosmvvm-leaf-view-generator
2 foscomputerservices from "foscomputerservices/FOSUtilities"
3 Generate Leaf templates (Views) for FOSMVVM WebApps. Use when creating HTML views that render ViewModels - both full-page templates and fragments for HTML-over-the-wire updates.
2026-01-05
github-expert.md
2
1 export github-expert
2 QuestForTech-Investments from "QuestForTech-Investments/claude-code-skills"
3 Complete GitHub expertise covering GitHub Actions, CI/CD workflows, automation, repository management, and best practices. Use when setting up GitHub Actions, creating workflows, managing pull requests, configuring automation (Dependabot, CodeQL), or implementing GitHub best practices. Includes workflow generators, templates, and production-ready configurations.
2026-01-05
code-review.md
2
1 export code-review
2 ferdiangunawan from "ferdiangunawan/rpi-stack"
3 Code reviewer focusing on correctness, regressions, security, and test coverage - P0/P1/P2 severity
2026-01-05