Skill Catalog
Browse 5,478 curated AI agent skills. No account needed.
Data Breach Blast Radius
Pre-breach impact analysis: inventories sensitive data (PII, PHI, PCI-DSS, credentials), traces data flows, scores exposure vectors, and produces a regulatory blast radius report with fine ranges sourced verbatim from GDPR Art. 83, CCPA § 1798.155(a), and HIPAA 45 CFR § 160.404. Cost benchmarks from IBM Cost of a Data Breach Report (annually updated). All citations in references/SOURCES.md for verification. Use when asked: "assess breach impact", "what data could be exposed", "calculate blast radius", "data exposure analysis", "how bad would a breach be", "quantify data risk", "sensitive data inventory", "data flow security audit", "pre-breach assessment", "worst-case breach scenario", "breach readiness", "data risk report", "/data-breach-blast-radius". For any stack handling user data, health records, or financial information. Output labels law-sourced figures (exact) vs heuristic estimates (planning only). Does not replace legal counsel.
by github/awesome-copilot / skills/data-breach-blast-radius
Datacommons Client
Work with Data Commons, a platform providing programmatic access to public statistical data from global sources. Use this skill when working with demographic data, economic indicators, health statistics, environmental data, or any public datasets available through Data Commons. Applicable for querying population statistics, GDP figures, unemployment rates, disease prevalence, geographic entity resolution, and exploring relationships between statistical entities.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/datacommons-client
Data Extractor
>
by claude-office-skills/skills / data-extractor
Datamol Cheminformatics Skill
Pythonic wrapper around RDKit with simplified interface and sensible defaults. Preferred for standard drug discovery including SMILES parsing, standardization, descriptors, fingerprints, clustering, 3D conformers, parallel processing. Returns native rdkit.Chem.Mol objects. For advanced control or custom parameters, use rdkit directly.
by K-Dense-AI/scientific-agent-skills / scientific-skills/datamol
Datanalysis Credit Risk
Credit risk data cleaning and variable screening pipeline for pre-loan modeling. Use when working with raw credit data that needs quality assessment, missing value analysis, or variable selection before modeling. it covers data loading and formatting, abnormal period filtering, missing rate calculation, high-missing variable removal,low-IV variable filtering, high-PSI variable removal, Null Importance denoising, high-correlation variable removal, and cleaning report generation. Applicable scenarios arecredit risk data cleaning, variable screening, pre-loan modeling preprocessing.
by github/awesome-copilot / skills/datanalysis-credit-risk
Data Pipeline
Data pipeline and ETL automation - extract, transform, load workflows for data integration and analytics
by claude-office-skills/skills / data-pipeline
Data Preprocessing Pipeline
Design and implement repeatable preprocessing pipelines for cleaning, encoding, transforming, and validating ML input data.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/preprocessing-data-with-automated-pipelines
Data Quality Checker
Validate data quality in market analysis documents and blog articles before publication. Use when checking for price scale inconsistencies (ETF vs futures), instrument notation errors, date/day-of-week mismatches, allocation total errors, and unit mismatches. Supports English and Japanese content. Advisory mode -- flags issues as warnings for human review, not as blockers.
by tradermonty/claude-trading-skills / skills/data-quality-checker
Data Quality Frameworks
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/data-quality-frameworks
Data Quality Frameworks
Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts.
by wshobson/agents / plugins/data-engineering/skills/data-quality-frameworks
Dataset Splitter
Split datasets into training, validation, and test partitions with the right stratification and temporal rules. Use as a narrow preprocessing helper once the broader ML workflow is already chosen, not as the main route owner for an end-to-end ML task.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/splitting-datasets
Datasheets
Extract structured specifications from electronic component datasheet PDFs — pinouts, electrical characteristics, peripherals, topology, and features. Cache extractions per project for consumption by schematic and PCB analyzers. Primary consumer infrastructure for `kicad`, `emc`, `spice`, and `thermal` analyzers. Use this skill whenever the user asks to extract, verify, or read specs from a component datasheet; when analyzers need verified IC knowledge (EN pin thresholds, PG presence, USB peripheral speed); or when a review mentions datasheet coverage, extraction quality, or per-MPN specifications. Also triggers on "extract this datasheet", "what are the specs for MPN X", "verify datasheet extraction", or "check pin functions for part Y".
by aklofas/kicad-happy / skills/datasheets
Data Storytelling
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/data-storytelling
Data Storytelling
Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.
by wshobson/agents / plugins/business-analytics/skills/data-storytelling
Data Structure Protocol
Build and navigate DSP (Data Structure Protocol) — graph-based long-term structural memory of codebases for LLM agents. Stores entities (modules, functions), their dependencies (imports), public API (shared/exports), and reasons for every connection. Use when: (1) project has a .dsp/ directory, (2) user asks to set up DSP or bootstrap project structure, (3) creating/modifying/deleting code files in a DSP-tracked project, (4) navigating project structure, understanding dependencies, or finding modules, (5) user mentions DSP, dsp-cli, .dsp, or structure mapping.
by k-kolomeitsev/data-structure-protocol / skills/data-structure-protocol
Dataverse Python Advanced Patterns
Generate production code for Dataverse SDK using advanced patterns, error handling, and optimization techniques.
by github/awesome-copilot / skills/dataverse-python-advanced-patterns
Dataverse Python Production Code
Generate production-ready Python code using Dataverse SDK with error handling, optimization, and best practices
by github/awesome-copilot / skills/dataverse-python-production-code
Dataverse Python Quickstart
Generate Python SDK setup + CRUD + bulk + paging snippets using official patterns.
by github/awesome-copilot / skills/dataverse-python-quickstart
Dataverse Python Usecase Builder
Generate complete solutions for specific Dataverse SDK use cases with architecture recommendations
by github/awesome-copilot / skills/dataverse-python-usecase-builder
Dataverse SDK for Python - Advanced Features Guide
Comprehensive guide to advanced Dataverse SDK features including enums, complex filtering, SQL queries, metadata operations, and production patterns. Based on official Microsoft walkthrough examples.
by github/awesome-copilot / instructions/dataverse-python-advanced-features.instructions.md
Dataverse SDK for Python - Agentic Workflows Guide
**Status**: This feature is in **Public Preview** as of December 2025 **Availability**: General Availability (GA) date TBD **Documentation**: Complete implementation details forthcoming
by github/awesome-copilot / instructions/dataverse-python-agentic-workflows.instructions.md
Dataverse SDK for Python — API Reference Guide
Main client for interacting with Dataverse. Initialize with base URL and Azure credentials.
by github/awesome-copilot / instructions/dataverse-python-api-reference.instructions.md
Dataverse SDK for Python — Authentication & Security Patterns
Based on official Microsoft Azure SDK authentication documentation and Dataverse SDK best practices.
by github/awesome-copilot / instructions/dataverse-python-authentication-security.instructions.md
Dataverse SDK for Python - Best Practices Guide
Production-ready patterns and best practices extracted from Microsoft's official PowerPlatform-DataverseClient-Python repository, examples, and recommended workflows.
by github/awesome-copilot / instructions/dataverse-python-best-practices.instructions.md
Dataverse SDK for Python — Complete Module Reference
PowerPlatform.Dataverse ├── client │ └── DataverseClient ├── core │ ├── config (DataverseConfig) │ └── errors (DataverseError, ValidationError, MetadataError, HttpError, SQLParseError) ├── data (OData operations, metadata, SQL, file upload) ├── extensions (placeholder for future extensions) ├── models (placeholder for data models and types) └── utils (placeholder for utilities and adapters)
by github/awesome-copilot / instructions/dataverse-python-modules.instructions.md
Dataverse SDK for Python — Error Handling & Troubleshooting Guide
Based on official Microsoft documentation for Azure SDK error handling patterns and Dataverse SDK specifics.
by github/awesome-copilot / instructions/dataverse-python-error-handling.instructions.md
Dataverse SDK for Python - File Operations & Practical Examples
Complete guide to file upload operations, chunking strategies, and practical real-world examples using the PowerPlatform-DataverseClient-Python SDK.
by github/awesome-copilot / instructions/dataverse-python-file-operations.instructions.md
Dataverse SDK for Python — Getting Started
- Install the Dataverse Python SDK and prerequisites. - Configure environment variables for Dataverse tenant, client ID, secret, and resource URL. - Use the SDK to authenticate via OAuth and perform CRUD operations.
by github/awesome-copilot / instructions/dataverse-python.instructions.md
Dataverse SDK for Python — Official Quickstart
This instruction summarizes Microsoft Learn guidance for the Dataverse SDK for Python (preview) and provides copyable snippets.
by github/awesome-copilot / instructions/dataverse-python-sdk.instructions.md
Dataverse SDK for Python - Pandas Integration Guide
Guide to integrating the Dataverse SDK for Python with pandas DataFrames for data science and analysis workflows. The SDK's JSON response format maps seamlessly to pandas DataFrames, enabling data scientists to work with Dataverse data using familiar data manipulation tools.
by github/awesome-copilot / instructions/dataverse-python-pandas-integration.instructions.md
Dataverse SDK for Python — Performance & Optimization Guide
Based on official Microsoft Dataverse and Azure SDK performance guidance.
by github/awesome-copilot / instructions/dataverse-python-performance-optimization.instructions.md
Dataverse SDK for Python — Real-World Use Cases & Templates
Based on official Dataverse data migration and integration patterns.
by github/awesome-copilot / instructions/dataverse-python-real-world-usecases.instructions.md
Dataverse SDK for Python — Testing & Debugging Strategies
Based on official Azure Functions and pytest testing patterns.
by github/awesome-copilot / instructions/dataverse-python-testing-debugging.instructions.md
Datavis
Comprehensive data visualization toolkit for creating beautiful, mathematically elegant visualizations with D3.js, Chart.js, and custom SVG. Use when (1) building interactive data visualizations, (2) designing color palettes for charts, (3) choosing scales and visual encodings, (4) creating data pipelines from Census/SEC/Wikipedia APIs, (5) crafting narrative-driven data stories, (6) making perceptually accurate charts, or (7) implementing force-directed networks, timelines, or geographic maps.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/datavis
Data Visualization Accessibility
Audits charts, graphs, dashboards, and data visualizations for accessibility. Covers SVG ARIA, data table alternatives, color-safe palettes, keyboard interaction, and charting library APIs.
by Community-Access/accessibility-agents / codex-skills/data-visualization-accessibility
Davinci Resolve Audio Cleanup Podcast
Use when a user has podcast, interview, or talking-head audio that needs cleanup — denoise, de-hum, level dialogue, and duck music under voice. Triggering symptoms include phrases like "podcast audio is noisy", "background hum in interview", "music too loud under voice", "level out my voiceover", "fix my podcast", or any DaVinci Resolve Fairlight audio cleanup question.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-audio-cleanup-podcast
Davinci Resolve Color Grade Webcam
Use when a user wants webcam, interview, or talking-head footage to look broadcast-quality — corrects exposure, white balance, skin tones, and overall color. Triggering symptoms include phrases like "my webcam footage looks dull", "skin tones look orange/green", "wash out background", "make the face pop", "match shots from two cameras", or any DaVinci Resolve color page question for talking-head content.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-color-grade-webcam
Davinci Resolve Computer Use Training
Use when the user wants Codex to learn DaVinci Resolve through Blackmagic Design lesson homework, operate the Resolve UI with Computer Use, validate skills against real Resolve behavior, or build a capstone workflow that turns local/T7 media into Instagram and YouTube cuts.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-computer-use-training
Davinci Resolve Cut Screen Recording
Use when a user has a long screen recording, tutorial, conference talk, or demo recording and needs to cut it down to a tight watchable version — removes dead air, mistakes, "ums", and silences. Triggering symptoms include phrases like "raw recording is too long", "edit out the bad takes", "fix the ums", "remove silences", "rough cut my demo", or any DaVinci Resolve cutting question for long-form content.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-cut-screen-recording
Davinci Resolve Devrel Project Template
Use when a user wants a reusable DaVinci Resolve project structure for shipping DevRel videos repeatedly — sets up bins, timeline, render presets, and a color preset so future videos start with one click instead of one hour. Triggering symptoms include phrases like "set up a Resolve template", "reusable project structure", "every video starts from scratch", "save my Resolve setup as a preset", or "DevRel video workflow."
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-devrel-project-template
Davinci Resolve Export Multi Platform
Use when a user needs to export the same DaVinci Resolve edit for multiple platforms — YouTube (16:9), LinkedIn (square 1:1), Reels/Shorts/TikTok (9:16) — with correct dimensions, loudness, and optionally batch automation. Triggering symptoms include phrases like "export for YouTube and LinkedIn", "make a vertical version", "9:16 from my 16:9 edit", "render the same edit three times", "batch render", "generate captions", or any DaVinci Resolve Deliver/render question.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-export-multi-platform
Davinci Resolve Setup
Use when a user is installing DaVinci Resolve for the first time, switching machines, configuring a media drive for video editing, or asking about backup/proxy settings. Triggering symptoms include phrases like "just installed Resolve", "set up DaVinci Resolve", "drop frames during playback", "where should my media live", "how do I configure backups", or any DaVinci Resolve installation/preferences question.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-setup
Davinci Resolve Social Editor
Plan, analyze, and build professional DaVinci Resolve social edits from multicam video/audio folders, podcast/interview footage, vertical 9:16 deliverables, branded social promos, burned-in captions, B-roll/overlay coverage, Resolve timelines, FCPXML/EDL handoff, or FFmpeg preview renders. Use when Codex must avoid jump cuts, preserve narrative coherence, keep the speaker in frame, balance dialogue/music, create reviewable edit decisions, or automate Resolve media/timeline setup.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-social-editor
Davinci Resolve Titles And Lower Thirds
Use when a user needs branded titles, animated lower-thirds, or a logo intro for their video — uses Resolve's Text+ node and Fusion's animation modifiers to create reusable title templates. Triggering symptoms include phrases like "add a name lower third", "animated logo intro", "title card with gradient", "save title as a template", "introduce a guest", or any DaVinci Resolve title/text question.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-titles-and-lower-thirds
Davinci Resolve Troubleshooting
Use when DaVinci Resolve is broken in some specific way — red playback indicator, missing media, clips offline, audio out of sync, GPU/render crashes, or render queue stuck. Triggering symptoms include phrases like "Resolve is dropping frames", "media offline", "clips show red diagonal", "audio drifts", "Resolve crashes when rendering", "GPU error", or any DaVinci Resolve "why is X broken" question.
by ChaiWithJai/davinci-resolve-claude-skills / skills/davinci-resolve-troubleshooting
dbt Transformation Patterns
Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data transformations, creating data models, or implementing analytics engineering best practices.
by wshobson/agents / plugins/data-engineering/skills/dbt-transformation-patterns
Dcf Valuation
Build Discounted Cash Flow (DCF) valuation models. Calculate intrinsic value with customizable assumptions. Generate professional valuation reports.
by claude-office-skills/skills / dcf-valuation
DDD Systems & .NET Guidelines
DDD and .NET architecture guidelines
by github/awesome-copilot / instructions/dotnet-architecture-good-practices.instructions.md
deAPI Media Generation
AI media generation via deAPI. Transcribe YouTube/audio/video, generate images from text, text-to-speech, OCR, remove backgrounds, upscale images, create videos, generate embeddings. 10-20x cheaper than OpenAI/Replicate.
by deapi-ai/claude-code-skills / deapi
Debian Linux Administration Guidelines
Guidance for Debian-based Linux administration, apt workflows, and Debian policy conventions.
by github/awesome-copilot / instructions/debian-linux.instructions.md
Debian Linux Expert
Debian Linux specialist focused on stable system administration, apt-based package management, and Debian policy-aligned practices.
by github/awesome-copilot / agents/debian-linux-expert.agent.md
Debian Linux Triage
Triage and resolve Debian Linux issues with apt, systemd, and AppArmor-aware guidance.
by github/awesome-copilot / skills/debian-linux-triage
Debt Management
Provide frameworks for managing and paying off personal debt effectively. Use when the user asks about debt payoff strategies (avalanche vs snowball), refinancing decisions, debt consolidation, debt-to-income ratios, or the opportunity cost of paying off debt vs investing. Also trigger when users mention 'which debt to pay first', 'should I refinance', 'credit card debt', 'student loan payoff', 'DTI for mortgage', 'balance transfer', 'good debt vs bad debt', or ask how to get out of debt faster.
by JoelLewis/finance_skills / plugins/wealth-management/skills/debt-management
Debugging And Error Recovery
Guides systematic root-cause debugging. Use when tests fail, builds break, behavior doesn't match expectations, or you encounter any unexpected error. Use when you need a systematic approach to finding and fixing the root cause rather than guessing.
by addyosmani/agent-skills / skills/debugging-and-error-recovery
Debugging Hermes TUI Slash Commands
Debug Hermes TUI slash commands: Python, gateway, Ink UI.
by NousResearch/hermes-agent / skills/software-development/debugging-hermes-tui-commands
Debugging Network Issues
Evidence-driven investigation for network, streaming, and protocol-layer bugs where symptoms don't match the obvious cause. Use when debugging connection resets (ECONNRESET, HTTP/2 RST_STREAM, INTERNAL_ERROR), SSE or long-polling stalls, fixed-time connection drops, CDN/proxy/CGNAT idle timeouts, or symptoms like "socket closed unexpectedly", "stream interrupted", "fails after N seconds", "works sometimes but not always", "upstream silent for X seconds". Applies falsification-first layered isolation to pin down the responsible network layer instead of stacking assumptions.
by daymade/claude-code-skills / debugging-network-issues
Debugging Recompositions
Use this skill to find which Jetpack Compose composables are recomposing and why, using Android Studio Layout Inspector recomposition counts and skip counts, the per-parameter Argument Change Reasons (Changed / Unchanged / Uncertain / Static / Unknown) introduced in Android Studio Hedgehog and later, and runtime `@TraceRecomposition` from `compose-stability-analyzer` for production-like measurement. Walks through enabling counts, mapping each Argument Change Reason to a fix, and confirming the result in a release build. Use when the developer says "this should be skipping but isn't", "I want to see recomposition counts", asks what "Uncertain" or "Unknown" means in the inspector, or needs to confirm a stability or strong-skipping fix actually worked end-to-end.
by skydoves/compose-performance-skills / recomposition/debugging-recompositions
Debugging Strategies
Master systematic debugging techniques, profiling tools, and root cause analysis to efficiently track down bugs across any codebase or technology stack. Use when investigating bugs, performance issues, or unexpected behavior.
by wshobson/agents / plugins/developer-essentials/skills/debugging-strategies
Debugging Wizard
Parses error messages, traces execution flow through stack traces, correlates log entries to identify failure points, and applies systematic hypothesis-driven methodology to isolate and resolve bugs. Use when investigating errors, analyzing stack traces, finding root causes of unexpected behavior, troubleshooting crashes, or performing log analysis, error investigation, or root cause analysis.
by Jeffallan/claude-skills / skills/debugging-wizard
Debugging Workflows
Debug gh-aw workflows using run logs, audits, and failure triage.
by github/gh-aw / .github/skills/debugging-workflows
Debug Mode Instructions
Debug your application to find and fix a bug
by github/awesome-copilot / agents/debug.agent.md
Decision Logger
Two-layer memory architecture for board meeting decisions. Manages raw transcripts (Layer 1) and approved decisions (Layer 2). Use when logging decisions after a board meeting, reviewing past decisions with /cs:decisions, or checking overdue action items with /cs:review. Invoked automatically by the board-meeting skill after Phase 5 founder approval.
by alirezarezvani/claude-skills / c-level-advisor/skills/decision-logger
Decision Matrix Builder
Structures complex decisions using weighted scoring matrices. Researches options via Brave Search, calculates weighted scores, and provides a clear recommendation with sensitivity analysis. Prerequisites: brave-search MCP, python3.
by AgentArmory
Declarative Agents
Complete development kit for Microsoft 365 Copilot declarative agents with three comprehensive workflows (basic, advanced, validation), TypeSpec support, and Microsoft 365 Agents Toolkit integration
by github/awesome-copilot / skills/declarative-agents
Declarative Agents Architect
You are a world-class Microsoft 365 Declarative Agent Architect with deep expertise in the complete development lifecycle of Microsoft 365 Copilot declarative agents. You specialize in the latest v1.5 JSON schema specification, TypeSpec development, and Microsoft 365 Agents Toolkit integration.
by github/awesome-copilot / agents/declarative-agents-architect.agent.md
Deepchem
Molecular ML with diverse featurizers and pre-built datasets. Use for property prediction (ADMET, toxicity) with traditional ML or GNNs when you want extensive featurization options and MoleculeNet benchmarks. Best for quick experiments with pre-trained models, diverse molecular representations. For graph-first PyTorch workflows use torchdrug; for benchmark datasets use pytdc.
by K-Dense-AI/scientific-agent-skills / skills/deepchem
DeepChem
Molecular ML with diverse featurizers and pre-built datasets. Use for property prediction (ADMET, toxicity) with traditional ML or GNNs when you want extensive featurization options and MoleculeNet benchmarks. Best for quick experiments with pre-trained models, diverse molecular representations. For graph-first PyTorch workflows use torchdrug; for benchmark datasets use pytdc.
by K-Dense-AI/scientific-agent-skills / scientific-skills/deepchem
Deep Research
Generate format-controlled research reports with evidence tracking, citations, source governance, and multi-pass synthesis. This skill should be used when users request a research report, literature review, market or industry analysis, competitive landscape, policy or technical brief. Triggers: "帮我调研一下", "深度研究", "综述报告", "深入分析", "research this topic", "write a report on", "survey the literature on", "competitive analysis of", "技术选型分析", "竞品研究", "政策分析", "行业报告". V6 adds: source-type governance, AS_OF freshness checks, mandatory counter-review, and citation registry. V6.1 adds: source accessibility (circular verification forbidden, exclusive advantage encouraged).
by daymade/claude-code-skills / deep-research
Deep Research
Multi-source research with source triangulation and fact-checking. Use for any research task requiring 3+ sources.
by firecrawl/web-agent / agent-core/src/skills/definitions/deep-research
Deep Research
Conduct comprehensive research on any topic. Synthesize information from multiple angles, provide structured analysis, and generate detailed research reports.
by claude-office-skills/skills / deep-research
Deep Research Report Generator
Conducts multi-source research on any topic via Brave Search, synthesizes findings into a structured report with citations, key takeaways, and confidence ratings per claim. Prerequisites: brave-search MCP, python3.
by AgentArmory
Deepspeed Skill
Expert guidance for distributed training with DeepSpeed - ZeRO optimization stages, pipeline parallelism, FP16/BF16/FP8, 1-bit Adam, sparse attention
by Orchestra-Research/AI-Research-SKILLs / 08-distributed-training/deepspeed
Deeptools
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
by K-Dense-AI/scientific-agent-skills / skills/deeptools
deepTools: NGS Data Analysis Toolkit
NGS analysis toolkit. BAM to bigWig conversion, QC (correlation, PCA, fingerprints), heatmaps/profiles (TSS, peaks), for ChIP-seq, RNA-seq, ATAC-seq visualization.
by K-Dense-AI/scientific-agent-skills / scientific-skills/deeptools
Deepxiv
Search and progressively read open-access academic papers through DeepXiv. Use when the user wants layered paper access, section-level reading, trending papers, or DeepXiv-backed literature retrieval.
by wanshuiyin/Auto-claude-code-research-in-sleep / skills/deepxiv
DeepXiv Paper Search & Progressive Reading
Search and progressively read open-access academic papers through DeepXiv. Use when the user wants layered paper access, section-level reading, trending papers, or DeepXiv-backed literature retrieval.
by wanshuiyin/Auto-claude-code-research-in-sleep / skills/skills-codex/deepxiv
Defectdojo Skill
Defectdojo Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
by julianobarbosa/claude-code-skills / skills/defectdojo-skill
Defender Scout KQL
Generates, validates, and optimizes KQL queries for Microsoft Defender XDR Advanced Hunting across Endpoint, Identity, Office 365, Cloud Apps, and Identity.
by github/awesome-copilot / agents/defender-scout-kql.agent.md
Deferring State Reads
Use this skill to push frequently-changing Jetpack Compose state reads (scroll position, animation values, drag offsets) out of the Composition phase and down into Layout or Draw using lambda-based modifiers like Modifier.offset { }, Modifier.layout { }, Modifier.graphicsLayer { }, Modifier.drawBehind { }, and Modifier.drawWithCache { }. Covers the three-phase model (Composition, Layout, Draw), why a state read at phase N invalidates phase N and every phase below, the modifier-phase cheat sheet, and lambda providers (() -> T) for hoisting hot values across composables. Use when the developer mentions every-frame work, scroll jank, animation jank, dropped frames, animated alpha or offset, "the whole subtree recomposes on scroll", Modifier.alpha(state.value), Modifier.offset(x.dp), or graphicsLayer.
by skydoves/compose-performance-skills / recomposition/deferring-state-reads
Define Events (Preview)
Define and handle custom events in PCF components
by github/awesome-copilot / instructions/pcf-events.instructions.md
Define Hypothesis
Defines a testable hypothesis with clear success metrics and a validation approach. Use when forming assumptions to test or aligning a team on what success looks like, before any experiment is designed. To design the A/B test or experiment that will validate the hypothesis, use measure-experiment-design.
by product-on-purpose/pm-skills / skills/define-hypothesis
Define Jtbd Canvas
Creates a Jobs to be Done canvas capturing the functional, emotional, and social dimensions of a customer job. Use when deeply understanding customer motivations, designing for jobs, or reframing product positioning.
by product-on-purpose/pm-skills / skills/define-jtbd-canvas
Define Opportunity Tree
Creates an opportunity solution tree mapping desired outcomes to opportunities and potential solutions. Use for outcome-driven product discovery, prioritization, or communicating product strategy.
by product-on-purpose/pm-skills / skills/define-opportunity-tree
Define Problem Statement
Creates a clear problem framing document with user impact, business context, and success criteria. Use when starting a new initiative, realigning a drifted project, or communicating up to leadership.
by product-on-purpose/pm-skills / skills/define-problem-statement
Defi Protocol Templates
Implement DeFi protocols with production-ready templates for staking, AMMs, governance, and lending systems. Use when building decentralized finance applications or smart contract protocols.
by wshobson/agents / plugins/blockchain-web3/skills/defi-protocol-templates
Defuddle
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page. Do NOT use for URLs ending in .md — those are already markdown, use WebFetch directly.
by guanyang/antigravity-skills / skills/defuddle
Delete No Email Contacts
Delete contacts with no email address from a HubSpot CRM instance. These contacts cannot receive any communication and inflate billing. Fully automated via the HubSpot CRM Search and Batch Archive APIs.
by TomGranot/hubspot-admin-skills / skills/delete-no-email-contacts
Deliver Acceptance Criteria
Generates structured Given/When/Then acceptance criteria for a user story or feature slice, covering the happy path, key failure scenarios, and non-functional expectations in testable form. Use when turning requirements into verifiable scenarios for engineering handoff and QA sign-off. For a dedicated catalog of boundary conditions, error states, and recovery paths across a feature, use deliver-edge-cases; to write the stories themselves, use deliver-user-stories.
by product-on-purpose/pm-skills / skills/deliver-acceptance-criteria
Deliver Edge Cases
Documents edge cases, error states, boundary conditions, race conditions, and recovery paths for a feature - the systematic catalog of what can go wrong and the failure modes to design for. Use during specification to map the failure surface and ensure comprehensive coverage, or during QA planning to identify boundary and limit scenarios to test. Distinct from deliver-acceptance-criteria, which writes story-level Given/When/Then checks; this skill produces the whole-feature edge-case catalog.
by product-on-purpose/pm-skills / skills/deliver-edge-cases
Deliver Launch Checklist
Creates a comprehensive pre-launch checklist covering engineering, design, marketing, support, legal, and operations readiness. Use before releasing features, products, or major updates to ensure nothing is missed.
by product-on-purpose/pm-skills / skills/deliver-launch-checklist
Deliver Prd
Creates a comprehensive Product Requirements Document that aligns stakeholders on what to build, why, and how success will be measured. Use when specifying features, epics, or product initiatives for engineering handoff.
by product-on-purpose/pm-skills / skills/deliver-prd
Deliver Release Notes
Creates user-facing release notes that communicate new features, improvements, and fixes in clear, benefit-focused language. Use when shipping updates to communicate changes to users, customers, or stakeholders.
by product-on-purpose/pm-skills / skills/deliver-release-notes
Deliver User Stories
Generates user stories in the standard persona, action, benefit story format from product requirements or feature descriptions. Use when breaking a feature into stories for sprint planning, writing tickets, or communicating scope to engineering. For testable Given/When/Then acceptance criteria on a story, use deliver-acceptance-criteria; for boundary and failure scenarios, use deliver-edge-cases.
by product-on-purpose/pm-skills / skills/deliver-user-stories
Demonstrate Understanding mode instructions
Validate user understanding of code, design patterns, and implementation details through guided questioning.
by github/awesome-copilot / agents/demonstrate-understanding.agent.md
Denario
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/denario
Deobfuscating Javascript Malware
Deobfuscates malicious JavaScript code used in web-based attacks, phishing pages, and dropper scripts by reversing encoding layers, eval chains, string manipulation, and control flow obfuscation to reveal the original malicious logic. Activates for requests involving JavaScript malware analysis, script deobfuscation, web skimmer analysis, or obfuscated dropper investigation.
by mukul975/Anthropic-Cybersecurity-Skills / skills/deobfuscating-javascript-malware
Deobfuscating Powershell Obfuscated Malware
Systematically deobfuscate multi-layer PowerShell malware using AST analysis, dynamic tracing, and tools like PSDecode and PowerDecode to reveal hidden payloads and C2 infrastructure.
by mukul975/Anthropic-Cybersecurity-Skills / skills/deobfuscating-powershell-obfuscated-malware
Dependabot
Comprehensive guide for configuring and managing GitHub Dependabot. Use this skill when users ask about creating or optimizing dependabot.yml files, managing Dependabot pull requests, configuring dependency update strategies, setting up grouped updates, monorepo patterns, multi-ecosystem groups, security update configuration, auto-triage rules, or any GitHub Advanced Security (GHAS) supply chain security topic related to Dependabot. For pre-commit dependency vulnerability scanning in AI coding agents via the GitHub MCP Server, this skill references the Advanced Security plugin (`advanced-security@copilot-plugins`). Use this skill when an agent needs to scan dependencies for known vulnerabilities before committing.
by github/awesome-copilot / skills/dependabot
Dependency Track
Comprehensive guide for Dependency-Track - Software Composition Analysis (SCA) and SBOM management platform. USE WHEN deploying Dependency-Track, integrating with CI/CD pipelines, configuring vulnerability scanning, managing SBOMs, setting up policy compliance, troubleshooting installation issues, or working with the REST API.
by julianobarbosa/claude-code-skills / skills/dependency-track
Dependency Track Skill
Dependency Track Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.
by julianobarbosa/claude-code-skills / skills/dependency-track-skill