Skip to content

Skill Catalog

Browse 5,478 curated AI agent skills. No account needed.

No spam. Unsubscribe anytime.

Detecting Process Hollowing Technique

Detect process hollowing (T1055.012) by analyzing memory-mapped sections, hollowed process indicators, and parent-child process anomalies in EDR telemetry.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-process-hollowing-technique

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Process Injection Techniques

Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis to identify injection artifacts. Activates for requests involving process injection detection, code injection analysis, hollowed process investigation, or in-memory threat detection.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-process-injection-techniques

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Qr Code Phishing With Email Security

Detect and prevent QR code phishing (quishing) attacks that bypass traditional email security by embedding malicious URLs in QR code images within emails.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-qr-code-phishing-with-email-security

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Ransomware Encryption Behavior

Detects ransomware encryption activity in real time using entropy analysis, file system I/O monitoring, and behavioral heuristics. Identifies mass file modification patterns, abnormal entropy spikes in written data, and suspicious process behavior characteristic of ransomware encryption routines. Activates for requests involving ransomware behavioral detection, entropy-based file monitoring, I/O anomaly detection, or real-time encryption activity alerting.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-ransomware-encryption-behavior

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Ransomware Precursors In Network

Detects early-stage ransomware indicators in network traffic before encryption begins, including initial access broker activity, command-and-control beaconing, credential harvesting, reconnaissance scanning, and staging behavior. Uses network detection tools (Zeek, Suricata, Arkime), SIEM correlation rules, and threat intelligence feeds to identify ransomware precursor patterns such as Cobalt Strike beacons, Mimikatz network signatures, and RDP brute-force attempts. Activates for requests involving pre-ransomware detection, network-based ransomware indicators, or early warning ransomware monitoring.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-ransomware-precursors-in-network

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Rdp Brute Force Attacks

Detect RDP brute force attacks by analyzing Windows Security Event Logs for failed authentication patterns (Event ID 4625), successful logons after failures (Event ID 4624), NLA failures, and source IP frequency analysis.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-rdp-brute-force-attacks

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Rootkit Activity

Detects rootkit presence on compromised systems by identifying hidden processes, hooked system calls, modified kernel structures, hidden files, and covert network connections using memory forensics, cross-view detection, and integrity checking techniques. Activates for requests involving rootkit detection, hidden process discovery, kernel integrity checking, or system call hook analysis.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-rootkit-activity

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting S3 Data Exfiltration Attempts

Detecting data exfiltration attempts from AWS S3 buckets by analyzing CloudTrail S3 data events, VPC Flow Logs, GuardDuty findings, Amazon Macie alerts, and S3 access patterns to identify unauthorized bulk downloads and cross-account data transfers.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-s3-data-exfiltration-attempts

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Serverless Function Injection

Detects and prevents code injection attacks targeting serverless functions (AWS Lambda, Azure Functions, Google Cloud Functions) through event source poisoning, malicious layer injection, runtime command execution, and IAM privilege escalation via function modification. The analyst combines static analysis of function code, CloudTrail event correlation, runtime behavior monitoring, and IAM policy auditing to identify injection vectors across the expanded serverless attack surface including API Gateway, S3, SQS, DynamoDB Streams, and CloudWatch event triggers. Activates for requests involving Lambda security assessment, serverless injection detection, function event poisoning analysis, or serverless privilege escalation investigation.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-serverless-function-injection

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Service Account Abuse

Detect abuse of service accounts through anomalous interactive logons, privilege escalation, lateral movement,

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-service-account-abuse

#github#external#license-apache-2-0Security & Compliance

Detecting Shadow API Endpoints

Discover and inventory shadow API endpoints that operate outside documented specifications using traffic analysis, code scanning, and API discovery platforms.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-shadow-api-endpoints

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Shadow It Cloud Usage

Detect unauthorized SaaS and cloud service usage (shadow IT) by analyzing proxy logs, DNS query logs, and netflow data using Python pandas for traffic pattern analysis and domain classification.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-shadow-it-cloud-usage

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Spearphishing With Email Gateway

Spearphishing targets specific individuals using personalized, researched content that bypasses generic spam filters. Email security gateways (SEGs) like Microsoft Defender for Office 365, Proofpoint,

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-spearphishing-with-email-gateway

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting SQL Injection Via Waf Logs

Analyze WAF (ModSecurity/AWS WAF/Cloudflare) logs to detect SQL injection attack campaigns. Parses ModSecurity audit logs and JSON WAF event logs to identify SQLi patterns (UNION SELECT, OR 1=1, SLEEP(), BENCHMARK()), tracks attack sources, correlates multi-stage injection attempts, and generates incident reports with OWASP classification.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-sql-injection-via-waf-logs

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Stuxnet Style Attacks

This skill covers detecting sophisticated cyber-physical attacks that follow the Stuxnet attack pattern of modifying PLC logic while spoofing sensor readings to hide the manipulation from operators. It addresses PLC logic integrity monitoring, physics-based process anomaly detection, engineering workstation compromise indicators, USB-borne attack vectors, and multi-stage attack chain detection spanning IT-to-OT lateral movement through to process manipulation.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-stuxnet-style-attacks

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Supply Chain Attacks In CI CD

Scans GitHub Actions workflows and CI/CD pipeline configurations for supply chain attack vectors including unpinned actions, script injection via expressions, dependency confusion, and secrets exposure. Uses PyGithub and YAML parsing for automated audit. Use when hardening CI/CD pipelines or investigating compromised build systems.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-supply-chain-attacks-in-ci-cd

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Suspicious OAuth Application Consent

Detect risky OAuth application consent grants in Azure AD / Microsoft Entra ID using Microsoft Graph API, audit logs, and permission analysis to identify illicit consent grant attacks.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-suspicious-oauth-application-consent

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Suspicious Powershell Execution

Detect suspicious PowerShell execution patterns including encoded commands, download cradles, AMSI bypass attempts, and constrained language mode evasion.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-suspicious-powershell-execution

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting T1003 Credential Dumping With Edr

Detect OS credential dumping techniques targeting LSASS memory, SAM database, NTDS.dit, and cached credentials using EDR telemetry, Sysmon process access monitoring, and Windows security event correlation.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-t1003-credential-dumping-with-edr

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting T1055 Process Injection With Sysmon

Detect process injection techniques (T1055) including classic DLL injection, process hollowing, and APC injection by analyzing Sysmon events for cross-process memory operations, remote thread creation, and anomalous DLL loading patterns.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-t1055-process-injection-with-sysmon

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting T1548 Abuse Elevation Control Mechanism

Detect abuse of elevation control mechanisms including UAC bypass, sudo exploitation, and setuid/setgid manipulation by monitoring registry modifications, process elevation flags, and unusual parent-child process relationships.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-t1548-abuse-elevation-control-mechanism

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Typosquatting Packages In npm Pypi

Detects typosquatting attacks in npm and PyPI package registries by analyzing package name similarity using Levenshtein distance and other string metrics, examining publish date heuristics to identify recently created packages mimicking established ones, and flagging download count anomalies where suspicious packages have disproportionately low usage compared to their legitimate targets. The analyst queries the PyPI JSON API and npm registry API to gather package metadata for automated comparison. Activates for requests involving package typosquatting detection, dependency confusion analysis, malicious package identification, or software supply chain threat hunting in package registries.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-typosquatting-packages-in-npm-pypi

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detecting Wmi Persistence

Detect WMI event subscription persistence by analyzing Sysmon Event IDs 19, 20, and 21 for malicious EventFilter, EventConsumer, and FilterToConsumerBinding creation.

by mukul975/Anthropic-Cybersecurity-Skills / skills/detecting-wmi-persistence

#mukul-cybersecurity-skills#security#cybersecuritySecurity & Compliance

Detox Skill

Generates Detox E2E tests for React Native apps in JavaScript. Gray-box testing framework with automatic synchronization. Supports local simulators/emulators and TestMu AI cloud. Use when user mentions "Detox", "React Native test", "element(by.id())", "device.launchApp". Triggers on: "Detox", "React Native E2E", "React Native test", "element(by.id)", "device.launchApp".

by LambdaTest/agent-skills / detox-skill

#testing#automation#reactMobile App Development

Deutsche Bahn

Deutsche Bahn train schedules, journey planning, and departures across Germany and into neighboring countries (Austria, Switzerland, Netherlands, France, Belgium). Use for ICE/IC/regional rail planning and airport ground transport (FRA, MUC).

by borski/travel-hacking-toolkit / plugins/travel-hacking-toolkit/skills/deutsche-bahn

#travel#flights#hotelsData, AI & Research

Dev Box image definitions

Authoring recommendations for creating YAML based image definition files for use with Microsoft Dev Box Team Customizations

by github/awesome-copilot / instructions/devbox-image-definition.instructions.md

#github-copilot#docker#containerizationDevOps & Cloud

Develop Adr

Creates an Architecture Decision Record following the Nygard format to document significant technical decisions, their context, and consequences. Use when making technical choices that affect system architecture, technology selection, or development patterns.

by product-on-purpose/pm-skills / skills/develop-adr

#work-life#productivity#product-managementSoftware Engineering

Develop Design Rationale

Documents the reasoning behind design decisions including alternatives considered, trade-offs evaluated, and principles applied. Use when making significant UX decisions, aligning with stakeholders on design direction, or preserving design context for future reference.

by product-on-purpose/pm-skills / skills/develop-design-rationale

#work-life#productivity#product-managementSoftware Engineering

Developer

Developer linked from GitHub Agentic Workflows skills and agent definitions, with the upstream skill instructions available on GitHub.

by github/gh-aw / skills/developer

#github#broad-capability#externalPersonal Productivity

Developer Growth Analysis

Analyzes your recent Claude Code chat history to identify coding patterns, development gaps, and areas for improvement, curates relevant learning resources from HackerNews, and automatically sends a personalized growth report to your Slack DMs.

by davepoon/buildwithclaude / plugins/all-skills/skills/developer-growth-analysis

#github#external#license-mitData, AI & Research

Developer Hub

Your intelligent developer command center -- start here for any Python, wxPython, desktop app, NVDA addon, accessibility tool building, desktop accessibility, or general software engineering task. Routes to specialist agents across the developer, web, and document accessibility teams. Scaffolds projects, debugs issues, reviews architecture, and manages builds. No commands to memorize. Just talk.

by Community-Access/accessibility-agents / codex-skills/developer-hub

#broad-capability#accessibility#a11ySoftware Engineering

Developer Instructions

Developer Instructions for GitHub Agentic Workflows

by github/gh-aw / .github/agents/developer.instructions.md

#github#broad-capability#externalAgent Orchestration

Developing iOS Apps

Develops iOS/macOS apps with XcodeGen, SwiftUI, and SPM, including Apple Developer signing, notarization, and CI/CD pipelines. Use when building iOS/macOS apps, fixing Xcode build failures, deploying to real devices, or configuring CI/CD signing. Triggers on XcodeGen project.yml, SPM dependency issues, code signing errors (Error -25294, keychain mismatch, adhoc fallback, EMFILE, notarization credential conflict), "Library not loaded @rpath", Electron @electron/osx-sign / @electron/notarize, notarytool, or certificate/provisioning problems.

by daymade/claude-code-skills / iOS-APP-developer

#broad-capability#research#documentsMobile App Development

Develop Solution Brief

Creates a concise one-page solution overview that communicates the proposed approach, key decisions, and trade-offs. Use when pitching solutions to stakeholders, aligning teams on approach, or documenting solution intent before detailed specification.

by product-on-purpose/pm-skills / skills/develop-solution-brief

#work-life#productivity#product-managementSoftware Engineering

Develop Spike Summary

Documents the results of a time-boxed technical or design exploration (spike). Use after completing a spike to capture learnings, findings, and recommendations for the team.

by product-on-purpose/pm-skills / skills/develop-spike-summary

#work-life#productivity#product-managementSoftware Engineering

Dev Environment Setup

Installs agents, configures MCP servers, aligns marketplace plugins, creates and audits instructions. Use after setup or when agents/MCP/plugins need alignment.

by levnikolaevich/claude-code-skills / plugins/setup-environment/skills/ln-010-dev-environment-setup

#github#external#license-mitSoftware Engineering

Devils Advocate

I play the devil's advocate to challenge and stress-test your ideas by finding flaws, risks, and edge cases

by github/awesome-copilot / agents/devils-advocate.agent.md

#github-copilot#productivity#retrospectivePersonal Productivity

DevOps Automation

DevOps and IT Ops automation - CI/CD, monitoring, incident management, and infrastructure workflows

by claude-office-skills/skills / devops-automation

#work-life#office#productivityDevOps & Cloud

DevOps Core Principles

Foundational instructions covering core DevOps principles, culture (CALMS), and key metrics (DORA) to guide GitHub Copilot in understanding and promoting effective software delivery.

by github/awesome-copilot / instructions/devops-core-principles.instructions.md

#github-copilot#awesome-copilot#externalDevOps & Cloud

DevOps Engineer

Creates Dockerfiles, configures CI/CD pipelines, writes Kubernetes manifests, and generates Terraform/Pulumi infrastructure templates. Handles deployment automation, GitOps configuration, incident response runbooks, and internal developer platform tooling. Use when setting up CI/CD pipelines, containerizing applications, managing infrastructure as code, deploying to Kubernetes clusters, configuring cloud platforms, automating releases, or responding to production incidents. Invoke for pipelines, Docker, Kubernetes, GitOps, Terraform, GitHub Actions, on-call, or platform engineering.

by Jeffallan/claude-skills / skills/devops-engineer

#engineering#full-stack#devopsDevOps & Cloud

DevOps Expert

DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement

by github/awesome-copilot / agents/devops-expert.agent.md

#github-copilot#awesome-copilot#externalAgent Orchestration

DevOps Network Calculator For Azure

Azure network planning, CIDR calculation, subnet sizing, and best-practices tool. Use this skill whenever the user asks about subnet sizing, CIDR planning, AKS networking, NSG rules, network segmentation, IP address management, VNet planning, address space analysis, overlap detection, or any Azure networking topic. Also trigger when the user mentions network calculator, net-calc, calculate hosts, plan subnets, or asks about Azure network best practices, even if they don't explicitly say 'network calculator'.

by julianobarbosa/claude-code-skills / skills/devops-network-calculator-for-azure

#broad-capability#devops#azureDevOps & Cloud

DevOps Network Calculator For Azure Skill

DevOps Network Calculator For Azure Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/devops-network-calculator-for-azure-skill

#github#broad-capability#externalDevOps & Cloud

DevOps Rollout Plan

Generate comprehensive rollout plans with preflight checks, step-by-step deployment, verification signals, rollback procedures, and communication plans for infrastructure and application changes

by github/awesome-copilot / skills/devops-rollout-plan

#github-copilot#ci#cdDevOps & Cloud

Dev Slides

>

by claude-office-skills/skills / dev-slides

#work-life#office#productivityPresentations & Documents

DevTools Regression Investigator

Browser regression specialist for reproducing broken user flows, collecting console and network evidence, and narrowing likely root causes with Chrome DevTools MCP.

by github/awesome-copilot / agents/devtools-regression-investigator.agent.md

#github-copilot#e2e#testingWeb & Browser Automation

Dflow

Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, the DFlow Agent CLI for autonomous trading, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.

by helius-labs/core-ai / helius-cursor/skills/dflow

#helius-core-ai#solana#blockchainSoftware Engineering

Dflow

Build Solana trading applications combining DFlow trading APIs with Helius infrastructure. Covers spot swaps (imperative and declarative), prediction markets, real-time market streaming, Proof KYC, the DFlow Agent CLI for autonomous trading, transaction submission via Sender, fee optimization, shred-level streaming via LaserStream, and wallet intelligence.

by helius-labs/core-ai / helius-plugin/skills/dflow

#helius-core-ai#solana#blockchainSoftware Engineering

Dhdna Profiler

Extract cognitive patterns and thinking fingerprints from any text. Use this skill when the user wants to analyze how someone thinks, understand cognitive style, profile writing or speech patterns, compare thinking styles between people, asks "what's my thinking style", "analyze how this person reasons", "cognitive profile", "thinking pattern", "DHDNA", "digital DNA", or wants to understand the mind behind any text. Also trigger when the user provides text and wants deeper insight into the author's reasoning patterns, decision-making style, or cognitive signature.

by K-Dense-AI/scientific-agent-skills / skills/dhdna-profiler

#broad-capability#science#mathData, AI & Research

DHDNA Profiler — Cognitive Pattern Extraction

Extract cognitive patterns and thinking fingerprints from any text. Use this skill when the user wants to analyze how someone thinks, understand cognitive style, profile writing or speech patterns, compare thinking styles between people, asks "what's my thinking style", "analyze how this person reasons", "cognitive profile", "thinking pattern", "DHDNA", "digital DNA", or wants to understand the mind behind any text. Also trigger when the user provides text and wants deeper insight into the author's reasoning patterns, decision-making style, or cognitive signature.

by K-Dense-AI/scientific-agent-skills / scientific-skills/dhdna-profiler

#github#broad-capability#externalData, AI & Research

Diagnose

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

by mattpocock/skills / skills/engineering/diagnose

#github#broad-capability#externalSoftware Engineering

Diagnose

Perform a systematic diagnostic scan of an AI workflow across 5 quality dimensions — prompt quality, context efficiency, tool health, architecture fitness, and safety — producing a scored report with prioritized remediation actions.

by github/awesome-copilot / skills/diagnose

#github-copilot#llm#evaluationData, AI & Research

Diagnosing Bugs

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

by mattpocock/skills / skills/engineering/diagnosing-bugs

#broad-capability#typescript#engineeringSoftware Engineering

Diagnosing Compose Stability

Use this skill to diagnose Jetpack Compose stability problems by enabling and reading the Compose Compiler Reports (classes.txt, composables.txt, composables.csv, module.json). Covers the Gradle DSL, the release-only build requirement, and how to interpret per-class and per-composable stability annotations including stable, unstable, runtime, restartable, skippable, readonly, @static, and @dynamic markers. Use when the developer asks "why does this recompose", reports jank, dropped frames, slow scroll, high recomposition count, suspects an unstable parameter, mentions Compose Compiler Reports, classes.txt, composables.txt, module.json, or wants to know which composables are non-skippable. The fix lives in a sibling skill — this one only diagnoses.

by skydoves/compose-performance-skills / stability/diagnosing-compose-stability

#android#jetpack-compose#performanceMobile App Development

Diagram Creator Skill

Create professional diagrams using Mermaid, PlantUML, and other text-based diagram tools. Generate flowcharts, sequence diagrams, architecture diagrams, and more.

by claude-office-skills/skills / diagram-creator

#work-life#office#productivityDesign, Media & Creative

dialectic (Codex Compatibility)

Minimal compatibility wrapper for vibe Dialectic Mode (multi-perspective design analysis).

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/dialectic

#broad-capability#github#externalDesign, Media & Creative

Diffdock

DiffDock and DiffDock-L molecular docking. Use for protein-small-molecule pose prediction from PDB or sequence plus SMILES/SDF/MOL2, batch docking, virtual screening, and pose-confidence interpretation. Not for binding affinity prediction.

by K-Dense-AI/scientific-agent-skills / skills/diffdock

#broad-capability#science#mathScience & Simulation

DiffDock: Molecular Docking with Diffusion Models

Diffusion-based molecular docking. Predict protein-ligand binding poses from PDB/SMILES, confidence scores, virtual screening, for structure-based drug design. Not for affinity prediction.

by K-Dense-AI/scientific-agent-skills / scientific-skills/diffdock

#github#broad-capability#externalData, AI & Research

Differentiation Schemes

Select and apply numerical differentiation schemes for PDE and ODE discretization — generate finite-difference stencils at arbitrary order and accuracy, choose between central, upwind, compact (Pade), and spectral methods, handle boundary stencils, and estimate truncation error scaling. Use when discretizing spatial derivatives, picking a scheme for advection- or diffusion-dominated problems, building custom stencils for nonstandard operators, or comparing dispersion and dissipation properties of candidate schemes, even if the user just says "how do I approximate this derivative" or "my solution is too diffusive."

by HeshamFS/materials-simulation-skills / skills/core-numerical/differentiation-schemes

#broad-capability#science#materialsScience & Simulation

Difficult Conversation Prep Coach

Prepares scripts and strategies for hard conversations using frameworks (Nonviolent Communication, DESC). Researches situation-specific advice via Brave Search and provides word-for-word scripts with fallback responses. Prerequisites: brave-search MCP.

by AgentArmory

#relationships#communication#conflictRelationships & Social

Diffs

Use the diffs tool to produce real, shareable diffs (viewer URL, file artifact, or both) instead of manual edit summaries.

by openclaw/openclaw / extensions/diffs/skills/diffs

#github#broad-capability#externalWeb & Browser Automation

Digikey

Search DigiKey for electronic components and download datasheets — primary source for prototype orders and the preferred API method for fetching datasheets. Find parts by keyword or MPN, check pricing/stock, download datasheets via API, analyze specifications. Sync and maintain a local datasheets directory — extract components from schematics, download missing datasheets, keep them up to date. Also supports batch MPN-list seeding (`--mpn-list`) for bulk workflows without a KiCad project. Use when the user asks about electronic components, part specs, datasheets, pricing, stock, footprints, or needs to download a datasheet — even without mentioning "DigiKey". Also for "sync datasheets", "download datasheets for my board/project", or mentions a datasheets directory. DigiKey is the default distributor for prototyping. For BOM workflows, see the bom skill.

by aklofas/kicad-happy / skills/digikey

#kicad#electronics#webData, AI & Research

Digital Brain

This skill should be used when the user asks to "write a post", "check my voice", "look up contact", "prepare for meeting", "weekly review", "track goals", or mentions personal brand, content creation, network management, or voice consistency.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/digital-brain

#broad-capability#creative#notePersonal Productivity

Diligence Issue Extraction

Read VDR documents and extract issues per house categories and materiality thresholds, producing findings in house memo format. Use when user says "review the data room", "extract issues from [folder]", "diligence review", "what's in the VDR", or points at VDR documents.

by anthropics/claude-for-legal / corporate-legal/skills/diligence-issue-extraction

#legal#contracts#ndaPresentations & Documents

Director

Producing automated feature demo videos via Playwright E2E tests. Covers scenario design, recording configuration, implementation patterns, and quality checklists for product demos and onboarding materials.

by simota/agent-skills / director

#broad-capability#development#securityWeb & Browser Automation

Directory Submissions

When the user wants to submit their product to startup, SaaS, AI, agent, MCP, no-code, or review directories for backlinks, domain rating, and discovery. Also use when the user mentions "directory submissions," "submit to directories," "backlinks from directories," "list my product," "submit to Product Hunt," "BetaList," "TAAFT," "Futurepedia," "G2 listing," "Capterra listing," "AlternativeTo," "SaaSHub," "AI directories," "MCP registry," "agent directory," "dofollow backlinks," "launch directories," or "directory tracker." Use this whenever someone is planning the directory layer of a product launch or an ongoing backlink campaign. For the broader launch moment, see launch. For programmatic SEO pages that should live behind these backlinks, see programmatic-seo. For AI citation optimization, see ai-seo.

by coreyhaines31/marketingskills / skills/directory-submissions

#work-life#productivity#marketingBusiness, Marketing & Sales

Direnv

Guide for using direnv - a shell extension for loading directory-specific environment variables. Use when setting up project environments, creating .envrc files, configuring per-project environment variables, integrating with Python/Node/Ruby/Go layouts, working with Nix flakes, or troubleshooting environment loading issues on macOS and Linux.

by julianobarbosa/claude-code-skills / skills/direnv

#broad-capability#devops#azureSoftware Engineering

Direnv Skill

Direnv Skill linked from Juliano Barbosa Claude Code Skills, with the upstream skill instructions available on GitHub.

by julianobarbosa/claude-code-skills / skills/direnv-skill

#github#broad-capability#externalDevOps & Cloud

Discord

Discord message-tool ops: send/read/edit/delete, react, poll, pin, thread, search, presence, media/components.

by openclaw/openclaw / skills/discord

#broad-capability#browser#automationPersonal Productivity

Discord Bot

Discord bot development - community management, moderation, notifications, and AI integration

by claude-office-skills/skills / discord-bot

#work-life#office#productivityPersonal Productivity

Discover Competitive Analysis

Creates a structured competitive analysis comparing features, positioning, and strategy across competitors. Use when entering a market, planning differentiation, or understanding the competitive landscape.

by product-on-purpose/pm-skills / skills/discover-competitive-analysis

#work-life#productivity#product-managementBusiness, Marketing & Sales

Discover Interview Synthesis

Synthesizes user research interviews into actionable insights, patterns, and recommendations. Use after conducting user interviews, customer calls, or usability sessions to extract and communicate findings across participants. Distinct from foundation-meeting-recap, which summarizes one internal meeting for its attendees; this skill aggregates research conversations into evidence-backed findings.

by product-on-purpose/pm-skills / skills/discover-interview-synthesis

#work-life#productivity#product-managementBusiness, Marketing & Sales

Discover Stakeholder Summary

Documents stakeholder needs, concerns, and influence for a project or initiative. Use when starting projects, managing complex stakeholder relationships, or ensuring alignment across organizational boundaries.

by product-on-purpose/pm-skills / skills/discover-stakeholder-summary

#work-life#productivity#product-managementBusiness, Marketing & Sales

Dispatching Parallel Agents

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

by guanyang/antigravity-skills / skills/dispatching-parallel-agents

#broad-capability#agent-skills#designAgent Orchestration

Display AI Glasses With Jetpack Compose Glimmer

Display AI Glasses With Jetpack Compose Glimmer linked from Android official agent skills, with the upstream skill instructions available on GitHub.

by android/skills / xr/display-ai-glasses-with-jetpack-compose-glimmer

#github#official#broad-capabilityMobile App Development

Display Glasses With Jetpack Compose Glimmer

Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an Android XR Augmented Experience app with Jetpack Compose Glimmer that adheres to the Glimmer design system for optimized glasses styling.

by android/skills / xr/display-glasses-with-jetpack-compose-glimmer

#official#broad-capability#androidMobile App Development

Dispute Resolution Letter Writer

Drafts professional dispute letters (billing errors, warranty claims, landlord issues, service complaints) with proper formatting, legal references from Brave Search, and escalation paths. Prerequisites: brave-search MCP.

by AgentArmory

#legal#disputes#lettersLegal & Contracts

Distributed LLM Pretraining Torchtitan

Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.

by NousResearch/hermes-agent / optional-skills/mlops/torchtitan

#broad-capability#development#creativeData, AI & Research

Distributed Tracing

Implement distributed tracing with Jaeger and Tempo to track requests across microservices and identify performance bottlenecks. Use when debugging microservices, analyzing request flows, or implementing observability for distributed systems.

by wshobson/agents / plugins/observability-monitoring/skills/distributed-tracing

#broad-capability#engineering#agent-skillsDevOps & Cloud

Dividend Growth Pullback Screener

Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.

by tradermonty/claude-trading-skills / skills/dividend-growth-pullback-screener

#work-life#productivity#financeBusiness, Marketing & Sales

Django Access Review

Django access control and IDOR security review. Use when reviewing Django views, DRF viewsets, ORM queries, or any Python/Django code handling user authorization. Trigger keywords: "IDOR", "access control", "authorization", "Django permissions", "object permissions", "tenant isolation", "broken access".

by getsentry/skills / skills/django-access-review

#observability#sentry#applicationSecurity & Compliance

Django Drf

Django REST Framework patterns. Trigger: When building REST APIs with Django - ViewSets, Serializers, Filters.

by Gentleman-Programming/Gentleman-Skills / curated/django-drf

#angular#react#typescriptSoftware Engineering

Django Expert

Use when building Django web applications or REST APIs with Django REST Framework. Invoke when working with settings.py, models.py, manage.py, or any Django project file. Creates Django models with proper indexes, optimizes ORM queries using select_related/prefetch_related, builds DRF serializers and viewsets, and configures JWT authentication. Trigger terms: Django, DRF, Django REST Framework, Django ORM, Django model, serializer, viewset, Python web.

by Jeffallan/claude-skills / skills/django-expert

#engineering#full-stack#backendSoftware Engineering

Django Perf Review

Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.

by getsentry/skills / skills/django-perf-review

#observability#sentry#performanceSoftware Engineering

Dnanexus Integration

DNAnexus cloud genomics platform. Build apps/applets, manage data (upload/download), dxpy Python SDK, run workflows, FASTQ/BAM/VCF, for genomics pipeline development and execution.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/dnanexus-integration

#broad-capability#creative#bioinformaticsScience & Simulation

Doc

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/doc

#broad-capability#creative#documentsPresentations & Documents

Doc Coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

by getsentry/skills / skills/doc-coauthoring

#observability#sentry#projectEducation & Writing

Doc Coauthoring

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.

by guanyang/antigravity-skills / skills/doc-coauthoring

#broad-capability#agent-skills#designEducation & Writing

Dockerfile Generator

Generates optimized multi-stage Dockerfiles for any project. Prerequisites: docker.

by AgentArmory

#docker#containerization#deploymentDevOps

Docker Management

Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.

by NousResearch/hermes-agent / optional-skills/devops/docker-management

#broad-capability#development#creativeDevOps & Cloud

Doc Parser

>

by claude-office-skills/skills / doc-parser

#work-life#office#productivityPresentations & Documents

Doc Pipeline Skill

Chain document operations into reusable pipelines

by claude-office-skills/skills / doc-pipeline

#work-life#office#productivityData, AI & Research

Docs Auditor

Use when auditing project documentation through the evaluation platform with mandatory research, coordinated audit workers, and structured summaries.

by levnikolaevich/claude-code-skills / plugins/codebase-audit-suite/skills/ln-610-docs-auditor

#github#external#license-mitSoftware Engineering

Docs Cleaner

Consolidates redundant documentation while preserving all valuable content. This skill should be used when users want to clean up documentation bloat, merge redundant docs, reduce documentation sprawl, or consolidate multiple files covering the same topic. Triggers include "clean up docs", "consolidate documentation", "too many doc files", "merge these docs", or when documentation exceeds 500 lines across multiple files covering similar topics.

by daymade/claude-code-skills / daymade-docs/docs-cleaner

#broad-capability#research#documentsPresentations & Documents

Docs Review

Review documentation changes for compliance with the Metabase writing style guide. Use when reviewing pull requests, files, or diffs containing documentation markdown files.

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/docs-review

#broad-capability#creative#proofreadingEducation & Writing

Docsumo Automation via Rube MCP

Automate Docsumo tasks via Rube MCP (Composio). Always search tools first for current schemas.

by ComposioHQ/awesome-claude-skills / composio-skills/docsumo-automation

#work-life#productivity#composioPersonal Productivity

docs (v1)

Read and write Google Docs.

by googleworkspace/cli / skills/gws-docs

#work-life#productivity#externalPersonal Productivity

docs +write

Google Docs: Append text to a document.

by googleworkspace/cli / skills/gws-docs-write

#work-life#productivity#externalPersonal Productivity

Docs Write

Write documentation following Metabase's conversational, clear, and user-focused style. Use when creating or editing documentation files (markdown, MDX, etc.).

by foryourhealth111-pixel/Vibe-Skills / bundled/skills/docs-write

#broad-capability#creative#technicalEducation & Writing

Doc To Markdown

Converts DOCX/PDF/PPTX to high-quality Markdown with automatic post-processing. Fixes pandoc grid tables, simple tables, image paths, CJK bold spacing, attribute noise, and code blocks. Benchmarked best-in-class (7.6/10) against Docling, MarkItDown, Pandoc raw, and Mammoth. Trigger on "convert document", "docx to markdown", "parse word", "doc to markdown", "解析word", "转换文档".

by daymade/claude-code-skills / daymade-docs/doc-to-markdown

#broad-capability#research#documentsPresentations & Documents