Browse Skills

44969 skills found

market-research.md
2
1 export market-research
2 IgorWarzocha from "IgorWarzocha/agentic-job-search-vault"
3 Automates collecting and analyzing job market data and trends. Use for cyclical monitoring of sectors, salaries, and skills demand.
2026-01-05
fullstory-element-properties.md
2
1 export fullstory-element-properties
2 fullstorydev from "fullstorydev/fs-skills"
3 Comprehensive guide for implementing Fullstory's Element Properties API across Web, Android, and iOS platforms. Teaches proper type handling, schema construction, value formatting, and platform-specific patterns including view/cell reuse. Includes detailed good/bad examples for e-commerce, forms, and dynamic content to help developers add semantic decoration to their apps and capture business-relevant properties on interactive elements.
2026-01-05
mcp-server-development.md
2
1 export mcp-server-development
2 akiojin from "akiojin/unity-mcp-server"
3 Expert guidance for building MCP (Model Context Protocol) servers using the TypeScript SDK. Use when developing MCP servers, implementing tools/resources/prompts, or working with the @modelcontextprotocol/sdk package. Covers server initialization, request handlers, Zod schemas, error handling, and JSON-RPC patterns.
2026-01-05
security-architect.md
2
1 export security-architect
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Comprehensive security architecture combining threat modeling, security-first design, secure coding review, and compliance validation. Consolidated from threat-modeling, security-first-design, secure-coding-review, and compliance-validator.
2026-01-05
homebrew-cask-authoring.md
2
1 export homebrew-cask-authoring
2 connorads from "connorads/dotfiles"
3 Create, update, validate, and submit Homebrew Casks. Use when the user mentions Homebrew cask/cask, Homebrew/homebrew-cask, adding a new cask, updating a cask, cask token naming, sha256, url verified:, livecheck, zap/uninstall, or when asked to run brew style/audit for a cask.
2026-01-05
github-pr-manager.md
2
1 export github-pr-manager
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Create, view, and merge GitHub pull requests with validation. Use when creating PRs from branches, checking PR status, or merging approved PRs with cleanup.
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
planning.md
2
1 export planning
2 hdemers from "hdemers/dotfiles"
3 Proactively use when making a plan.
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
kubernetes.md
2
1 export kubernetes
2 cosmix from "cosmix/claude-code-setup"
3 Designs and manages Kubernetes deployments, services, configurations, and cluster resources. Trigger keywords: kubernetes, k8s, deployment, pod, service, helm, kubectl, cluster, ingress.
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
md-tables.md
2
1 export md-tables
2 cosmix from "cosmix/claude-code-setup"
3 Fix markdown table alignment and spacing issues. Use when formatting tables in markdown files, aligning columns, normalizing cell padding, or ensuring proper table structure. Triggers: markdown table, table alignment, table formatting, md table, align columns.
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
opensaas-migration.md
2
1 export opensaas-migration
2 OpenSaasAU from "OpenSaasAU/stack"
3 Expert knowledge for migrating projects to OpenSaaS Stack. Use when discussing migration strategies, access control patterns, or OpenSaaS Stack configuration best practices.
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
swap-analyzer.md
2
1 export swap-analyzer
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Analyze swap compatibility and safety. Use when evaluating proposed schedule swaps to ensure they maintain ACGME compliance and operational coverage.
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
component-testing.md
2
1 export component-testing
2 wmeints from "wmeints/promptyard"
3 Use this skill to create or modify tests for a component.
2026-01-05