Skill Catalog
Browse 5,478 curated AI agent skills. No account needed.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Developer Instructions
Developer Instructions for GitHub Agentic Workflows
by github/gh-aw / .github/agents/developer.instructions.md
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
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
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
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
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
DevOps Automation
DevOps and IT Ops automation - CI/CD, monitoring, incident management, and infrastructure workflows
by claude-office-skills/skills / devops-automation
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
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
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
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
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
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
Dev Slides
>
by claude-office-skills/skills / dev-slides
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
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
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
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
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
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
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
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
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
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
dialectic (Codex Compatibility)
Minimal compatibility wrapper for vibe Dialectic Mode (multi-perspective design analysis).
by foryourhealth111-pixel/Vibe-Skills / bundled/skills/dialectic
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
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
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
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
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
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
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
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
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
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
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
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
Discord
Discord message-tool ops: send/read/edit/delete, react, poll, pin, thread, search, presence, media/components.
by openclaw/openclaw / skills/discord
Discord Bot
Discord bot development - community management, moderation, notifications, and AI integration
by claude-office-skills/skills / discord-bot
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
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
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
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
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
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
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
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
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
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
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
Django Drf
Django REST Framework patterns. Trigger: When building REST APIs with Django - ViewSets, Serializers, Filters.
by Gentleman-Programming/Gentleman-Skills / curated/django-drf
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
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
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
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
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
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
Dockerfile Generator
Generates optimized multi-stage Dockerfiles for any project. Prerequisites: docker.
by AgentArmory
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
Doc Parser
>
by claude-office-skills/skills / doc-parser
Doc Pipeline Skill
Chain document operations into reusable pipelines
by claude-office-skills/skills / doc-pipeline
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
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
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
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
docs (v1)
Read and write Google Docs.
by googleworkspace/cli / skills/gws-docs
docs +write
Google Docs: Append text to a document.
by googleworkspace/cli / skills/gws-docs-write
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
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