Browse Skills

44969 skills found

testability-scoring.md
2
1 export testability-scoring
2 jjohare from "jjohare/minimoonoir"
3 AI-powered testability assessment using 10 principles of intrinsic testability with Playwright. Evaluates web applications against Observability, Controllability, Algorithmic Simplicity, Transparency, Stability, Explainability, Unbugginess, Smallness, Decomposability, and Similarity. Use when assessing software testability, evaluating test readiness, identifying testability improvements, or generating testability reports.
2026-01-05
setting-up-log-aggregation.md
2
1 export setting-up-log-aggregation
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill sets up log aggregation solutions using ELK (Elasticsearch, Logstash, Kibana), Loki, or Splunk. It generates production-ready configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to set up logging infrastructure, configure log aggregation, deploy ELK stack, deploy Loki, deploy Splunk, or needs help with observability. It is triggered by terms like "log aggregation," "ELK setup," "Loki configuration," "Splunk deployment," or similar requests for centralized logging solutions.
2026-01-05
debugging-orm-queries.md
2
1 export debugging-orm-queries
2 galihcitta from "galihcitta/dotclaudeskills"
3 Converts ORM calls to raw SQL and analyzes query performance. Detects N+1 queries, missing indexes, and other anti-patterns. Use when debugging slow queries, tracing ORM-generated SQL, or optimizing database performance for Sequelize, Prisma, TypeORM (Node.js), GORM, sqlc, sqlx, ent (Go), or SQLAlchemy, Django ORM, Peewee (Python).
2026-01-05
optimizing-cache-performance.md
2
1 export optimizing-cache-performance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze and improve application caching strategies. It optimizes cache hit rates, TTL configurations, cache key design, and invalidation strategies. Use this skill when the user requests to "optimize cache performance", "improve caching strategy", "analyze cache hit rate", or needs assistance with "cache key design", "TTL optimization", or "cache invalidation". The skill identifies potential bottlenecks and recommends adjustments for improved performance and efficiency of caching mechanisms like Redis.
2026-01-05
state-lifting.md
2
1 export state-lifting
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Reactにおける状態リフティングと状態配置判断を支援するスキル。兄弟コンポーネント間の状態共有、Prop Drilling削減、Context導入判断、Compound Componentパターンまで、React状態管理の全体像を扱う。Anchors:• React Documentation (Lifting State Up) / 適用: 共有状態の配置判断 / 目的: 最小責務での共有設計• Thinking in React / 適用: 状態配置の判断フロー / 目的: 最適な状態配置の特定• Kent C. Dodds (Colocation) / 適用: 状態と利用箇所の距離 / 目的: 保守性とパフォーマンスの両立Trigger:Use when lifting state between components, sharing state across siblings, reducing prop drilling, deciding on Context usage, or implementing compound components.state lifting, prop drilling, context api, state placement, compound component, react state, colocation
2026-01-05
rl-optimization.md
2
1 export rl-optimization
2 pradeepmouli from "pradeepmouli/spec-kit-extensions"
3 Apply reinforcement learning principles when working on spec-kit-extensions.Auto-activates when: (1) editing command prompts in commands/*.md,(2) modifying workflow templates in extensions/workflows/,(3) discussing user feedback about workflow friction,(4) reviewing issues or PRs mentioning prompt clarity or template problems,(5) analyzing chat logs or workflow usage from other repositories.Helps ensure changes improve prompt effectiveness and template utility.
2026-01-05
cpp-basics.md
2
1 export cpp-basics
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-cpp-developer"
3 Master C++ fundamentals including variables, data types, operators, control flow statements, and functions. Essential foundation for all C++ programming.
2026-01-05
example-skill.md
2
1 export example-skill
2 boneskull from "boneskull/claude-plugins"
3 Demonstrates skill structure with progressive disclosure and best practices for skill development
2026-01-05
schedule-verification.md
2
1 export schedule-verification
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Human verification checklist for generated schedules. Use when reviewing Block 10 or any generated schedule to ensure it makes operational sense. Covers FMIT, call, Night Float, clinic days, and absence handling.
2026-01-05
creating-alerting-rules.md
2
1 export creating-alerting-rules
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to create intelligent alerting rules for proactive performance monitoring. It is triggered when the user requests to "create alerts", "define monitoring rules", or "set up alerting". The skill helps define thresholds, routing, and escalation policies, and offers options for multi-category alert creation, including latency, error rate, throughput, resource utilization, availability, and SLO violation alerts. It is useful for Site Reliability Engineers (SREs) and DevOps teams looking to improve system observability.
2026-01-05
nested-tad-detection.md
2
1 export nested-tad-detection
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill detects hierarchical (nested) TAD structures from Hi-C contact maps (in .cool or mcool format) using OnTAD, starting from multi-resolution .mcool files. It extracts a user-specified chromosome and resolution, converts the data to a dense matrix, runs OnTAD, and organizes TAD calls and logs for downstream 3D genome analysis.
2026-01-05
information-architecture.md
2
1 export information-architecture
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ユーザーが必要な情報を素早く見つけられるドキュメント構造設計スキル。階層設計、ナビゲーション、情報粒度管理の技術を提供。Anchors:• Information Architecture (Rosenfeld, Morville) / 適用: IA設計原則 / 目的: ユーザー中心の構造設計• Don't Make Me Think (Steve Krug) / 適用: ナビゲーション設計 / 目的: 直感的な情報探索• Clean Architecture (Robert C. Martin) / 適用: 依存関係ルール / 目的: 保守可能な構造Trigger:Use when designing document structures, creating navigation systems, organizing content hierarchies, building documentation sites, or planning information granularity.documentation, structure, navigation, hierarchy, sitemap, content organization
2026-01-05
orchestrating-deployment-pipelines.md
2
1 export orchestrating-deployment-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill orchestrates complex, multi-stage deployment pipelines. It generates production-ready configurations and setup code based on user-specified requirements and infrastructure. Use this skill when the user asks to create a deployment pipeline, generate CI/CD configurations, or needs help with automating software deployments. Trigger terms include "deployment pipeline", "CI/CD", "automate deployment", "pipeline configuration", and "deployment orchestration".
2026-01-05
quality-auditor.md
2
1 export quality-auditor
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Comprehensive quality auditing and evaluation of tools, frameworks, and systems against industry best practices with detailed scoring across 12 critical dimensions
2026-01-05
eval-test-skill.md
2
1 export eval-test-skill
2 otrebu from "otrebu/all-agents"
3 Git branch cleanup utility. Lists and deletes branches that have been merged to main. Use when user wants to clean up old branches, delete merged branches, or tidy up their git repository.
2026-01-05
git-workflow.md
2
1 export git-workflow
2 HTRamsey from "HTRamsey/claude-config"
3 Use when starting feature work that needs isolation, or when completing work and deciding how to integrate - covers full worktree lifecycle from setup through merge/PR/discard
2026-01-05
spec-verifier.md
2
1 export spec-verifier
2 korallis from "korallis/Amp-OS"
3 Verify specification quality and completeness. Use after writing spec.md to ensure it meets standards before task breakdown - checks for clarity, feasibility, testability, and completeness.
2026-01-05
bel-contact-creator.md
2
1 export bel-contact-creator
2 bennoloeffler from "bennoloeffler/bassi"
3 This skill should be used when the user asks to create a contact in Outlook from freeform text data (e.g., business cards, email signatures, addresses). It handles parsing contact information and creating properly structured Outlook contacts that sync to mobile devices.
2026-01-05
react-server-components.md
2
1 export react-server-components
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 React Server Components(RSC)の実装パターンとNext.js App Routerにおけるベストプラクティスを提供する専門スキル。サーバーコンポーネントとクライアントコンポーネントの責務分離、データフェッチの最適化、Suspenseとストリーミングの活用を支援します。Anchors:• 『Learning React Server Components』(Tejas Kumar)/ 適用: RSCアーキテクチャ / 目的: サーバーとクライアント間の責務分離• Next.js App Router公式ドキュメント / 適用: RSC実装パターン / 目的: Next.js固有の最適化手法• Dan Abramovのブログ / 適用: RSC設計思想 / 目的: 第一原理からの理解Trigger:Use when implementing Next.js App Router, designing Server Components, defining Client Component boundaries, optimizing data fetching, integrating Suspense, or implementing streaming SSR.rsc, server components, client components, next.js app router, use client, suspense, streaming, data fetching
2026-01-05
requesting-code-review.md
2
1 export requesting-code-review
2 cipherstash from "cipherstash/cipherpowers"
3 Use when completing tasks, implementing major features, or before merging to verify work meets requirements - dispatches cipherpowers:code-review-agent subagent to review implementation against plan or requirements before proceeding
2026-01-05
log-review.md
2
1 export log-review
2 BA-CalderonMorales from "BA-CalderonMorales/codex-cheat-sheet"
3 Inspect error logs quickly; use when log snippets or stack traces are mentioned.
2026-01-05
fullstory-healthcare.md
2
1 export fullstory-healthcare
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in healthcare applications while maintaining HIPAA compliance. Covers PHI protection, patient portal UX, telehealth flows, appointment scheduling, and EHR integrations. Emphasizes that most healthcare data requires exclusion, not just masking, with detailed examples for compliant implementations.
2026-01-05
gemini-imagegen.md
2
1 export gemini-imagegen
2 hirefrank from "hirefrank/hirefrank-marketplace"
3 Generate, edit, and compose images using Google's Gemini AI API for design workflows and visual content creation
2026-01-05
scanning-input-validation-practices.md
2
1 export scanning-input-validation-practices
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically scan source code for potential input validation vulnerabilities. It identifies areas where user-supplied data is not properly sanitized or validated before being used in operations, which could lead to security exploits like SQL injection, cross-site scripting (XSS), or command injection. Use this skill when the user asks to "scan for input validation issues", "check input sanitization", "find potential XSS vulnerabilities", or similar requests related to securing user input. It is particularly useful during code reviews, security audits, and when hardening applications against common web vulnerabilities. The skill leverages the input-validation-scanner plugin to perform the analysis.
2026-01-05