SkillsHooksPromptsAgentsPersonasModelsPoliciesToolsTemplatesBundlesCategoriesStart here

Sk · class skill

Skills 681

Bounded, invocable units of AI capability. The system_prompt_fragment is the text injected into the agent when the skill loads. Copy it as SKILL.md into .claude/skills/, or install by id with the ai CLI.

681 of 681 shown
draft

3D Web Experience

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing ...

invoke
/3d-web-experience
skill/3d-web-experiencev1.0.0claudeskills.in
draft

Accessibility Compliance Accessibility Audit

You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct audits, identify barriers, and provide remediation guidance.

invoke
/accessibility-compliance-accessibility-audit
otherlicense unknown
skill/accessibility-compliance-accessibility-auditv1.0.0claudeskills.in
stable

accessibility-review

Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.

invoke
/accessibility-review
skill/accessibility-reviewv1.0.0anthropics/knowledge-work-plugins
stable

account-research

Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM. Trigger with "research [company]", "look up [person]", "intel on [prospect]", "who is [name] at [company]", or "tell me about [company]".

invoke
/account-research
skill/account-researchv1.0.0anthropics/knowledge-work-plugins
draft

Active Directory Attacks

This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync", "pass-the-hash", "BloodHound enumeration", "Golden Ticket", ...

invoke
/active-directory-attacks
otherlicense unknown
skill/active-directory-attacksv1.0.0claudeskills.in
draft

Activecampaign Automation

Automate ActiveCampaign tasks via Rube MCP (Composio): manage contacts, tags, list subscriptions, automation enrollment, and tasks. Always search tools first for current schemas.

invoke
/activecampaign-automation
ailicense unknown
skill/activecampaign-automationv1.0.0claudeskills.in
draft

Address Github Comments

Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.

invoke
/address-github-comments
devopslicense unknown
skill/address-github-commentsv1.0.0claudeskills.in
draft

Agent Evaluation

Testing and benchmarking LLM agents including behavioral testing, capability assessment, reliability metrics, and production monitoring—where even top agents achieve less than 50% on re...

invoke
/agent-evaluation
skill/agent-evaluationv1.0.0claudeskills.in
draft

Agent Framework Azure Ai Py

Build Azure AI Foundry agents using the Microsoft Agent Framework Python SDK (agent-framework-azure-ai). Use when creating persistent agents with AzureAIAgentsProvider, using hosted tools (code int...

invoke
/agent-framework-azure-ai-py
devopslicense unknown
skill/agent-framework-azure-ai-pyv1.0.0claudeskills.in
draft

Agent Manager Skill

Manage multiple local CLI agents via tmux sessions (start/stop/monitor/assign) with cron-friendly scheduling.

invoke
/agent-manager-skill
ailicense unknown
skill/agent-manager-skillv1.0.0claudeskills.in
draft

Agent Memory Mcp

A hybrid memory system that provides persistent, searchable knowledge management for AI agents (Architecture, Patterns, Decisions).

invoke
/agent-memory-mcp
ailicense unknown
skill/agent-memory-mcpv1.0.0claudeskills.in
draft

Agent Memory Systems

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector s...

invoke
/agent-memory-systems
skill/agent-memory-systemsv1.0.0claudeskills.in
draft

Agent Orchestration Improve Agent

Systematic improvement of existing agents through performance analysis, prompt engineering, and continuous iteration.

invoke
/agent-orchestration-improve-agent
ailicense unknown
skill/agent-orchestration-improve-agentv1.0.0claudeskills.in
draft

Agent Task Decomposition

Break down complex user requests into smaller, manageable sub-tasks for multi-agent systems and individual agent workflows.

invoke
/agent-task-decomposition
ailicense unknown
skill/agent-task-decompositionv1.0.0claudeskills.in
draft

Agent Tool Builder

Tools are how AI agents interact with the world. A well-designed tool is the difference between an agent that works and one that hallucinates, fails silently, or costs 10x more tokens than necessar...

invoke
/agent-tool-builder
skill/agent-tool-builderv1.0.0claudeskills.in
draft

Ai Engineer

A seasoned AI engineer specializing in building, deploying, and optimizing large language model (LLM) applications and agentic systems.

invoke
/ai-engineer
ailicense unknown
skill/ai-engineerv1.0.0claudeskills.in
stable

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

invoke
/algorithmic-art
skill/algorithmic-artv1.0.0anthropics/skills
stable

Amendment Author

Guided workflow for authoring and publishing governance amendments against the four canonical files (Constitution, Common, Code, Writing). Walks the full lifecycle: identify the violation or gap, draft the amendment stub, review it against the governance model, apply it to the governance file, and optionally publish it as a versioned amendment atom. Triggers on: /amendment-author, 'author an amendment', 'create an amendment', 'propose a governance change'.

invoke
/amendment-author
skill/amendment-authorv1.0.0ai-atoms
draft

Analytics Tracking

Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. Use when the user wants to set up, fix, or evaluate analytics tracking (GA4, GTM, product analytics, events, conversions, UTMs). This skill focuses on measurement strategy, signal quality, and validation— not just firing events.

invoke
/analytics-tracking
otherlicense unknown
skill/analytics-trackingv1.0.1claudeskills.in
stable

analyze

Answer data questions -- from quick lookups to full analyses. Use when looking up a single metric, investigating what's driving a trend or drop, comparing segments over time, or preparing a formal data report for stakeholders.

invoke
/analyze
skill/analyzev1.0.0anthropics/knowledge-work-plugins
stable

analyzing-dotnet-performance

Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification. Use when analyzing .NET code for optimization opportunities, reviewing hot paths, or auditing allocation-heavy patterns.

invoke
/analyzing-dotnet-performance
skill/analyzing-dotnet-performancev1.0.1dotnet/skills
stable

android-tombstone-symbolication

Symbolicate the .NET runtime frames in an Android tombstone file. Extracts BuildIds and PC offsets from the native backtrace, downloads debug symbols from the Microsoft symbol server, and runs llvm-symbolizer to produce function names with source file and line numbers. USE FOR triaging a .NET MAUI or Mono Android app crash from a tombstone, resolving native backtrace frames in libmonosgen-2.0.so or libcoreclr.so to .NET runtime source code, or investigating SIGABRT, SIGSEGV, or other native signals originating from the .NET runtime on Android. DO NOT USE FOR pure Java/Kotlin crashes, managed .NET exceptions that are already captured in logcat, or iOS crash logs. INVOKES Symbolicate-Tombstone.ps1 script, llvm-symbolizer, Microsoft symbol server.

invoke
/android-tombstone-symbolication
skill/android-tombstone-symbolicationv1.0.0dotnet/skills
draft

Angular

Modern Angular (v20+) expert with deep knowledge of Signals, Standalone Components, Zoneless applications, SSR/Hydration, and reactive patterns. Use PROACTIVELY for Angular development, component architecture, state management, performance optimization, and migration to modern patterns.

invoke
/angular
frontendlicense unknown
skill/angularv1.0.1claudeskills.in
draft

Angular Best Practices

Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency.

invoke
/angular-best-practices
frontendlicense unknown
skill/angular-best-practicesv1.0.0claudeskills.in
draft

Angular Migration

Migrate from AngularJS to Angular using hybrid mode, incremental component rewriting, and dependency injection updates. Use when upgrading AngularJS applications, planning framework migrations, or ...

invoke
/angular-migration
frontendlicense unknown
skill/angular-migrationv1.0.0claudeskills.in
draft

Angular State Management

Master modern Angular state management with Signals, NgRx, and RxJS. Use when setting up global state, managing component stores, choosing between state solutions, or migrating from legacy patterns.

invoke
/angular-state-management
frontendlicense unknown
skill/angular-state-managementv1.0.0claudeskills.in
draft

Angular Ui Patterns

Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component states.

invoke
/angular-ui-patterns
frontendlicense unknown
skill/angular-ui-patternsv1.0.0claudeskills.in
draft

App Builder

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.

invoke
/app-builder
frontendlicense unknown
skill/app-builderv1.0.0claudeskills.in
stable

apple-crash-symbolication

Symbolicate .NET runtime frames in Apple platform .ips crash logs (iOS, tvOS, Mac Catalyst, macOS). Extracts UUIDs and addresses from the native backtrace, locates dSYM debug symbols, and runs atos to produce function names with source file and line numbers. Automatically downloads .dwarf symbols from the Microsoft symbol server using Mach-O UUIDs. USE FOR triaging a .NET MAUI or Mono app crash from an .ips file on any Apple platform, resolving native backtrace frames in libcoreclr or libmonosgen-2.0 to .NET runtime source code, retrieving .ips crash logs from a connected iOS device or iPhone, or investigating EXC_CRASH, EXC_BAD_ACCESS, SIGABRT, or SIGSEGV originating from the .NET runtime. DO NOT USE FOR pure Swift/Objective-C crashes with no .NET components, or Android tombstone files. INVOKES Symbolicate-Crash.ps1 script, atos, dwarfdump, idevicecrashreport.

invoke
/apple-crash-symbolication
skill/apple-crash-symbolicationv1.0.0dotnet/skills
draft

Application Performance Performance Optimization

Optimize end-to-end application performance with profiling, observability, and backend/frontend tuning. Use when coordinating performance optimization across the stack.

invoke
/application-performance-performance-optimization
otherlicense unknown
skill/application-performance-performance-optimizationv1.0.0claudeskills.in
draft

Architect Review

Master software architect specializing in modern architecture

invoke
/architect-review
otherlicense unknown
skill/architect-reviewv1.0.0claudeskills.in
stable

architecture

Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from requirements and constraints.

invoke
/architecture
skill/architecturev1.0.0anthropics/knowledge-work-plugins
draft

Architecture Decision Records

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect...

invoke
/architecture-decision-records
otherlicense unknown
skill/architecture-decision-recordsv1.0.0claudeskills.in
draft

Architecture Patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ...

invoke
/architecture-patterns
otherlicense unknown
skill/architecture-patternsv1.0.0claudeskills.in
stable

assertion-quality

Analyzes the variety and depth of assertions across .NET test suites. Use when the user asks to evaluate assertion quality, find shallow testing, identify assertion-free tests (no assertions or only trivial ones like Assert.IsNotNull), flag self-referential or tautological assertions (output equals input on identity/round-trip operations), measure assertion coverage diversity, or audit whether tests verify different facets of correctness. Produces metrics and actionable recommendations. Works with MSTest, xUnit, NUnit, TUnit. DO NOT USE FOR: writing new tests (use writing-mstest-tests), other anti-patterns like flakiness or duplication (use test-anti-patterns), or fixing assertions.

invoke
/assertion-quality
skill/assertion-qualityv1.0.0dotnet/skills
stable

Atom Fleet Status

Full fleet snapshot of all *-atoms.com catalog sites — deploy health, DNS, HTTPS reachability, atom_types per catalog with item counts, schema compliance, /ai/index.json, Terraform backend, sidenav, brand asset uniformity, builder script, federation field, and registry presence. Use when the user asks about the state of the atoms fleet, wants to verify deployments, asks for a fleet snapshot or schema compliance report, or before starting any cross-fleet work.

invoke
/atom-status
skill/atom-statev1.0.0ai-atoms
stable

Atom Publisher

Guided 5-step workflow for drafting, canonicalizing, verifying, and publishing a new atom to the appropriate *-atoms catalog. Supports skill, hook, persona, profile, plugin, amendment, and action atom types. Routes to the correct catalog based on type. Triggers on: /atom-publisher, 'publish an atom', 'create an atom', 'contribute an atom'.

invoke
/atom-publisher
skill/atom-publisherv1.0.0ai-atoms
stable

Atoms Discover

Navigate the convergent-systems atom ecosystem to find, fetch, or scaffold atoms. Routes 'apply brand X' to brand-atoms, 'use persona Y' to persona-atoms, 'load skill Z' to skill-atoms, etc. Covers discovery, cross-atom reference resolution, and new-atom scaffolding.

invoke
/atoms-discover
skill/atoms-discoverv1.0.0ai-atoms
draft

Attack Tree Construction

Build comprehensive attack trees to visualize threat paths. Use when mapping attack scenarios, identifying defense gaps, or communicating security risks to stakeholders.

invoke
/attack-tree-construction
otherlicense unknown
skill/attack-tree-constructionv1.0.0claudeskills.in
draft

Audio Transcriber

Transform audio recordings into professional Markdown documentation with intelligent summaries using LLM integration

invoke
/audio-transcriber
otherlicense unknown
skill/audio-transcriberv1.0.0claudeskills.in
stable

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

invoke
/audit-support
skill/audit-supportv1.0.0anthropics/knowledge-work-plugins
draft

Auth Implementation Patterns

Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure, scalable access control systems. Use when implementing auth systems, securing A...

invoke
/auth-implementation-patterns
securitylicense unknown
skill/auth-implementation-patternsv1.0.0claudeskills.in
stable

author-component

Create or review Blazor components (.razor files) with correct architecture. USE FOR: writing new Blazor components that do NOT involve JavaScript interop, implementing parameters and EventCallback, RenderFragment slots, component lifecycle (OnInitializedAsync, OnParametersSet), async patterns, IAsyncDisposable, CancellationToken, CSS isolation, code-behind. DO NOT USE FOR: creating new projects (use create-blazor-project), JavaScript interop or calling browser APIs from Blazor (use use-js-interop), forms and validation (use collect-user-input), prerendering issues (use support-prerendering), HTTP data fetching patterns (use fetch-and-send-data), coordinating state between unrelated components (use coordinate-components).

invoke
/author-component
skill/author-componentv1.0.1dotnet/skills
draft

Automate Whatsapp

Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automatin...

invoke
/automate-whatsapp
otherlicense unknown
skill/automate-whatsappv1.0.0claudeskills.in
draft

Autonomous Agents

They don't just follow instructions; they figure out what needs to be done. This skill covers agent architectures from simple loops to complex planning systems.

invoke
/autonomous-agents
skill/autonomous-agentsv1.0.0claudeskills.in
draft

Avalonia Layout Zafiro

Guidelines for modern Avalonia UI layout using Zafiro.Avalonia, emphasizing shared styles, generic components, and avoiding XAML redundancy.

invoke
/avalonia-layout-zafiro
otherlicense unknown
skill/avalonia-layout-zafirov1.0.0claudeskills.in
draft

Avalonia Viewmodels Zafiro

Optimal ViewModel and Wizard creation patterns for Avalonia using Zafiro and ReactiveUI.

invoke
/avalonia-viewmodels-zafiro
otherlicense unknown
skill/avalonia-viewmodels-zafirov1.0.0claudeskills.in
draft

Avalonia Zafiro Development

Mandatory skills, conventions, and behavioral rules for Avalonia UI development using the Zafiro toolkit.

invoke
/avalonia-zafiro-development
otherlicense unknown
skill/avalonia-zafiro-developmentv1.0.0claudeskills.in
draft

Aws Compliance Checker

Automated compliance checking against CIS, PCI-DSS, HIPAA, and SOC 2 benchmarks

invoke
/aws-compliance-checker
securitylicense unknown
skill/aws-compliance-checkerv1.0.0claudeskills.in
draft

Aws Cost Cleanup

Automated cleanup of unused AWS resources to reduce costs

invoke
/aws-cost-cleanup
devopslicense unknown
skill/aws-cost-cleanupv1.0.0claudeskills.in
draft

Aws Cost Optimizer

Comprehensive AWS cost analysis and optimization recommendations using AWS CLI and Cost Explorer

invoke
/aws-cost-optimizer
devopslicense unknown
skill/aws-cost-optimizerv1.0.0claudeskills.in
draft

Aws Iam Best Practices

IAM policy review, hardening, and least privilege implementation

invoke
/aws-iam-best-practices
securitylicense unknown
skill/aws-iam-best-practicesv1.0.0claudeskills.in
draft

Aws Penetration Testing

This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud infrastructure", "AWS privilege escalation", "S3 bucket testing...

invoke
/aws-penetration-testing
devopslicense unknown
skill/aws-penetration-testingv1.0.0claudeskills.in
draft

Aws Secrets Rotation

Automate AWS secrets rotation for RDS, API keys, and credentials

invoke
/aws-secrets-rotation
securitylicense unknown
skill/aws-secrets-rotationv1.0.0claudeskills.in
draft

Aws Security Audit

Comprehensive AWS security posture assessment using AWS CLI and security best practices

invoke
/aws-security-audit
securitylicense unknown
skill/aws-security-auditv1.0.0claudeskills.in
draft

Aws Serverless

Specialized skill for building production-ready serverless applications on AWS. Covers Lambda functions, API Gateway, DynamoDB, SQS/SNS event-driven patterns, SAM/CDK deployment, and cold start opt...

invoke
/aws-serverless
skill/aws-serverlessv1.0.0claudeskills.in
draft

Aws Skills

AWS development with infrastructure automation and cloud architecture patterns

invoke
/aws-skills
skill/aws-skillsv1.0.0claudeskills.in
draft

Azd Deployment

Deploy containerized applications to Azure Container Apps using Azure Developer CLI (azd). Use when setting up azd projects, writing azure.yaml configuration, creating Bicep infrastructure for Cont...

invoke
/azd-deployment
devopslicense unknown
skill/azd-deploymentv1.0.0claudeskills.in
draft

Azure Ai Contentsafety Py

Azure AI Content Safety SDK for Python. Use for detecting harmful content in text and images with multi-severity classification. Triggers: "azure-ai-contentsafety", "ContentSafetyClient", "content moderation", "harmful content", "text analysis", "image analysis".

invoke
/azure-ai-contentsafety-py
devopslicense unknown
skill/azure-ai-contentsafety-pyv1.0.1claudeskills.in
draft

Azure Ai Contentsafety Ts

Analyze text and images for harmful content using Azure AI Content Safety (@azure-rest/ai-content-safety). Use when moderating user-generated content, detecting hate speech, violence, sexual conten...

invoke
/azure-ai-contentsafety-ts
devopslicense unknown
skill/azure-ai-contentsafety-tsv1.0.0claudeskills.in
draft

Azure Ai Contentunderstanding Py

Azure AI Content Understanding SDK for Python. Use for multimodal content extraction from documents, images, audio, and video. Triggers: "azure-ai-contentunderstanding", "ContentUnderstandingClient", "multimodal analysis", "document extraction", "video analysis", "audio transcription".

invoke
/azure-ai-contentunderstanding-py
devopslicense unknown
skill/azure-ai-contentunderstanding-pyv1.0.1claudeskills.in
draft

Azure Ai Document Intelligence Ts

Extract text, tables, and structured data from documents using Azure Document Intelligence (@azure-rest/ai-document-intelligence). Use when processing invoices, receipts, IDs, forms, or building cu...

invoke
/azure-ai-document-intelligence-ts
devopslicense unknown
skill/azure-ai-document-intelligence-tsv1.0.0claudeskills.in
draft

Azure Ai Ml Py

Azure Machine Learning SDK v2 for Python. Use for ML workspaces, jobs, models, datasets, compute, and pipelines. Triggers: "azure-ai-ml", "MLClient", "workspace", "model registry", "training jobs", "datasets".

invoke
/azure-ai-ml-py
devopslicense unknown
skill/azure-ai-ml-pyv1.0.1claudeskills.in
draft

Azure Ai Projects Py

Build AI applications using the Azure AI Projects Python SDK (azure-ai-projects). Use when working with Foundry project clients, creating versioned agents with PromptAgentDefinition, running evalua...

invoke
/azure-ai-projects-py
devopslicense unknown
skill/azure-ai-projects-pyv1.0.0claudeskills.in
draft

Azure Ai Projects Ts

Build AI applications using Azure AI Projects SDK for JavaScript (@azure/ai-projects). Use when working with Foundry project clients, agents, connections, deployments, datasets, indexes, evaluation...

invoke
/azure-ai-projects-ts
devopslicense unknown
skill/azure-ai-projects-tsv1.0.0claudeskills.in
draft

Azure Ai Textanalytics Py

Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text. Triggers: "text analytics", "sentiment analysis", "entity recognition", "key phrase", "PII detection", "TextAnalyticsClient".

invoke
/azure-ai-textanalytics-py
devopslicense unknown
skill/azure-ai-textanalytics-pyv1.0.1claudeskills.in
draft

Azure Ai Transcription Py

Azure AI Transcription SDK for Python. Use for real-time and batch speech-to-text transcription with timestamps and diarization. Triggers: "transcription", "speech to text", "Azure AI Transcription", "TranscriptionClient".

invoke
/azure-ai-transcription-py
devopslicense unknown
skill/azure-ai-transcription-pyv1.0.1claudeskills.in
draft

Azure Ai Translation Document Py

Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale. Triggers: "document translation", "batch translation", "translate documents", "DocumentTranslationClient".

invoke
/azure-ai-translation-document-py
devopslicense unknown
skill/azure-ai-translation-document-pyv1.0.1claudeskills.in
draft

Azure Ai Translation Text Py

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

invoke
/azure-ai-translation-text-py
devopslicense unknown
skill/azure-ai-translation-text-pyv1.0.1claudeskills.in
draft

Azure Ai Translation Ts

Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliter...

invoke
/azure-ai-translation-ts
devopslicense unknown
skill/azure-ai-translation-tsv1.0.0claudeskills.in
draft

Azure Ai Vision Imageanalysis Py

Azure AI Vision Image Analysis SDK for captions, tags, objects, OCR, people detection, and smart cropping. Use for computer vision and image understanding tasks. Triggers: "image analysis", "computer vision", "OCR", "object detection", "ImageAnalysisClient", "image caption".

invoke
/azure-ai-vision-imageanalysis-py
devopslicense unknown
skill/azure-ai-vision-imageanalysis-pyv1.0.1claudeskills.in
draft

Azure Ai Voicelive Py

Build real-time voice AI applications using Azure AI Voice Live SDK (azure-ai-voicelive). Use this skill when creating Python applications that need real-time bidirectional audio communication with...

invoke
/azure-ai-voicelive-py
devopslicense unknown
skill/azure-ai-voicelive-pyv1.0.0claudeskills.in
draft

Azure Ai Voicelive Ts

Azure AI Voice Live SDK for JavaScript/TypeScript. Build real-time voice AI applications with bidirectional WebSocket communication. Use for voice assistants, conversational AI, real-time speech-to-speech, and voice-enabled chatbots in Node.js or browser environments. Triggers: "voice live", "real-time voice", "VoiceLiveClient", "VoiceLiveSession", "voice assistant TypeScript", "bidirectional audio", "speech-to-speech JavaScript".

invoke
/azure-ai-voicelive-ts
devopslicense unknown
skill/azure-ai-voicelive-tsv1.0.1claudeskills.in
draft

Azure Appconfiguration Py

Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".

invoke
/azure-appconfiguration-py
devopslicense unknown
skill/azure-appconfiguration-pyv1.0.1claudeskills.in
draft

Azure Appconfiguration Ts

Build applications using Azure App Configuration SDK for JavaScript (@azure/app-configuration). Use when working with configuration settings, feature flags, Key Vault references, dynamic refresh, o...

invoke
/azure-appconfiguration-ts
devopslicense unknown
skill/azure-appconfiguration-tsv1.0.0claudeskills.in
draft

Azure Containerregistry Py

Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".

invoke
/azure-containerregistry-py
devopslicense unknown
skill/azure-containerregistry-pyv1.0.1claudeskills.in
draft

Azure Cosmos Py

Azure Cosmos DB SDK for Python (NoSQL API). Use for document CRUD, queries, containers, and globally distributed data. Triggers: "cosmos db", "CosmosClient", "container", "document", "NoSQL", "partition key".

invoke
/azure-cosmos-py
devopslicense unknown
skill/azure-cosmos-pyv1.0.1claudeskills.in
draft

Azure Cosmos Ts

Azure Cosmos DB JavaScript/TypeScript SDK (@azure/cosmos) for data plane operations. Use for CRUD operations on documents, queries, bulk operations, and container management. Triggers: "Cosmos DB", "@azure/cosmos", "CosmosClient", "document CRUD", "NoSQL queries", "bulk operations", "partition key", "container.items".

invoke
/azure-cosmos-ts
devopslicense unknown
skill/azure-cosmos-tsv1.0.1claudeskills.in
draft

Azure Eventgrid Py

Azure Event Grid SDK for Python. Use for publishing events, handling CloudEvents, and event-driven architectures. Triggers: "event grid", "EventGridPublisherClient", "CloudEvent", "EventGridEvent", "publish events".

invoke
/azure-eventgrid-py
devopslicense unknown
skill/azure-eventgrid-pyv1.0.1claudeskills.in
draft

Azure Eventhub Py

Azure Event Hubs SDK for Python streaming. Use for high-throughput event ingestion, producers, consumers, and checkpointing. Triggers: "event hubs", "EventHubProducerClient", "EventHubConsumerClient", "streaming", "partitions".

invoke
/azure-eventhub-py
devopslicense unknown
skill/azure-eventhub-pyv1.0.1claudeskills.in
draft

Azure Eventhub Ts

Build event streaming applications using Azure Event Hubs SDK for JavaScript (@azure/event-hubs). Use when implementing high-throughput event ingestion, real-time analytics, IoT telemetry, or event...

invoke
/azure-eventhub-ts
devopslicense unknown
skill/azure-eventhub-tsv1.0.0claudeskills.in
draft

Azure Functions

Expert patterns for Azure Functions development including isolated worker model, Durable Functions orchestration, cold start optimization, and production patterns. Covers .NET, Python, and Node.js ...

invoke
/azure-functions
skill/azure-functionsv1.0.0claudeskills.in
draft

Azure Identity Py

Azure Identity SDK for Python authentication. Use for DefaultAzureCredential, managed identity, service principals, and token caching. Triggers: "azure-identity", "DefaultAzureCredential", "authentication", "managed identity", "service principal", "credential".

invoke
/azure-identity-py
devopslicense unknown
skill/azure-identity-pyv1.0.1claudeskills.in
draft

Azure Identity Ts

Authenticate to Azure services using Azure Identity SDK for JavaScript (@azure/identity). Use when configuring authentication with DefaultAzureCredential, managed identity, service principals, or i...

invoke
/azure-identity-ts
devopslicense unknown
skill/azure-identity-tsv1.0.0claudeskills.in
draft

Azure Keyvault Keys Ts

Manage cryptographic keys using Azure Key Vault Keys SDK for JavaScript (@azure/keyvault-keys). Use when creating, encrypting/decrypting, signing, or rotating keys.

invoke
/azure-keyvault-keys-ts
devopslicense unknown
skill/azure-keyvault-keys-tsv1.0.0claudeskills.in
draft

Azure Keyvault Py

Azure Key Vault SDK for Python. Use for secrets, keys, and certificates management with secure storage. Triggers: "key vault", "SecretClient", "KeyClient", "CertificateClient", "secrets", "encryption keys".

invoke
/azure-keyvault-py
devopslicense unknown
skill/azure-keyvault-pyv1.0.1claudeskills.in
draft

Azure Keyvault Secrets Ts

Manage secrets using Azure Key Vault Secrets SDK for JavaScript (@azure/keyvault-secrets). Use when storing and retrieving application secrets or configuration values.

invoke
/azure-keyvault-secrets-ts
devopslicense unknown
skill/azure-keyvault-secrets-tsv1.0.0claudeskills.in
draft

Azure Messaging Webpubsubservice Py

Azure Web PubSub Service SDK for Python. Use for real-time messaging, WebSocket connections, and pub/sub patterns. Triggers: "azure-messaging-webpubsubservice", "WebPubSubServiceClient", "real-time", "WebSocket", "pub/sub".

invoke
/azure-messaging-webpubsubservice-py
devopslicense unknown
skill/azure-messaging-webpubsubservice-pyv1.0.1claudeskills.in
draft

Azure Mgmt Botservice Py

Azure Bot Service Management SDK for Python. Use for creating, managing, and configuring Azure Bot Service resources. Triggers: "azure-mgmt-botservice", "AzureBotService", "bot management", "conversational AI", "bot channels".

invoke
/azure-mgmt-botservice-py
devopslicense unknown
skill/azure-mgmt-botservice-pyv1.0.1claudeskills.in
draft

Azure Mgmt Fabric Py

Azure Fabric Management SDK for Python. Use for managing Microsoft Fabric capacities and resources. Triggers: "azure-mgmt-fabric", "FabricMgmtClient", "Fabric capacity", "Microsoft Fabric", "Power BI capacity".

invoke
/azure-mgmt-fabric-py
devopslicense unknown
skill/azure-mgmt-fabric-pyv1.0.1claudeskills.in
draft

Azure Mgmt Mixedreality Py

Python SDK for Azure Mixed Reality: Remote Rendering and Object Anchors management.

invoke
/azure-mgmt-mixedreality-py
devopslicense unknown
skill/azure-mgmt-mixedreality-pyv1.0.0claudeskills.in
draft

Azure Microsoft Playwright Testing Ts

Run Playwright tests at scale using Azure Playwright Workspaces (formerly Microsoft Playwright Testing). Use when scaling browser tests across cloud-hosted browsers, integrating with CI/CD pipeline...

invoke
/azure-microsoft-playwright-testing-ts
devopslicense unknown
skill/azure-microsoft-playwright-testing-tsv1.0.0claudeskills.in
draft

Azure Monitor Ingestion Py

Azure Monitor Ingestion SDK for Python. Use for sending custom logs to Log Analytics workspace via Logs Ingestion API. Triggers: "azure-monitor-ingestion", "LogsIngestionClient", "custom logs", "DCR", "data collection rule", "Log Analytics".

invoke
/azure-monitor-ingestion-py
devopslicense unknown
skill/azure-monitor-ingestion-pyv1.0.1claudeskills.in
draft

Azure Monitor Opentelemetry Exporter Py

Azure Monitor OpenTelemetry Exporter for Python. Use for low-level OpenTelemetry export to Application Insights. Triggers: "azure-monitor-opentelemetry-exporter", "AzureMonitorTraceExporter", "AzureMonitorMetricExporter", "AzureMonitorLogExporter".

invoke
/azure-monitor-opentelemetry-exporter-py
devopslicense unknown
skill/azure-monitor-opentelemetry-exporter-pyv1.0.1claudeskills.in
draft

Azure Monitor Opentelemetry Py

Azure Monitor OpenTelemetry Distro for Python. Use for one-line Application Insights setup with auto-instrumentation. Triggers: "azure-monitor-opentelemetry", "configure_azure_monitor", "Application Insights", "OpenTelemetry distro", "auto-instrumentation".

invoke
/azure-monitor-opentelemetry-py
devopslicense unknown
skill/azure-monitor-opentelemetry-pyv1.0.1claudeskills.in
draft

Azure Monitor Opentelemetry Ts

Instrument applications with Azure Monitor and OpenTelemetry for JavaScript (@azure/monitor-opentelemetry). Use when adding distributed tracing, metrics, and logs to Node.js applications with Appli...

invoke
/azure-monitor-opentelemetry-ts
devopslicense unknown
skill/azure-monitor-opentelemetry-tsv1.0.0claudeskills.in
draft

Azure Monitor Query Py

Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".

invoke
/azure-monitor-query-py
devopslicense unknown
skill/azure-monitor-query-pyv1.0.1claudeskills.in
draft

Azure Sdk Python Storage

Azure Storage SDK (Python): Blobs, Queues, and Tables management with best practices for security and performance.

invoke
/azure-sdk-python-storage
devopslicense unknown
skill/azure-sdk-python-storagev1.0.0claudeskills.in
draft

Azure Search Documents Py

Azure AI Search SDK for Python. Use for vector search, hybrid search, semantic ranking, indexing, and skillsets. Triggers: "azure-search-documents", "SearchClient", "SearchIndexClient", "vector search", "hybrid search", "semantic search".

invoke
/azure-search-documents-py
devopslicense unknown
skill/azure-search-documents-pyv1.0.1claudeskills.in
draft

Azure Search Documents Ts

Build search applications using Azure AI Search SDK for JavaScript (@azure/search-documents). Use when creating/managing indexes, implementing vector/hybrid search, semantic ranking, or building ag...

invoke
/azure-search-documents-ts
devopslicense unknown
skill/azure-search-documents-tsv1.0.0claudeskills.in
draft

Azure Servicebus Py

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

invoke
/azure-servicebus-py
devopslicense unknown
skill/azure-servicebus-pyv1.0.1claudeskills.in
draft

Azure Servicebus Ts

Build messaging applications using Azure Service Bus SDK for JavaScript (@azure/service-bus). Use when implementing queues, topics/subscriptions, message sessions, dead-letter handling, or enterpri...

invoke
/azure-servicebus-ts
devopslicense unknown
skill/azure-servicebus-tsv1.0.0claudeskills.in
draft

Azure Speech To Text Rest Py

Azure Speech to Text REST API for short audio (Python). Use for simple speech recognition of audio files up to 60 seconds without the Speech SDK. Triggers: "speech to text REST", "short audio transcription", "speech recognition REST API", "STT REST", "recognize speech REST". DO NOT USE FOR: Long audio (>60 seconds), real-time streaming, batch transcription, custom speech models, speech translation. Use Speech SDK or Batch Transcription API instead.

invoke
/azure-speech-to-text-rest-py
devopslicense unknown
skill/azure-speech-to-text-rest-pyv1.0.1claudeskills.in
draft

Azure Storage Blob Py

Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. Triggers: "blob storage", "BlobServiceClient", "ContainerClient", "BlobClient", "upload blob", "download blob".

invoke
/azure-storage-blob-py
devopslicense unknown
skill/azure-storage-blob-pyv1.0.1claudeskills.in
draft

Azure Storage Blob Ts

Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerClient", "upload blob", "download blob", "SAS token", "block blob".

invoke
/azure-storage-blob-ts
devopslicense unknown
skill/azure-storage-blob-tsv1.0.1claudeskills.in
draft

Azure Storage File Datalake Py

Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. Triggers: "data lake", "DataLakeServiceClient", "FileSystemClient", "ADLS Gen2", "hierarchical namespace".

invoke
/azure-storage-file-datalake-py
devopslicense unknown
skill/azure-storage-file-datalake-pyv1.0.1claudeskills.in
draft

Azure Storage File Share Py

Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. Triggers: "azure-storage-file-share", "ShareServiceClient", "ShareClient", "file share", "SMB".

invoke
/azure-storage-file-share-py
devopslicense unknown
skill/azure-storage-file-share-pyv1.0.1claudeskills.in
draft

Azure Storage File Share Ts

Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: "file share", "@azure/storage-file-share", "ShareServiceClient", "ShareClient", "SMB", "Azure Files".

invoke
/azure-storage-file-share-ts
devopslicense unknown
skill/azure-storage-file-share-tsv1.0.1claudeskills.in
draft

Azure Storage Queue Py

Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. Triggers: "queue storage", "QueueServiceClient", "QueueClient", "message queue", "dequeue".

invoke
/azure-storage-queue-py
devopslicense unknown
skill/azure-storage-queue-pyv1.0.1claudeskills.in
draft

Azure Storage Queue Ts

Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueClient", "send message", "receive message", "dequeue", "visibility timeout".

invoke
/azure-storage-queue-ts
devopslicense unknown
skill/azure-storage-queue-tsv1.0.1claudeskills.in
draft

Azure Web Pubsub Ts

Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSocket-based real-time features, pub/sub me...

invoke
/azure-web-pubsub-ts
frontendlicense unknown
skill/azure-web-pubsub-tsv1.0.0claudeskills.in
draft

Backend Dev Guidelines

Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod valid...

invoke
/backend-dev-guidelines
frontendlicense unknown
skill/backend-dev-guidelinesv1.0.0claudeskills.in
draft

Bash Defensive Patterns

Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.

invoke
/bash-defensive-patterns
otherlicense unknown
skill/bash-defensive-patternsv1.0.0claudeskills.in
draft

Bash Scripting

Bash scripting workflow for creating production-ready shell scripts with defensive patterns, error handling, and testing.

invoke
/bash-scripting
otherlicense unknown
skill/bash-scriptingv1.0.0claudeskills.in
draft

Bazel Build Optimization

Optimize Bazel builds for large-scale monorepos. Use when configuring Bazel, implementing remote execution, or optimizing build performance for enterprise codebases.

invoke
/bazel-build-optimization
frontendlicense unknown
skill/bazel-build-optimizationv1.0.0claudeskills.in
stable

binlog-failure-analysis

Analyze MSBuild binary logs to diagnose build failures. Only activate in MSBuild/.NET build context. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, and generally any MSBuild build issues. Requires an existing .binlog file. DO NOT USE FOR: generating binlogs (use binlog-generation), non-MSBuild build systems. INVOKES: binlog MCP server tools (overview, errors, search, items, properties); falls back to dotnet msbuild binlog replay + grep/cat when the MCP is unavailable.

invoke
/binlog-failure-analysis
skill/binlog-failure-analysisv1.0.0dotnet/skills
stable

binlog-generation

Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. Only activate in MSBuild/.NET build context. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for binlog-failure-analysis and build-perf-diagnostics skills, enabling post-build investigation of errors or performance. Requires MSBuild 17.8+ / .NET 8 SDK+ for {} placeholder; PowerShell needs -bl:{{}}. DO NOT USE FOR: non-MSBuild build systems (npm, Maven, CMake), analyzing an existing binlog (use binlog-failure-analysis instead). INVOKES: shell commands (dotnet build /bl:{}).

invoke
/binlog-generation
skill/binlog-generationv1.0.0dotnet/skills
draft

Blockchain Developer

Expert blockchain development including smart contract architecture, protocol design, security auditing, and decentralized application (dApp) implementation across multiple networks.

invoke
/blockchain-developer
ailicense unknown
skill/blockchain-developerv1.0.0claudeskills.in
draft

Blockrun

Use when user needs capabilities Claude lacks (image generation, real-time X/Twitter data) or explicitly requests external models (\\"blockrun\\", \\"use grok\\", \\"use gpt\\", \\"da...

invoke
/blockrun
otherlicense unknown
skill/blockrunv1.0.0claudeskills.in
stable

Brainstorm Before Building

Explore user intent, requirements, and design space before writing any code. Surfaces constraints, alternatives, and tradeoffs. Must run before any creative work — features, components, new functionality, or behavior modifications. Prevents building the wrong thing.

skill/brainstormingv1.0.0ai-atoms
draft

Brand Guidelines Anthropic

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatt...

invoke
/brand-guidelines-anthropic
frontendlicense unknown
skill/brand-guidelines-anthropicv1.0.0claudeskills.in
draft

Brand Guidelines Community

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatt...

invoke
/brand-guidelines-community
frontendlicense unknown
skill/brand-guidelines-communityv1.0.0claudeskills.in
stable

brand-guidelines

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

invoke
/brand-guidelines
skill/brand-guidelinesv1.0.0anthropics/skills
stable

brand-review

Review content against your brand voice, style guide, and messaging pillars, flagging deviations by severity with specific before/after fixes. Use when checking a draft before it ships, when auditing copy for voice consistency and terminology, or when screening for unsubstantiated claims, missing disclaimers, and other legal flags.

invoke
/brand-review
skill/brand-reviewv1.0.0anthropics/knowledge-work-plugins
stable

brief

Generate contextual briefings for legal work — daily summary, topic research, or incident response. Use when starting your day and need a scan of legal-relevant items across email, calendar, and contracts, when researching a specific legal question across internal sources, or when a developing situation (data breach, litigation threat, regulatory inquiry) needs rapid context.

invoke
/brief
skill/briefv1.0.0anthropics/knowledge-work-plugins
draft

Broken Authentication

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate ...

invoke
/broken-authentication
securitylicense unknown
skill/broken-authenticationv1.0.0claudeskills.in
draft

Browser Extension Builder

Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization ...

invoke
/browser-extension-builder
skill/browser-extension-builderv1.0.0claudeskills.in
stable

build-dashboard

Build an interactive HTML dashboard with charts, filters, and tables. Use when creating an executive overview with KPI cards, turning query results into a shareable self-contained report, building a team monitoring snapshot, or needing multiple charts with filters in one browser-openable file.

invoke
/build-dashboard
skill/build-dashboardv1.0.0anthropics/knowledge-work-plugins
stable

build-parallelism

Guide for optimizing MSBuild build parallelism and multi-project scheduling. Only activate in MSBuild/.NET build context. USE FOR: builds not utilizing all CPU cores, speeding up multi-project solutions, evaluating graph build mode (/graph), build time not improving with -m flag, understanding project dependency topology. Note: /maxcpucount default is 1 (sequential) — always use -m for parallel builds. Covers /maxcpucount, graph build for better scheduling and isolation, BuildInParallel on MSBuild task, reducing unnecessary ProjectReferences, solution filters (.slnf) for building subsets. DO NOT USE FOR: single-project builds, incremental build issues (use incremental-build), compilation slowness within a project (use build-perf-diagnostics), non-MSBuild build systems. INVOKES: binlog MCP server tools (expensive_projects, expensive_targets, project_target_times); falls back to dotnet build -m, dotnet build /graph, binlog replay + grep.

invoke
/build-parallelism
skill/build-parallelismv1.0.0dotnet/skills
stable

build-perf-baseline

Establish build performance baselines and apply systematic optimization techniques. Only activate in MSBuild/.NET build context. USE FOR: diagnosing slow builds, establishing before/after measurements (cold, warm, no-op scenarios), applying optimization strategies like MSBuild Server, static graph builds, artifacts output, and dependency graph trimming. Start here before diving into build-perf-diagnostics, incremental-build, or build-parallelism. DO NOT USE FOR: non-MSBuild build systems, detailed bottleneck analysis (use build-perf-diagnostics after baselining).

invoke
/build-perf-baseline
skill/build-perf-baselinev1.0.0dotnet/skills
stable

build-perf-diagnostics

Diagnose MSBuild build performance bottlenecks using binary log analysis. Only activate in MSBuild/.NET build context. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting ResolveAssemblyReference (RAR) taking >5s, Roslyn analyzers consuming >30% of Csc time, single targets dominating >50% of build time, node utilization below 80%, excessive Copy tasks, NuGet restore running every build. Covers timeline analysis, Target/Task Performance Summary interpretation, and 7 common bottleneck categories. Use after build-perf-baseline has established measurements. DO NOT USE FOR: establishing initial baselines (use build-perf-baseline first), fixing incremental build issues (use incremental-build), parallelism tuning (use build-parallelism), non-MSBuild build systems. INVOKES: binlog MCP server tools (overview, errors, search, items, properties); falls back to dotnet msbuild binlog replay + grep/cat when the MCP is unavailable.

invoke
/build-perf-diagnostics
skill/build-perf-diagnosticsv1.0.0dotnet/skills
draft

Bun Development

Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and migration from Node.js. Use when working with Bun, optimizing JS/TS development speed, o...

invoke
/bun-development
otherlicense unknown
skill/bun-developmentv1.0.0claudeskills.in
draft

Burp Suite Testing

This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for testing", "perform web vulnerability scanning", "test with Burp ...

invoke
/burp-suite-testing
frontendlicense unknown
skill/burp-suite-testingv1.0.0claudeskills.in
draft

Busybox On Windows

How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.

invoke
/busybox-on-windows
skill/busybox-on-windowsv1.0.0claudeskills.in
draft

C Pro

Write efficient C code with proper memory management, pointer

invoke
/c-pro
otherlicense unknown
skill/c-prov1.0.0claudeskills.in
draft

C4 Code

Expert C4 Code-level documentation specialist. Analyzes code

invoke
/c4-code
otherlicense unknown
skill/c4-codev1.0.0claudeskills.in
draft

C4 Context

Expert C4 Context-level documentation specialist. Creates

invoke
/c4-context
otherlicense unknown
skill/c4-contextv1.0.0claudeskills.in
stable

call-list

Ranks the top-5 leads most worth calling today, supplies talking points from email history, blocks time on the calendar, and drafts follow-up messages. Accepts optional count and date arguments.

invoke
/call-list
skill/call-listv1.0.0anthropics/knowledge-work-plugins
stable

call-prep

Prepare for a sales call with account context, attendee research, and suggested agenda. Works standalone with user input and web research, supercharged when you connect your CRM, email, chat, or transcripts. Trigger with "prep me for my call with [company]", "I'm meeting with [company] prep me", "call prep [company]", or "get me ready for [meeting]".

invoke
/call-prep
skill/call-prepv1.0.0anthropics/knowledge-work-plugins
stable

call-summary

Process call notes or a transcript — extract action items, draft follow-up email, generate internal summary. Use when pasting rough notes or a transcript after a discovery, demo, or negotiation call, drafting a customer follow-up, logging the activity for your CRM, or capturing objections and next steps for your team.

invoke
/call-summary
skill/call-summaryv1.0.0anthropics/knowledge-work-plugins
stable

campaign-plan

Generate a full campaign brief with objectives, audience, messaging, channel strategy, content calendar, and success metrics. Use when planning a product launch, lead-gen push, or awareness campaign, when you need a week-by-week content calendar with dependencies, or when translating a marketing goal into a structured, executable plan.

invoke
/campaign-plan
skill/campaign-planv1.0.0anthropics/knowledge-work-plugins
stable

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

invoke
/canvas-design
skill/canvas-designv1.0.0anthropics/skills
stable

capacity-plan

Plan resource capacity — workload analysis and utilization forecasting. Use when heading into quarterly planning, the team feels overallocated and you need the numbers, deciding whether to hire or deprioritize, or stress-testing whether upcoming projects fit the people you have.

invoke
/capacity-plan
skill/capacity-planv1.0.0anthropics/knowledge-work-plugins
draft

Cc Skill Clickhouse Io

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

invoke
/cc-skill-clickhouse-io
otherlicense unknown
skill/cc-skill-clickhouse-iov1.0.0claudeskills.in
draft

Cc Skill Coding Standards

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

invoke
/cc-skill-coding-standards
otherlicense unknown
skill/cc-skill-coding-standardsv1.0.0claudeskills.in
draft

Cc Skill Continuous Learning

Development skill from everything-claude-code

invoke
/cc-skill-continuous-learning
otherlicense unknown
skill/cc-skill-continuous-learningv1.0.0claudeskills.in
draft

Cc Skill Frontend Patterns

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

invoke
/cc-skill-frontend-patterns
frontendlicense unknown
skill/cc-skill-frontend-patternsv1.0.0claudeskills.in
draft

Cc Skill Security Review

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist a...

invoke
/cc-skill-security-review
securitylicense unknown
skill/cc-skill-security-reviewv1.0.0claudeskills.in
draft

Cc Skill Strategic Compact

Development skill from everything-claude-code

invoke
/cc-skill-strategic-compact
otherlicense unknown
skill/cc-skill-strategic-compactv1.0.0claudeskills.in
draft

Cdk Patterns

Common AWS CDK patterns and constructs for building cloud infrastructure with TypeScript, Python, or Java. Use when designing reusable CDK stacks and L3 constructs.

invoke
/cdk-patterns
otherlicense unknown
skill/cdk-patternsv1.0.0claudeskills.in
stable

change-request

Create a change management request with impact analysis and rollback plan. Use when proposing a system or process change that needs approval, preparing a change record for CAB review, documenting risk and rollback steps before a deployment, or planning stakeholder communications for a rollout.

invoke
/change-request
skill/change-requestv1.0.0anthropics/knowledge-work-plugins
stable

check-bin-obj-clash

Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. Only activate in MSBuild/.NET build context. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The process cannot access the file because it is being used by another process', intermittent build failures that succeed on retry, missing outputs in multi-project builds, multi-targeting builds where project.assets.json conflicts. Diagnoses when multiple projects or TFMs write to the same bin/obj directories due to shared OutputPath, missing AppendTargetFrameworkToOutputPath, or extra global properties like PublishReadyToRun creating redundant evaluations. DO NOT USE FOR: file access errors unrelated to MSBuild (OS-level locking), single-project single-TFM builds, non-MSBuild build systems. INVOKES: binlog MCP server tools (overview, projects, evaluations, properties, double_writes); falls back to dotnet msbuild binlog replay + grep when the MCP is unavailable.

invoke
/check-bin-obj-clash
skill/check-bin-obj-clashv1.0.0dotnet/skills
draft

Cicd Automation Workflow Automate

You are a workflow automation expert specializing in creating efficient CI/CD pipelines, GitHub Actions workflows, and automated development processes. Design automation that reduces manual work, i...

invoke
/cicd-automation-workflow-automate
devopslicense unknown
skill/cicd-automation-workflow-automatev1.0.0claudeskills.in
draft

Circleci Automation

Automate CircleCI tasks via Rube MCP (Composio): trigger pipelines, monitor workflows/jobs, retrieve artifacts and test metadata. Always search tools first for current schemas.

invoke
/circleci-automation
devopslicense unknown
skill/circleci-automationv1.0.0claudeskills.in
draft

Claude Code Guide

Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies \\"Thinking\\" keywords, debugging techniques, and best practices for interacting wit...

invoke
/claude-code-guide
frontendlicense unknown
skill/claude-code-guidev1.0.0claudeskills.in
stable

claude-api

Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.

invoke
/claude-api
skill/claude-apiv1.0.0anthropics/skills
draft

Clean Code

Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functio...

invoke
/clean-code
otherlicense unknown
skill/clean-codev1.0.0claudeskills.in
stable

Cleanup

Remove dead code, unused imports, commented-out blocks, and resolved TODOs. Behavior-preserving: no logic changes, only deletion of unreachable or inert code.

invoke
/cleanup
skill/cleanupv1.0.0ai-atoms
draft

Clerk Auth

Expert patterns for Clerk auth implementation, middleware, organizations, webhooks, and user sync Use when: adding authentication, clerk auth, user authentication, sign in, sign up.

invoke
/clerk-auth
skill/clerk-authv1.0.0claudeskills.in
stable

close-management

Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.

invoke
/close-management
skill/close-managementv1.0.0anthropics/knowledge-work-plugins
stable

close-month

Closes the month — reconciles QB vs payment processors, flags gaps, writes P&L narrative, exports close packet. Accepts optional month and save-to arguments.

invoke
/close-month
skill/close-monthv1.0.0anthropics/knowledge-work-plugins
draft

Cloud Architect

Expert cloud architect specializing in AWS/Azure/GCP multi-cloud

invoke
/cloud-architect
devopslicense unknown
skill/cloud-architectv1.0.0claudeskills.in
draft

Cloud Devops

Cloud infrastructure and DevOps workflow covering AWS, Azure, GCP, Kubernetes, Terraform, CI/CD, monitoring, and cloud-native development.

invoke
/cloud-devops
devopslicense unknown
skill/cloud-devopsv1.0.0claudeskills.in
draft

Cloud Penetration Testing

This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfiguratio...

invoke
/cloud-penetration-testing
devopslicense unknown
skill/cloud-penetration-testingv1.0.0claudeskills.in
draft

Cloudformation Best Practices

CloudFormation template optimization, nested stacks, drift detection, and production-ready patterns. Use when writing or reviewing CF templates.

invoke
/cloudformation-best-practices
devopslicense unknown
skill/cloudformation-best-practicesv1.0.0claudeskills.in
stable

clr-activation-debugging

Diagnoses .NET Framework CLR activation issues using CLR activation logs (CLRLoad logs) produced by mscoree.dll. Use when: the shim picks the wrong runtime, fails to load any runtime, shows unexpected .NET 3.5 Feature-on-Demand (FOD) dialogs, unexpectedly does NOT show FOD dialogs, loads both v2 and v4 into the same process causing failures, or any time someone is wondering "what is happening with .NET Framework activation?"

invoke
/clr-activation-debugging
skill/clr-activation-debuggingv1.0.1dotnet/skills
draft

Code Refactoring Context Restore

Use when working with code refactoring context restore

invoke
/code-refactoring-context-restore
otherlicense unknown
skill/code-refactoring-context-restorev1.0.0claudeskills.in
draft

Code Refactoring Refactor Clean

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its...

invoke
/code-refactoring-refactor-clean
otherlicense unknown
skill/code-refactoring-refactor-cleanv1.0.0claudeskills.in
draft

Code Refactoring Tech Debt

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti

invoke
/code-refactoring-tech-debt
otherlicense unknown
skill/code-refactoring-tech-debtv1.0.0claudeskills.in
draft

Code Review Excellence

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing...

invoke
/code-review-excellence
otherlicense unknown
skill/code-review-excellencev1.0.0claudeskills.in
draft

Code Understanding

Deep semantic analysis of codebases, architectures, and patterns to provide accurate explanations and insights.

invoke
/code-understanding
ailicense unknown
skill/code-understandingv1.0.0claudeskills.in
stable

code-review

Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.

invoke
/code-review
skill/code-reviewv1.0.0anthropics/knowledge-work-plugins
stable

code-testing-agent

ALWAYS USE whenever asked to write, add, or generate unit tests for existing code, including one helper, function, class, or missing regression case as well as project-wide suites. Also use for "cover this untested method", scaffolding tests where none exist, sparse workspaces, classic packages.config MSTest, and extending healthy suites. Focused requests use a proportional direct workflow; broad requests use the full pipeline. DO NOT USE for only running/diagnosing tests, coverage/audits, a test blocked on a missing production seam (testability-obstacle), or correcting supplied MSTest assertions, attributes, lifecycle, or configuration without designing new cases (writing-mstest-tests).

invoke
/code-testing-agent
skill/code-testing-agentv1.0.1dotnet/skills
draft

Codebase Cleanup Refactor Clean

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its...

invoke
/codebase-cleanup-refactor-clean
otherlicense unknown
skill/codebase-cleanup-refactor-cleanv1.0.0claudeskills.in
draft

Codebase Cleanup Tech Debt

You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncover debt, assess its impact, and create acti

invoke
/codebase-cleanup-tech-debt
otherlicense unknown
skill/codebase-cleanup-tech-debtv1.0.0claudeskills.in
stable

collect-user-input

Build forms, validate data, and react to user input in Blazor. USE FOR adding forms, search boxes, filter panels, inline editing, data-entry UI, file uploads, validation (annotations or custom), handling form submissions, and binding input controls. Covers EditForm, built-in input components, DataAnnotationsValidator, custom validation, SSR form patterns (SupplyParameterFromForm, FormName, AntiforgeryToken, Enhance), and @bind for simple interactive controls. DO NOT USE for project scaffolding (see create-blazor-project) or prerendering issues (see support-prerendering).

invoke
/collect-user-input
skill/collect-user-inputv1.0.0dotnet/skills
stable

Commit

Generate a conventional-commit message from the staged diff and commit. Reads the diff, analyzes the change, picks the right Conventional Commits prefix (feat/fix/refactor/chore/docs/test/ci), and commits with a descriptive message.

invoke
/commit
skill/commitv1.0.0ai-atoms
stable

comp-analysis

Analyze compensation — benchmarking, band placement, and equity modeling. Trigger with "what should we pay a [role]", "is this offer competitive", "model this equity grant", or when uploading comp data to find outliers and retention risks.

invoke
/comp-analysis
skill/comp-analysisv1.0.0anthropics/knowledge-work-plugins
draft

Competitive Landscape

This skill should be used when the user asks to \\"analyze

invoke
/competitive-landscape
otherlicense unknown
skill/competitive-landscapev1.0.0claudeskills.in
stable

competitive-brief

Research competitors and generate a positioning and messaging comparison with content gaps, opportunities, and threats. Use when building sales battlecards, when finding positioning gaps and messaging angles competitors haven't claimed, or when a competitor makes a move and you need to assess the impact.

invoke
/competitive-brief
skill/competitive-briefv1.0.0anthropics/knowledge-work-plugins
stable

competitive-intelligence

Research your competitors and build an interactive battlecard. Outputs an HTML artifact with clickable competitor cards and a comparison matrix. Trigger with "competitive intel", "research competitors", "how do we compare to [competitor]", "battlecard for [competitor]", or "what's new with [competitor]".

invoke
/competitive-intelligence
skill/competitive-intelligencev1.0.0anthropics/knowledge-work-plugins
draft

Competitor Alternatives

When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'compa...

invoke
/competitor-alternatives
otherlicense unknown
skill/competitor-alternativesv1.0.0claudeskills.in
stable

compliance-check

Run a compliance check on a proposed action, product feature, or business initiative, surfacing applicable regulations, required approvals, and risk areas. Use when launching a feature that touches personal data, when marketing or product proposes something with regulatory implications, or when you need to know which approvals and jurisdictional requirements apply before proceeding.

invoke
/compliance-check
skill/compliance-checkv1.0.0anthropics/knowledge-work-plugins
stable

compliance-tracking

Track compliance requirements and audit readiness. Trigger with "compliance", "audit prep", "SOC 2", "ISO 27001", "GDPR", "regulatory requirement", or when the user needs help tracking, preparing for, or documenting compliance activities.

invoke
/compliance-tracking
skill/compliance-trackingv1.0.0anthropics/knowledge-work-plugins
draft

Computer Vision Expert

SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis.

invoke
/computer-vision-expert
otherlicense unknown
skill/computer-vision-expertv1.0.0claudeskills.in
draft

Conceptual Analyst

Bridging the gap between messy user requirements and clean technical architecture through deep conceptual mapping and semantic modeling.

invoke
/conceptual-analyst
ailicense unknown
skill/conceptual-analystv1.0.0claudeskills.in
draft

Conductor Manage

Manage track lifecycle: archive, restore, delete, rename, and cleanup

invoke
/conductor-manage
otherlicense unknown
skill/conductor-managev1.0.0claudeskills.in
draft

Conductor Setup

Initialize project with Conductor artifacts (product definition,

invoke
/conductor-setup
otherlicense unknown
skill/conductor-setupv1.0.0claudeskills.in
draft

Conductor Validator

Validates Conductor project artifacts for completeness,

invoke
/conductor-validator
otherlicense unknown
skill/conductor-validatorv1.0.0claudeskills.in
stable

configure-auth

Add authentication and authorization to a Blazor Web App, accounting for the app's render mode. USE WHEN the user needs [Authorize] on pages, AuthorizeView, role or policy-based access, login/logout Identity pages, or AuthenticationStateProvider. Also USE WHEN auth state is null after WebAssembly loads, SignInManager throws in an interactive component, <NotAuthorized> content never renders in static SSR, or HttpContext.User is null in an interactive component. DO NOT USE for general component authoring (see author-component), for prerendering concerns unrelated to auth (see support-prerendering), or for managing non-auth cascading state (see coordinate-components).

invoke
/configure-auth
skill/configure-authv1.0.1dotnet/skills
stable

configuring-opentelemetry-dotnet

Configure OpenTelemetry distributed tracing, metrics, and logging in ASP.NET Core using the .NET OpenTelemetry SDK. Use when adding observability, setting up OTLP exporters, creating custom metrics/spans, or troubleshooting distributed trace correlation.

invoke
/configuring-opentelemetry-dotnet
skill/configuring-opentelemetry-dotnetv1.0.0dotnet/skills
draft

Content Creator

Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analyzer, SEO optimizer, content frameworks, and social media templates. Use when writing blog posts, creati...

invoke
/content-creator
skill/content-creatorv1.0.0claudeskills.in
stable

content-creation

Draft marketing content across channels — blog posts, social media, email newsletters, landing pages, press releases, and case studies. Use when writing any marketing content, when you need channel-specific formatting, SEO-optimized copy, headline options, or calls to action.

invoke
/content-creation
skill/content-creationv1.0.0anthropics/knowledge-work-plugins
stable

content-strategy

Analyzes sales data from PayPal and QuickBooks to find top performers and slow movers, layers in seasonality, and produces a prioritized 30-day content brief: what to push, what offers to run, what to hold. Strategic output only — no calendars or assets. Use when the user asks what to post, wants a content plan, asks what's selling, or what to promote this month.

invoke
/content-strategy
skill/content-strategyv1.0.1anthropics/knowledge-work-plugins
draft

Context Compression

Design and evaluate compression strategies for long-running sessions

invoke
/context-compression
skill/context-compressionv1.0.0claudeskills.in
draft

Context Degradation

Recognize patterns of context failure: lost-in-middle, poisoning, distraction, and clash

invoke
/context-degradation
skill/context-degradationv1.0.0claudeskills.in
draft

Context Driven Development

Use this skill when working with Conductor's context-driven

invoke
/context-driven-development
otherlicense unknown
skill/context-driven-developmentv1.0.0claudeskills.in
draft

Context Fundamentals

Understand what context is, why it matters, and the anatomy of context in agent systems

invoke
/context-fundamentals
skill/context-fundamentalsv1.0.0claudeskills.in
draft

Context Management Context Restore

Use when working with context management context restore

invoke
/context-management-context-restore
otherlicense unknown
skill/context-management-context-restorev1.0.0claudeskills.in
draft

Context Manager

Elite AI context engineering specialist mastering dynamic context

invoke
/context-manager
otherlicense unknown
skill/context-managerv1.0.0claudeskills.in
draft

Context7 Auto Research

Automatically fetch latest library/framework documentation for Claude Code via Context7 API

invoke
/context7-auto-research
otherlicense unknown
skill/context7-auto-researchv1.0.0claudeskills.in
stable

contract-review

Lightweight NDA, MSA, and vendor contract review for SMBs without legal on staff. Reads contracts from local files, Gmail attachments, or DocuSign envelopes; flags non-standard terms; explains risks in plain English; and outputs a marked-up redline as a separate DOCX. Use when the user says "review this contract," "what am I signing," "red flags," "flag any concerns," "check the payment terms," or uploads/forwards a contract or legal agreement.

invoke
/contract-review
skill/contract-reviewv1.0.1anthropics/knowledge-work-plugins
draft

Conversation Memory

Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.

invoke
/conversation-memory
skill/conversation-memoryv1.0.0claudeskills.in
stable

convert-blazor-server-to-webapp

Guides conversion of a pre-.NET 8 Blazor Server app into a .NET 8+ Blazor Web App. USE FOR: migrating apps that use AddServerSideBlazor and MapBlazorHub to the AddRazorComponents/MapRazorComponents model, converting _Host.cshtml to an App.razor root component, replacing blazor.server.js with blazor.web.js, migrating CascadingAuthenticationState to a service, adopting new Blazor Web App features like enhanced navigation and streaming rendering. DO NOT USE FOR: apps that are already Blazor Web Apps (already use AddRazorComponents and MapRazorComponents), Blazor WebAssembly or hosted Blazor WebAssembly apps (different migration path), apps that should stay on the Blazor Server hosting model without converting, or apps still targeting .NET Framework.

invoke
/convert-blazor-server-to-webapp
skill/convert-blazor-server-to-webappv1.0.1dotnet/skills
stable

convert-to-cpm

Convert .NET projects and solutions (.sln, .slnx) to NuGet Central Package Management (CPM) using Directory.Packages.props. USE FOR: converting to CPM, centralizing or aligning NuGet package versions across multiple projects, inlining MSBuild version properties from Directory.Build.props into Directory.Packages.props, resolving version conflicts or mismatches across a solution or repository, updating or bumping or syncing package versions across projects. Also activate when packages are out of sync, drifting, or inconsistent -- even without the user mentioning CPM. Provides baseline build capture, version conflict resolution, build validation with binlog comparison, and a structured post-conversion report. DO NOT USE FOR: packages.config projects (must migrate to PackageReference first) or repositories that already have CPM fully enabled.

invoke
/convert-to-cpm
skill/convert-to-cpmv1.0.1dotnet/skills
stable

coordinate-components

Share state between components that don't have a direct parent-child parameter relationship, using cascading values, scoped services with change events, or CascadingValueSource via DI. USE WHEN the user needs a CascadingParameter or CascadingValue that works across render mode boundaries, a shopping cart or notification count accessible from multiple pages, a theme or user preference cascaded app-wide, or when components in different parts of the tree must react when shared data changes. Also USE WHEN cascading values aren't reaching interactive children in per-page interactivity mode, or when the user needs to understand scoped vs singleton service lifetime for state on Blazor Server. DO NOT USE for direct parent-child parameter passing or EventCallback (see author-component), for persisting state across prerender-to-interactive transitions (see support-prerendering), or for service abstractions for data fetching in Auto/WebAssembly (see fetch-and-send-data).

invoke
/coordinate-components
skill/coordinate-componentsv1.0.1dotnet/skills
draft

Copilot Sdk

Build applications powered by GitHub Copilot using the Copilot SDK. Use when creating programmatic integrations with Copilot across Node.js/TypeScript, Python, Go, or .NET. Covers session managemen...

invoke
/copilot-sdk
otherlicense unknown
skill/copilot-sdkv1.0.0claudeskills.in
draft

Copy Editing

When the user wants to edit, review, or improve existing marketing copy. Also use when the user mentions 'edit this copy,' 'review my copy,' 'copy feedback,' 'proofread,' 'polish this,' 'make this ...

invoke
/copy-editing
otherlicense unknown
skill/copy-editingv1.0.0claudeskills.in
draft

Cost Optimization

Optimize cloud costs through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing c...

invoke
/cost-optimization
otherlicense unknown
skill/cost-optimizationv1.0.0claudeskills.in
stable

coverage-analysis

Interprets .NET Cobertura line, branch, and condition evidence and, when explicitly requested, computes project-wide CRAP/refactoring-risk hotspots. MUST USE for "why is branch coverage lower than line coverage?", condition-coverage="50% (1/2)", a supplied coverage excerpt, partially covered conditions, coverage plateaus, members blocking a target, project-wide CRAP, refactoring safety, or coverage-backed risk priorities. A supplied report is analyzed directly without rerunning tests, installing tools, generating a report, or calculating CRAP unless the request asks for risk/CRAP/refactoring safety. DO NOT USE FOR: CRAP or refactoring-safety analysis of only one named method, class, or file (crap-score); test trait distributions (test-tagging); static source-to-test pairing (find-untested-sources); behavioral/pseudo-mutation gaps (test-gap-analysis); test-code audits (test-anti-patterns); raw collection/percentage-only requests or just running tests (run-tests); non-.NET coverage; o...

invoke
/coverage-analysis
skill/coverage-analysisv1.0.1dotnet/skills
draft

Cpp Pro

Write idiomatic C++ code with modern features, RAII, smart

invoke
/cpp-pro
otherlicense unknown
skill/cpp-prov1.0.0claudeskills.in
stable

crap-score

Calculates CRAP (Change Risk Anti-Patterns) for a named .NET method, class, or file. USE FOR: explicit CRAP calculation or coverage-and-complexity risk within that named target, including which tests to prioritize. DO NOT USE FOR: project-wide coverage/CRAP, plateaus, or project-wide blockers/priorities (coverage-analysis); behavioral/pseudo-mutation gaps (test-gap-analysis); writing tests; test runs without CRAP context.

invoke
/crap-score
skill/crap-scorev1.0.1dotnet/skills
stable

create-an-asset

Generate tailored sales assets (landing pages, decks, one-pagers, workflow demos) from your deal context. Describe your prospect, audience, and goal — get a polished, branded asset ready to share with customers.

invoke
/create-an-asset
skill/create-an-assetv1.0.0anthropics/knowledge-work-plugins
stable

create-blazor-project

Create a new ASP.NET Core web application or web site using Blazor. USE FOR: creating a new Blazor web app, scaffolding a new web project, starting a new web site, choosing render modes (Static SSR, Interactive Server, Interactive WebAssembly, Auto), running dotnet new blazor with the right options, setting up initial project structure. DO NOT USE FOR: adding features to existing projects, changing how an existing app renders, or component authoring (use author-component).

invoke
/create-blazor-project
skill/create-blazor-projectv1.0.1dotnet/skills
stable

create-viz

Create publication-quality visualizations with Python. Use when turning query results or a DataFrame into a chart, selecting the right chart type for a trend or comparison, generating a plot for a report or presentation, or needing an interactive chart with hover and zoom.

invoke
/create-viz
skill/create-vizv1.0.0anthropics/knowledge-work-plugins
stable

crm-cleanup

Scans HubSpot for stale deals, duplicate contacts, and missing fields, then fixes what the owner approves. Accepts optional scope argument for deals, contacts, or all.

invoke
/crm-cleanup
skill/crm-cleanupv1.0.0anthropics/knowledge-work-plugins
stable

crm-maintenance

Keeps HubSpot current without the owner opening it: creates and updates contacts and deals from email and calendar context, logs notes and calls, and flags stale records. The "stop doing data entry" skill. Use when the user asks to update the CRM, log a call, clean up HubSpot, or add context to a deal.

invoke
/crm-maintenance
skill/crm-maintenancev1.0.1anthropics/knowledge-work-plugins
stable

csharp-scripts

Run file-based C# apps with the .NET CLI when the user explicitly wants C#/.NET code without creating a project. Use for C# language/API experiments, one-file C# apps, small multi-file C# apps composed with `#:include`/`#:exclude`, or C# file-based apps linked with `#:ref`. Do not use for language-agnostic throwaway scripts, generic computations, Python/PowerShell-style automation, full projects, or existing app integration.

invoke
/csharp-scripts
skill/csharp-scriptsv1.0.0dotnet/skills
draft

Culture Index

Index and search culture documentation

invoke
/culture-index
skill/culture-indexv1.0.0claudeskills.in
draft

Customer Support

Elite AI-powered customer support specialist mastering

invoke
/customer-support
otherlicense unknown
skill/customer-supportv1.0.0claudeskills.in
stable

customer-escalation

Package an escalation for engineering, product, or leadership with full context. Use when a bug needs engineering attention beyond normal support, multiple customers report the same issue, a customer is threatening to churn, or an issue has sat unresolved past its SLA.

invoke
/customer-escalation
skill/customer-escalationv1.0.0anthropics/knowledge-work-plugins
stable

customer-pulse

Aggregates PayPal disputes, HubSpot feedback and tickets, and email sentiment (plus pasted or exported Google/Yelp reviews) into a themes report with verbatim evidence and a "do these three things this week" list. Use when the user asks how customers are feeling, for review analysis, what people are saying, or about disputes.

invoke
/customer-pulse
skill/customer-pulsev1.0.1anthropics/knowledge-work-plugins
stable

customer-pulse-check

Synthesizes themes from PayPal disputes, HubSpot tickets, and review exports into a top-3 fixable issues list with drafted response templates. Accepts optional since-date argument.

invoke
/customer-pulse-check
skill/customer-pulse-checkv1.0.0anthropics/knowledge-work-plugins
stable

customer-research

Multi-source research on a customer question or topic with source attribution. Use when a customer asks something you need to look up, investigating whether a bug has been reported before, checking what was previously told to a specific account, or gathering background before drafting a response.

invoke
/customer-research
skill/customer-researchv1.0.0anthropics/knowledge-work-plugins
stable

daily-briefing

Start your day with a prioritized sales briefing. Works standalone when you tell me your meetings and priorities, supercharged when you connect your calendar, CRM, and email. Trigger with "morning briefing", "daily brief", "what's on my plate today", "prep my day", or "start my day".

invoke
/daily-briefing
skill/daily-briefingv1.0.0anthropics/knowledge-work-plugins
stable

data-context-extractor

Generate or improve a company-specific data analysis skill by extracting tribal knowledge from analysts. BOOTSTRAP MODE - Triggers: "Create a data context skill", "Set up data analysis for our warehouse", "Help me create a skill for our database", "Generate a data skill for [company]" → Discovers schemas, asks key questions, generates initial skill with reference files ITERATION MODE - Triggers: "Add context about [domain]", "The skill needs more info about [topic]", "Update the data skill with [metrics/tables/terminology]", "Improve the [domain] reference" → Loads existing skill, asks targeted questions, appends/updates reference files Use when data analysts want Claude to understand their company's specific data warehouse, terminology, metrics definitions, and common query patterns.

invoke
/data-context-extractor
skill/data-context-extractorv1.0.1anthropics/knowledge-work-plugins
stable

data-visualization

Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory.

invoke
/data-visualization
skill/data-visualizationv1.0.0anthropics/knowledge-work-plugins
draft

Ddd Context Mapping

Map relationships between bounded contexts and define integration contracts using DDD context mapping patterns.

invoke
/ddd-context-mapping
otherlicense unknown
skill/ddd-context-mappingv1.0.0claudeskills.in
draft

Ddd Tactical Patterns

Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants.

invoke
/ddd-tactical-patterns
otherlicense unknown
skill/ddd-tactical-patternsv1.0.0claudeskills.in
stable

Debug

Five-phase systematic debugging (reproduce → isolate → root cause → fix-with-regression-test → verify). Use when the user reports a bug, hits an error or failing test, or wants methodical investigation. Invocable as /debug, /debug "<symptom>", /debug --error <log>, /debug --test <test-name>.

invoke
/debug
skill/debugv1.0.0ai-atoms
draft

Deep Research

Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 ...

invoke
/deep-research
skill/deep-researchv1.0.0claudeskills.in
stable

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.

invoke
/defuddle
skill/defuddlev1.0.0kepano/obsidian-skills
stable

deploy-checklist

Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.

invoke
/deploy-checklist
skill/deploy-checklistv1.0.0anthropics/knowledge-work-plugins
draft

Deployment Engineer

Expert deployment engineer specializing in modern CI/CD pipelines,

invoke
/deployment-engineer
devopslicense unknown
skill/deployment-engineerv1.0.0claudeskills.in
draft

Deployment Pipeline Design

Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use when architecting deployment workflows, setting up continuous delivery, or implementing Gi...

invoke
/deployment-pipeline-design
devopslicense unknown
skill/deployment-pipeline-designv1.0.0claudeskills.in
draft

Deployment Procedures

Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.

invoke
/deployment-procedures
devopslicense unknown
skill/deployment-proceduresv1.0.0claudeskills.in
draft

Deployment Validation Config Validate

You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configurat

invoke
/deployment-validation-config-validate
devopslicense unknown
skill/deployment-validation-config-validatev1.0.0claudeskills.in
draft

Design Md

Analyze Stitch projects and synthesize a semantic design system into DESIGN.md files

invoke
/design-md
skill/design-mdv1.0.0claudeskills.in
draft

Design Orchestration

Design Orchestration

invoke
/design-orchestration
otherlicense unknown
skill/design-orchestrationv1.0.0claudeskills.in
stable

design-critique

Get structured design feedback on usability, hierarchy, and consistency. Trigger with "review this design", "critique this mockup", "what do you think of this screen?", or when sharing a Figma link or screenshot for feedback at any stage from exploration to final polish.

invoke
/design-critique
skill/design-critiquev1.0.0anthropics/knowledge-work-plugins
stable

design-handoff

Generate developer handoff specs from a design. Use when a design is ready for engineering and needs a spec sheet covering layout, design tokens, component props, interaction states, responsive breakpoints, edge cases, and animation details.

invoke
/design-handoff
skill/design-handoffv1.0.0anthropics/knowledge-work-plugins
stable

design-system

Audit, document, or extend your design system. Use when checking for naming inconsistencies or hardcoded values across components, writing documentation for a component's variants, states, and accessibility notes, or designing a new pattern that fits the existing system.

invoke
/design-system
skill/design-systemv1.0.0anthropics/knowledge-work-plugins
stable

detect-static-dependencies

Scan C# source files for hard-to-test static dependencies — DateTime.Now/UtcNow, File.*, Directory.*, Environment.*, HttpClient, Console.*, Process.*, and other untestable statics. Produces a ranked report of static call sites by frequency. USE FOR: find untestable statics, scan for static dependencies, testability audit, identify hard-to-mock code, find DateTime.Now usage, detect static coupling, testability report, static analysis for testability. DO NOT USE FOR: generating wrappers (use generate-testability-wrappers), migrating code (use migrate-static-to-wrapper), general code review, or finding statics that are already behind abstractions.

invoke
/detect-static-dependencies
skill/detect-static-dependenciesv1.0.1dotnet/skills
draft

Development

Comprehensive web, mobile, and backend development workflow bundling frontend, backend, full-stack, and mobile development skills for end-to-end application delivery.

invoke
/development
otherlicense unknown
skill/developmentv1.0.0claudeskills.in
draft

Devops Troubleshooter

Expert DevOps troubleshooter specializing in rapid incident

invoke
/devops-troubleshooter
devopslicense unknown
skill/devops-troubleshooterv1.0.0claudeskills.in
stable

Diagram

Generate Mermaid diagrams (flowchart / sequence / state / class / ER / gantt) from code or systems.

invoke
/diagram
skill/diagramv1.0.0ai-atoms
stable

digest

Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.

invoke
/digest
skill/digestv1.0.0anthropics/knowledge-work-plugins
stable

directory-build-organization

Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. Only activate in MSBuild/.NET build context. USE FOR: structuring multi-project repos, centralizing build settings, implementing NuGet Central Package Management (CPM) with ManagePackageVersionsCentrally, consolidating duplicated properties across .csproj files, setting up multi-level Directory.Build hierarchy with GetPathOfFileAbove, understanding evaluation order (Directory.Build.props → SDK .props → .csproj → SDK .targets → Directory.Build.targets). Critical pitfall: $(TargetFramework) conditions in .props silently fail for single-targeting projects — must use .targets. DO NOT USE FOR: non-MSBuild build systems, migrating legacy projects to SDK-style (use msbuild-modernization), single-project solutions with no shared settings. INVOKES: no tools — pure knowledge skill.

invoke
/directory-build-organization
skill/directory-build-organizationv1.0.0dotnet/skills
stable

Dispatch Parallel Agents

Decompose a multi-task problem into independent units and dispatch subagents in parallel. Use when facing 2+ independent tasks with no shared state or sequential dependencies. Each agent gets a self-contained prompt with full context.

skill/dispatching-parallel-agentsv1.0.0ai-atoms
stable

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.

invoke
/doc-coauthoring
skill/doc-coauthoringv1.0.0anthropics/skills
draft

Docker Expert

Docker containerization expert with deep knowledge of multi-stage builds, image optimization, container security, Docker Compose orchestration, and production deployment patterns. Use PROACTIVELY f...

invoke
/docker-expert
devopslicense unknown
skill/docker-expertv1.0.0claudeskills.in
stable

documentation

Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational runbooks.

invoke
/documentation
skill/documentationv1.0.0anthropics/knowledge-work-plugins
stable

dotnet-aot-compat

Make .NET projects compatible with Native AOT and trimming by systematically resolving IL trim/AOT analyzer warnings. USE FOR: making projects AOT-compatible, fixing trimming warnings, resolving IL warnings (IL2026, IL2070, IL2067, IL2072, IL3050), adding DynamicallyAccessedMembers annotations, enabling IsAotCompatible. DO NOT USE FOR: publishing native AOT binaries, optimizing binary size, replacing reflection-heavy libraries with alternatives. INVOKES: no tools — pure knowledge skill.

invoke
/dotnet-aot-compat
skill/dotnet-aot-compatv1.0.1dotnet/skills
stable

dotnet-maui-doctor

Diagnoses and fixes .NET MAUI development environment issues. Validates .NET SDK, workloads, Java JDK, Android SDK, Xcode, and Windows SDK. All version requirements discovered dynamically from NuGet WorkloadDependencies.json — never hardcoded. Use when: setting up MAUI development, build errors mentioning SDK/workload/JDK/Android, "Android SDK not found", "Java version" errors, "Xcode not found", environment verification after updates, or any MAUI toolchain issues. Do not use for: non-MAUI .NET projects, Xamarin.Forms apps, runtime app crashes unrelated to environment setup, or app store publishing issues. Works on macOS, Windows, and Linux.

invoke
/dotnet-maui-doctor
skill/dotnet-maui-doctorv1.0.1dotnet/skills
stable

dotnet-pinvoke

Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke or LibraryImport declarations, reviewing or debugging existing native interop code, wrapping a C or C++ library for use in .NET, diagnosing crashes, memory leaks, or corruption at the managed/native boundary. DO NOT USE FOR: COM interop, C++/CLI mixed-mode assemblies, or pure managed code with no native dependencies.

invoke
/dotnet-pinvoke
skill/dotnet-pinvokev1.0.1dotnet/skills
stable

dotnet-test-frameworks

Reference data for .NET test framework detection patterns, assertion APIs, skip annotations, setup/teardown methods, and common test smell indicators across MSTest, xUnit, NUnit, and TUnit. Loaded by test analysis skills (test-anti-patterns) as framework-specific lookup tables.

invoke
/dotnet-test-frameworks
skill/dotnet-test-frameworksv1.0.0dotnet/skills
stable

dotnet-trace-collect

Guide developers through capturing diagnostic artifacts to diagnose production .NET performance issues. Use when the user needs help choosing diagnostic tools, collecting performance data, or understanding tool trade-offs across different environments (Windows/Linux, .NET Framework/modern .NET, container/non-container).

invoke
/dotnet-trace-collect
skill/dotnet-trace-collectv1.0.0dotnet/skills
stable

dotnet-webapi

Guides creation and modification of ASP.NET Core Web API endpoints with correct HTTP semantics, OpenAPI metadata, and error handling. USE FOR: adding new API endpoints (controllers or minimal APIs), wiring up OpenAPI/Swagger, creating .http test files, setting up global error handling middleware. DO NOT USE FOR: general C# coding style, EF Core data access or query optimization (use optimizing-ef-core-queries), frontend/Blazor work, gRPC services, or SignalR hubs.

invoke
/dotnet-webapi
skill/dotnet-webapiv1.0.1dotnet/skills
stable

draft-content

Draft blog posts, social media, email newsletters, landing pages, press releases, and case studies with channel-specific formatting and SEO recommendations. Use when writing any marketing content, when you need headline or subject line options, or when adapting a message for a specific platform, audience, and brand voice.

invoke
/draft-content
skill/draft-contentv1.0.0anthropics/knowledge-work-plugins
stable

draft-offer

Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus), writing the offer letter text itself, or prepping negotiation guidance for the hiring manager.

invoke
/draft-offer
skill/draft-offerv1.0.0anthropics/knowledge-work-plugins
stable

draft-outreach

Research a prospect then draft personalized outreach. Uses web research by default, supercharged with enrichment and CRM. Trigger with "draft outreach to [person/company]", "write cold email to [prospect]", "reach out to [name]".

invoke
/draft-outreach
skill/draft-outreachv1.0.0anthropics/knowledge-work-plugins
stable

draft-response

Draft a professional customer-facing response tailored to the situation and relationship. Use when answering a product question, responding to an escalation or outage, delivering bad news like a delay or won't-fix, declining a feature request, or replying to a billing issue.

invoke
/draft-response
skill/draft-responsev1.0.0anthropics/knowledge-work-plugins
stable

dump-collect

Configure and collect crash dumps for modern .NET applications. USE FOR: enabling automatic crash dumps for CoreCLR or NativeAOT, capturing dumps from running .NET processes, setting up dump collection in Docker or Kubernetes, using dotnet-dump collect or createdump. DO NOT USE FOR: analyzing or debugging dumps, post-mortem investigation with lldb/windbg/dotnet-dump analyze, profiling or tracing, or for .NET Framework processes.

invoke
/dump-collect
skill/dump-collectv1.0.0dotnet/skills
draft

Dx Optimizer

Developer Experience specialist. Improves tooling, setup, and

invoke
/dx-optimizer
otherlicense unknown
skill/dx-optimizerv1.0.0claudeskills.in
draft

Elixir Pro

Write idiomatic Elixir code with OTP patterns, supervision trees,

invoke
/elixir-pro
otherlicense unknown
skill/elixir-prov1.0.0claudeskills.in
stable

email-sequence

Design and draft multi-email sequences with full copy, timing, branching logic, exit conditions, and performance benchmarks. Use when building onboarding, lead nurture, re-engagement, win-back, or product launch flows, when you need a complete drip campaign with A/B test suggestions, or when mapping a sequence end-to-end with a flow diagram.

invoke
/email-sequence
skill/email-sequencev1.0.0anthropics/knowledge-work-plugins
draft

Embedding Strategies

Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optimizing embedding quality for specific dom...

invoke
/embedding-strategies
otherlicense unknown
skill/embedding-strategiesv1.0.0claudeskills.in
draft

Environment Setup Guide

Guide developers through setting up development environments with proper tools, dependencies, and configurations

invoke
/environment-setup-guide
frontendlicense unknown
skill/environment-setup-guidev1.0.0claudeskills.in
draft

Error Handling Patterns

Master error handling patterns across languages including exceptions, Result types, error propagation, and graceful degradation to build resilient applications. Use when implementing error handling...

invoke
/error-handling-patterns
otherlicense unknown
skill/error-handling-patternsv1.0.0claudeskills.in
stable

eval-performance

Guide for diagnosing and improving MSBuild project evaluation performance. Only activate in MSBuild/.NET build context. USE FOR: builds slow before any compilation starts, high evaluation time in binlog analysis, expensive glob patterns walking large directories (node_modules, .git, bin/obj), deep import chains (>20 levels), preprocessed output >10K lines indicating heavy evaluation, property functions with file I/O ($([System.IO.File]::ReadAllText(...))), multiple evaluations per project. Covers the 5 MSBuild evaluation phases, glob optimization via DefaultItemExcludes, import chain analysis with /pp preprocessing. DO NOT USE FOR: compilation-time slowness (use build-perf-diagnostics), incremental build issues (use incremental-build), non-MSBuild build systems. INVOKES: binlog MCP server tools (evaluations, evaluation_global_properties, evaluation_properties, imports, properties); falls back to dotnet msbuild -pp:full.xml for preprocessing, /clp:PerformanceSummary.

invoke
/eval-performance
skill/eval-performancev1.0.0dotnet/skills
draft

Event Sourcing Architect

Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for e...

invoke
/event-sourcing-architect
otherlicense unknown
skill/event-sourcing-architectv1.0.0claudeskills.in
draft

Event Store Design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

invoke
/event-store-design
otherlicense unknown
skill/event-store-designv1.0.0claudeskills.in
draft

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

invoke
/exa-search
otherlicense unknown
skill/exa-searchv1.0.0claudeskills.in
draft

Executing Plans

Use when you have a written implementation plan to execute in a separate session with review checkpoints

invoke
/executing-plans
otherlicense unknown
skill/executing-plansv1.0.0claudeskills.in
stable

exp-mock-usage-analysis

Audits .NET test mock usage by tracing each mock setup through the production code's execution path to find dead, unreachable, redundant, or replaceable mocks. Use when the user asks to audit mock usage, find unused or unnecessary mock setups, check if mocks are needed, reduce mock duplication or over-mocking, simplify test setup, or review whether mock configurations like ILogger/IOptions should use real implementations instead. Supports Moq, NSubstitute, and FakeItEasy.

invoke
/exp-mock-usage-analysis
skill/exp-mock-usage-analysisv1.0.0dotnet/skills
stable

exp-simd-vectorization

Optimizes hot-path scalar loops in .NET 8+ with cross-platform Vector128/Vector256/Vector512 SIMD intrinsics, or replaces manual math loops with single TensorPrimitives API calls. Covers byte-range validation, character counting, bulk bitwise ops, cross-type conversion, fused multi-array computations, and float/double math operations.

invoke
/exp-simd-vectorization
skill/exp-simd-vectorizationv1.0.0dotnet/skills
stable

exp-test-maintainability

Detects duplicate boilerplate, copy-paste tests, and structural maintainability issues across .NET test suites. Use when the user asks to reduce repetition, consolidate similar test methods, convert copy-paste tests to data-driven parameterized tests, suggest a better test structure, or identify refactoring opportunities. Identifies repeated construction, assertion patterns, copy-paste methods convertible to DataRow/Theory/TestCase, redundant setup/teardown, and shared infrastructure. Produces an analysis report with concrete before/after suggestions. Works with MSTest, xUnit, NUnit, and TUnit. DO NOT USE FOR: writing new tests (use writing-mstest-tests), reviewing test quality or anti-patterns (use test-anti-patterns), or deep mock auditing (use exp-mock-usage-analysis).

invoke
/exp-test-maintainability
skill/exp-test-maintainabilityv1.0.0dotnet/skills
stable

Explain

Read-only code explainer with audience-tuned depth (non-technical / junior / practitioner / senior) and path:line citations. Never modifies files.

invoke
/explain
skill/explainv1.0.0ai-atoms
stable

explore-data

Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which dimensions and metrics to analyze.

invoke
/explore-data
skill/explore-datav1.0.0anthropics/knowledge-work-plugins
draft

Expo Deployment

Deploy Expo apps to production

invoke
/expo-deployment
skill/expo-deploymentv1.0.0claudeskills.in
stable

extension-points

Guide for MSBuild extensibility: CustomBefore/CustomAfter hooks, wildcard imports with alphabetic ordering, import gating with control properties, NuGet package build extension layout (build/buildTransitive), and the MicrosoftCommonPropsHasBeenImported guard. Only activate in MSBuild/.NET build context. USE FOR: diagnosing and fixing MSBuild import and hook patterns, reviewing and fixing extension point anti-patterns in Directory.Build files, fixing missing Exists() guards on imports that break fresh clones, fixing NuGet package hooks being silently dropped instead of appended, making build targets extensible for other projects, injecting custom logic into the build pipeline, creating NuGet packages that extend the build, conditionally disabling imports. DO NOT USE FOR: target authoring patterns (use target-authoring), props vs targets placement (use directory-build-organization), general anti-patterns (use msbuild-antipatterns), non-MSBuild build systems.

invoke
/extension-points
skill/extension-pointsv1.0.0dotnet/skills
draft

Fal Audio

Text-to-speech and speech-to-text using fal.ai audio models

invoke
/fal-audio
otherlicense unknown
skill/fal-audiov1.0.0claudeskills.in
draft

Fal Generate

Generate images and videos using fal.ai AI models

invoke
/fal-generate
otherlicense unknown
skill/fal-generatev1.0.0claudeskills.in
draft

Fal Image Edit

AI-powered image editing with style transfer and object removal

invoke
/fal-image-edit
otherlicense unknown
skill/fal-image-editv1.0.0claudeskills.in
stable

fetch-and-send-data

Call APIs, load data into components, and handle the async lifecycle in Blazor. USE FOR fetching data from a backend, submitting data to an API, displaying loading/error states, registering HttpClient, building service abstractions for Auto/WebAssembly render modes. DO NOT USE for form validation (see collect-user-input), prerendering persistence (see support-prerendering), or project scaffolding (see create-blazor-project).

invoke
/fetch-and-send-data
skill/fetch-and-send-datav1.0.0dotnet/skills
draft

File Path Traversal

This skill should be used when the user asks to "test for directory traversal", "exploit path traversal vulnerabilities", "read arbitrary files through web applications", "find LFI vu...

invoke
/file-path-traversal
otherlicense unknown
skill/file-path-traversalv1.0.0claudeskills.in
draft

File Uploads

Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle large files without blocking. Use when: f...

invoke
/file-uploads
skill/file-uploadsv1.0.0claudeskills.in
stable

filter-syntax

Reference data for test filter syntax across all platform and framework combinations: VSTest --filter expressions, MTP filters for MSTest/NUnit/xUnit v3/TUnit, and VSTest-to-MTP filter translation. DO NOT USE directly — loaded by run-tests, mtp-hot-reload, and migrate-vstest-to-mtp when they need filter syntax.

invoke
/filter-syntax
skill/filter-syntaxv1.0.0dotnet/skills
stable

financial-statements

Generate financial statements (income statement, balance sheet, cash flow) with period-over-period comparison and variance analysis. Use when preparing a monthly or quarterly P&L, closing the books and need to flag material variances, comparing actuals to budget, building a financial summary for leadership review, or looking up GAAP presentation requirements and period-end adjustments.

invoke
/financial-statements
skill/financial-statementsv1.0.0anthropics/knowledge-work-plugins
stable

Finish Development Branch

Guides completion of a development branch: verify all tests pass, run the adversarial self-pass, open PR, wait for CI green, merge. Presents structured options for merge, PR, or cleanup. Use when implementation is complete.

skill/finishing-a-development-branchv1.0.0ai-atoms
draft

Firebase

Firebase gives you a complete backend in minutes - auth, database, storage, functions, hosting. But the ease of setup hides real complexity. Security rules are your last line of defense, and they'r...

invoke
/firebase
skill/firebasev1.0.0claudeskills.in
draft

Firecrawl Scraper

Deep web scraping, screenshots, PDF parsing, and website crawling using Firecrawl API

invoke
/firecrawl-scraper
otherlicense unknown
skill/firecrawl-scraperv1.0.0claudeskills.in
stable

forecast

Generate a weighted sales forecast with best/likely/worst scenarios, commit vs. upside breakdown, and gap analysis. Use when preparing a quarterly forecast call, assessing gap-to-quota from a pipeline CSV, deciding which deals to commit vs. call upside, or checking pipeline coverage against your number.

invoke
/forecast
skill/forecastv1.0.0anthropics/knowledge-work-plugins
draft

Fp Ts Errors

Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with fp-ts.

invoke
/fp-ts-errors
otherlicense unknown
skill/fp-ts-errorsv1.0.0claudeskills.in
draft

Fp Ts React

Practical patterns for using fp-ts with React - hooks, state, forms, data fetching. Use when building React apps with functional programming patterns. Works with React 18/19, Next.js 14/15.

invoke
/fp-ts-react
frontendlicense unknown
skill/fp-ts-reactv1.0.0claudeskills.in
draft

Framework Migration Deps Upgrade

You are a dependency management expert specializing in safe, incremental upgrades of project dependencies. Plan and execute dependency updates with minimal risk, proper testing, and clear migration pa

invoke
/framework-migration-deps-upgrade
otherlicense unknown
skill/framework-migration-deps-upgradev1.0.0claudeskills.in
draft

Free Tool Strategy

When the user wants to plan, evaluate, or build a free tool for marketing purposes \u2014 lead generation, SEO value, or brand awareness. Also use when the user mentions "engineering as mar...

invoke
/free-tool-strategy
otherlicense unknown
skill/free-tool-strategyv1.0.0claudeskills.in
stable

friday-brief

Delivers the Friday end-of-week pulse — revenue vs prior week, top sellers, wins and watches. Accepts optional lookback window of 7 or 14 days.

invoke
/friday-brief
skill/friday-briefv1.0.0anthropics/knowledge-work-plugins
draft

Frontend Dev Guidelines

Opinionated frontend development standards for modern React + TypeScript applications. Covers Suspense-first data fetching, lazy loading, feature-based architecture, MUI v7 styling, TanStack Router...

invoke
/frontend-dev-guidelines
frontendlicense unknown
skill/frontend-dev-guidelinesv1.0.0claudeskills.in
draft

Frontend Developer

Build React components, implement responsive layouts, and handle

invoke
/frontend-developer
frontendlicense unknown
skill/frontend-developerv1.0.0claudeskills.in
draft

Frontend Mobile Development Component Scaffold

You are a React component architecture expert specializing in scaffolding production-ready, accessible, and performant components. Generate complete component implementations with TypeScript, tests, s

invoke
/frontend-mobile-development-component-scaffold
frontendlicense unknown
skill/frontend-mobile-development-component-scaffoldv1.0.0claudeskills.in
draft

Frontend Mobile Security Xss Scan

You are a frontend security specialist focusing on Cross-Site Scripting (XSS) vulnerability detection and prevention. Analyze React, Vue, Angular, and vanilla JavaScript code to identify injection poi

invoke
/frontend-mobile-security-xss-scan
frontendlicense unknown
skill/frontend-mobile-security-xss-scanv1.0.0claudeskills.in
draft

Frontend Security Coder

Expert in secure frontend coding practices specializing in XSS

invoke
/frontend-security-coder
frontendlicense unknown
skill/frontend-security-coderv1.0.0claudeskills.in
draft

Frontend Slides

Create stunning, animation-rich HTML presentations from scratch or by converting PowerPoint files. Use when the user wants to build a presentation, convert a PPT/PPTX to web, or create slides for a...

invoke
/frontend-slides
skill/frontend-slidesv1.0.0claudeskills.in
draft

Frontend Ui Dark Ts

Build dark-themed React applications using Tailwind CSS with custom theming, glassmorphism effects, and Framer Motion animations. Use when creating dashboards, admin panels, or data-rich interfaces...

invoke
/frontend-ui-dark-ts
frontendlicense unknown
skill/frontend-ui-dark-tsv1.0.0claudeskills.in
stable

frontend-design

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

invoke
/frontend-design
skill/frontend-designv1.0.0anthropics/skills
draft

Full Stack Orchestration Full Stack Feature

Use when working with full stack orchestration full stack feature

invoke
/full-stack-orchestration-full-stack-feature
otherlicense unknown
skill/full-stack-orchestration-full-stack-featurev1.0.0claudeskills.in
draft

Gcp Cloud Run

Specialized skill for building production-ready serverless applications on GCP. Covers Cloud Run services (containerized), Cloud Run Functions (event-driven), cold start optimization, and event-dri...

invoke
/gcp-cloud-run
skill/gcp-cloud-runv1.0.0claudeskills.in
stable

generate-testability-wrappers

DO NOT USE when the target already consumes an injected interface or built-in abstraction such as IFileSystem or TimeProvider, even if the request says "generate a wrapper"; no new wrapper is needed. Use only when C# source calls an ambient/static dependency and no injectable seam exists: first-time TimeProvider, IHttpClientFactory, or System.IO.Abstractions adoption; minimal Environment/Console/Process wrappers; IProcessRunner; DI registration; or an ambient seam that preserves a static API. Exclude static detection (detect-static-dependencies), migration to an existing/registered abstraction (migrate-static-to-wrapper), one blocked behavior plus deterministic tests (testability-obstacle), and general interface design.

invoke
/generate-testability-wrappers
skill/generate-testability-wrappersv1.0.1dotnet/skills
draft

Git Advanced Workflows

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, co...

invoke
/git-advanced-workflows
devopslicense unknown
skill/git-advanced-workflowsv1.0.0claudeskills.in
draft

Git Pr Workflows Git Workflow

Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern g

invoke
/git-pr-workflows-git-workflow
devopslicense unknown
skill/git-pr-workflows-git-workflowv1.0.0claudeskills.in
draft

Git Pr Workflows Onboard

You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration, and accelerated learning methodologies. You

invoke
/git-pr-workflows-onboard
devopslicense unknown
skill/git-pr-workflows-onboardv1.0.0claudeskills.in
draft

Git Pr Workflows Pr Enhance

You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu

invoke
/git-pr-workflows-pr-enhance
devopslicense unknown
skill/git-pr-workflows-pr-enhancev1.0.0claudeskills.in
draft

Git Pushing

Stage, commit, and push git changes with conventional commit messages. Use when user wants to commit and push changes, mentions pushing to remote, or asks to save and push their work. Also activate...

invoke
/git-pushing
devopslicense unknown
skill/git-pushingv1.0.0claudeskills.in
draft

Github Actions Templates

Create production-ready GitHub Actions workflows for automated testing, building, and deploying applications. Use when setting up CI/CD with GitHub Actions, automating development workflows, or cre...

invoke
/github-actions-templates
devopslicense unknown
skill/github-actions-templatesv1.0.0claudeskills.in
draft

Github Automation

Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.

invoke
/github-automation
devopslicense unknown
skill/github-automationv1.0.0claudeskills.in
draft

Github Issue Creator

Convert raw notes, error logs, voice dictation, or screenshots into crisp GitHub-flavored markdown issue reports. Use when the user pastes bug info, error messages, or informal descriptions and wan...

invoke
/github-issue-creator
devopslicense unknown
skill/github-issue-creatorv1.0.0claudeskills.in
draft

Github Workflow Automation

Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creati...

invoke
/github-workflow-automation
devopslicense unknown
skill/github-workflow-automationv1.0.0claudeskills.in
draft

Gitlab Automation

Automate GitLab project management, issues, merge requests, pipelines, branches, and user operations via Rube MCP (Composio). Always search tools first for current schemas.

invoke
/gitlab-automation
devopslicense unknown
skill/gitlab-automationv1.0.0claudeskills.in
draft

Gitlab Ci Patterns

Build GitLab CI/CD pipelines with multi-stage workflows, caching, and distributed runners for scalable automation. Use when implementing GitLab CI/CD, optimizing pipeline performance, or setting up...

invoke
/gitlab-ci-patterns
devopslicense unknown
skill/gitlab-ci-patternsv1.0.0claudeskills.in
draft

Gitops Workflow

Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation. Use when implementing GitOps practices, automating Kubernetes deplo...

invoke
/gitops-workflow
devopslicense unknown
skill/gitops-workflowv1.0.0claudeskills.in
draft

Grafana Dashboards

Create and manage production Grafana dashboards for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational ...

invoke
/grafana-dashboards
otherlicense unknown
skill/grafana-dashboardsv1.0.0claudeskills.in
stable

handle-complaint

Handles an incoming customer complaint end-to-end — pulls context, drafts a response, and suggests an operational fix. Accepts optional email or ticket ID argument.

invoke
/handle-complaint
skill/handle-complaintv1.0.0anthropics/knowledge-work-plugins
draft

Helm Chart Scaffolding

Design, organize, and manage Helm charts for templating and packaging Kubernetes applications with reusable configurations. Use when creating Helm charts, packaging Kubernetes applications, or impl...

invoke
/helm-chart-scaffolding
otherlicense unknown
skill/helm-chart-scaffoldingv1.0.0claudeskills.in
draft

Hig Components Content

Apple Human Interface Guidelines for content display components. Use this skill when the user asks about "charts component", "collection view", "image view", "web view", "color well", "image well", "activity view", "lockup", "data visualization", "content display", displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says "how should I display charts", "what's the best way to show images", "should I use a web view", "how do I build a grid of items", "what component shows media", or "how do I present a share sheet". Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.

invoke
/hig-components-content
frontendlicense unknown
skill/hig-components-contentv1.0.1claudeskills.in
draft

Hig Components Controls

Apple HIG guidance for selection and input controls including pickers, toggles, sliders, steppers, segmented controls, combo boxes, text fields, text views, labels, token fields, virtual keyboards, rating indicators, and gauges. Use this skill when the user says "picker or segmented control," "how should my form look," "what keyboard type should I use," "toggle vs checkbox," or asks about picker design, toggle, switch, slider, stepper, text field, text input, segmented control, combo box, label, token field, virtual keyboard, rating indicator, gauge, form design, input validation, or control state management. Cross-references: hig-components-menus, hig-components-dialogs, hig-components-search.

invoke
/hig-components-controls
frontendlicense unknown
skill/hig-components-controlsv1.0.1claudeskills.in
draft

Hig Components Dialogs

Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. Use this skill when the user says "should I use an alert or a sheet," "how do I show a confirmation dialog," "when should I use a popover," "my modals are annoying users," or asks about alert design, action sheet, popover, sheet, modal, dialog, digit entry, confirmation dialog, warning dialog, modal presentation, non-modal content, destructive action confirmation, or overlay UI patterns. Cross-references: hig-components-menus, hig-components-controls, hig-components-search, hig-patterns.

invoke
/hig-components-dialogs
frontendlicense unknown
skill/hig-components-dialogsv1.0.1claudeskills.in
draft

Hig Components Layout

Apple Human Interface Guidelines for layout and navigation components. Use this skill when the user asks about "sidebar", "split view", "tab bar", "tab view", "scroll view", "window design", "panel", "list view", "table view", "column view", "outline view", "navigation structure", "app layout", "boxes", "ornaments", or organizing content hierarchically in Apple apps. Also use when the user says "how should I organize my app", "what navigation pattern should I use", "my layout breaks on iPad", "how do I build a sidebar", "should I use tabs or a sidebar", or "my app doesn't adapt to different screen sizes". Cross-references: hig-foundations for layout/spacing principles, hig-platforms for platform-specific navigation, hig-patterns for multitasking and full-screen, hig-components-content for content display.

invoke
/hig-components-layout
frontendlicense unknown
skill/hig-components-layoutv1.0.1claudeskills.in
draft

Hig Components Menus

Apple HIG guidance for menu and button components including menus, context menus, dock menus, edit menus, the menu bar, toolbars, action buttons, pop-up buttons, pull-down buttons, disclosure controls, and standard buttons. Use this skill when the user says "how should my buttons look," "what goes in the menu bar," "should I use a context menu or action sheet," "how do I design a toolbar," or asks about button design, menu design, context menu, toolbar, menu bar, action button, pop-up button, pull-down button, disclosure control, dock menu, edit menu, or any menu/button component layout and behavior. Cross-references: hig-components-search, hig-components-controls, hig-components-dialogs.

invoke
/hig-components-menus
frontendlicense unknown
skill/hig-components-menusv1.0.1claudeskills.in
draft

Hig Components Search

Apple HIG guidance for navigation-related components including search fields, page controls, and path controls. Use this skill when the user says "how should search work in my app," "I need a breadcrumb," "how do I paginate content," or asks about search field, search bar, page control, path control, breadcrumb, navigation component, search UX, search suggestions, search scopes, paginated content navigation, or file path hierarchy display. Cross-references: hig-components-menus, hig-components-controls, hig-components-dialogs, hig-patterns.

invoke
/hig-components-search
frontendlicense unknown
skill/hig-components-searchv1.0.1claudeskills.in
draft

Hig Components Status

Apple HIG guidance for status and progress UI components including progress indicators, status bars, and activity rings. Use this skill when asked about: "progress indicator", "progress bar", "loading spinner", "status bar", "activity ring", "progress display", determinate vs indeterminate progress, loading states, or fitness tracking rings. Also use when the user says "how do I show loading state," "should I use a spinner or progress bar," "what goes in the status bar," or asks about activity indicators. Cross-references: hig-components-system for widgets and complications, hig-inputs for gesture-driven progress controls, hig-technologies for HealthKit and activity ring data integration.

invoke
/hig-components-status
frontendlicense unknown
skill/hig-components-statusv1.0.1claudeskills.in
draft

Hig Components System

Apple HIG guidance for system experience components: widgets, live activities, notifications, complications, home screen quick actions, top shelf, watch faces, app clips, and app shortcuts. Use when asked about: "widget design", "live activity", "notification design", "complication", "home screen quick action", "top shelf", "watch face", "app clip", "app shortcut", "system experience". Also use when the user says "how do I design a widget," "what should my notification look like," "how do Live Activities work," "should I make an App Clip," or asks about surfaces outside the main app. Cross-references: hig-components-status for progress in widgets, hig-inputs for interaction patterns, hig-technologies for Siri and system integration.

invoke
/hig-components-system
frontendlicense unknown
skill/hig-components-systemv1.0.1claudeskills.in
draft

Hig Foundations

Apple Human Interface Guidelines design foundations. Use this skill when the user asks about "HIG color", "Apple typography", "SF Symbols", "dark mode guidelines", "accessible design", "Apple design foundations", "app icon", "layout guidelines", "materials", "motion", "privacy", "right to left", "RTL", "inclusive design", branding, images, spatial layout, or writing style. Also use when the user says "my colors look wrong in dark mode", "what font should I use", "is my app accessible enough", "how do I support Dynamic Type", "what contrast ratio do I need", "how do I pick system colors", or "my icons don't match the system style". Cross-references: hig-platforms for platform-specific guidance, hig-patterns for interaction patterns, hig-components-layout for structural components, hig-components-content for display.

invoke
/hig-foundations
frontendlicense unknown
skill/hig-foundationsv1.0.1claudeskills.in
draft

Hig Inputs

Apple HIG guidance for input methods and interaction patterns: gestures, Apple Pencil, keyboards, game controllers, pointers, Digital Crown, eye tracking, focus system, remotes, spatial interactions, gyroscope, accelerometer, and nearby interactions. Use when asked about: "gesture design", "Apple Pencil", "keyboard shortcuts", "game controller", "pointer support", "mouse support", "trackpad", "Digital Crown", "eye tracking", "visionOS input", "focus system", "remote control", "gyroscope", "spatial interaction". Also use when the user says "what gestures should I support," "how do I add keyboard shortcuts," "how does input work on Apple TV," "should I support Apple Pencil," or asks about input device handling. Cross-references: hig-components-status, hig-components-system, hig-technologies for VoiceOver and Siri.

invoke
/hig-inputs
frontendlicense unknown
skill/hig-inputsv1.0.1claudeskills.in
draft

Hig Patterns

Apple Human Interface Guidelines interaction and UX patterns. Use this skill when the user asks about "onboarding flow", "user onboarding", "app launch", "loading state", "drag and drop", "search pattern", "settings design", "notifications", "modality", "multitasking", "feedback pattern", "haptics", "undo redo", "file management", data entry, sharing, collaboration, full screen, audio, video, haptic feedback, ratings, printing, help, or account management in Apple apps. Also use when the user says "how should onboarding work", "my app takes too long to load", "should I use a modal here", "how do I handle errors", "when should I ask for permissions", "how to show progress", or "what's the right way to confirm a delete". Cross-references: hig-foundations for underlying principles, hig-platforms for platform specifics, hig-components-layout for navigation, hig-components-content for data display.

invoke
/hig-patterns
frontendlicense unknown
skill/hig-patternsv1.0.1claudeskills.in
draft

Hig Platforms

Apple Human Interface Guidelines for platform-specific design. Use this skill when the user asks about "designing for iOS", "iPad app design", "macOS design", "tvOS", "visionOS", "watchOS", "Apple platform", "which platform", platform differences, platform-specific conventions, or multi-platform app design. Also use when the user says "should I design differently for iPad vs iPhone", "how does my app work on visionOS", "what's different about macOS apps", "porting my app to another platform", "universal app design", or "what input methods does this platform use". Cross-references: hig-foundations for shared design foundations, hig-patterns for interaction patterns, hig-components-layout for navigation structures, hig-components-content for content display.

invoke
/hig-platforms
frontendlicense unknown
skill/hig-platformsv1.0.1claudeskills.in
draft

Hig Project Context

Create or update a shared Apple design context document that other HIG skills use to tailor guidance. Use when the user says "set up my project context," "what platforms am I targeting," "configure HIG settings," or when starting a new Apple platform project. Also activates when other HIG skills need project context but none exists yet. This skill creates .claude/apple-design-context.md so that hig-foundations, hig-platforms, hig-components-*, hig-inputs, and hig-technologies can provide targeted advice without repetitive questions.

invoke
/hig-project-context
frontendlicense unknown
skill/hig-project-contextv1.0.1claudeskills.in
draft

Hig Technologies

Apple HIG guidance for Apple technology integrations: Siri, Apple Pay, HealthKit, HomeKit, ARKit, machine learning, generative AI, iCloud, Sign in with Apple, SharePlay, CarPlay, Game Center, in-app purchase, NFC, Wallet, VoiceOver, Maps, Mac Catalyst, and more. Use when asked about: "Siri integration", "Apple Pay", "HealthKit", "HomeKit", "ARKit", "augmented reality", "machine learning", "generative AI", "iCloud sync", "Sign in with Apple", "SharePlay", "CarPlay", "in-app purchase", "NFC", "VoiceOver", "Maps", "Mac Catalyst". Also use when the user says "how do I integrate Siri," "what are the Apple Pay guidelines," "how should my AR experience work," "how do I use Sign in with Apple," or asks about any Apple framework or service integration. Cross-references: hig-inputs for input methods, hig-components-system for widgets.

invoke
/hig-technologies
frontendlicense unknown
skill/hig-technologiesv1.0.1claudeskills.in
stable

Hook Author

Guided workflow for authoring and installing governance hooks to the ~/.ai/hooks/ enforcement plane. Covers the full lifecycle: describe the behavior → write the script → validate → install → test. Supported events: PreToolUse, PostToolUse, Stop, SubagentStop, PreCompact, UserPromptSubmit. Triggers on: /hook-author, 'author a hook', 'create a hook', 'write a governance hook'.

invoke
/hook-author
skill/hook-authorv1.0.0ai-atoms
draft

Hr Pro

Professional, ethical HR partner for hiring,

invoke
/hr-pro
otherlicense unknown
skill/hr-prov1.0.0claudeskills.in
draft

Html Injection Testing

This skill should be used when the user asks to "test for HTML injection", "inject HTML into web pages", "perform HTML injection attacks", "deface web applications", or "test conten...

invoke
/html-injection-testing
frontendlicense unknown
skill/html-injection-testingv1.0.0claudeskills.in
draft

Hubspot Integration

Expert patterns for HubSpot CRM integration including OAuth authentication, CRM objects, associations, batch operations, webhooks, and custom objects. Covers Node.js and Python SDKs. Use when: hubs...

invoke
/hubspot-integration
skill/hubspot-integrationv1.0.0claudeskills.in
draft

Hybrid Cloud Architect

Expert hybrid cloud architect specializing in complex multi-cloud

invoke
/hybrid-cloud-architect
devopslicense unknown
skill/hybrid-cloud-architectv1.0.0claudeskills.in
draft

Hybrid Cloud Networking

Configure secure, high-performance connectivity between on-premises infrastructure and cloud platforms using VPN and dedicated connections. Use when building hybrid cloud architectures, connecting ...

invoke
/hybrid-cloud-networking
devopslicense unknown
skill/hybrid-cloud-networkingv1.0.0claudeskills.in
draft

Hybrid Search Implementation

Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides sufficient recall.

invoke
/hybrid-search-implementation
otherlicense unknown
skill/hybrid-search-implementationv1.0.0claudeskills.in
draft

I18N Localization

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.

invoke
/i18n-localization
otherlicense unknown
skill/i18n-localizationv1.0.0claudeskills.in
draft

Imagen

This skill generates images using Google Gemini's image generation model (gemini-3-pro-image-preview). It enables seamless image creation during any Claude Code session - whether you're building frontend UIs, creating documentation, or need visual representations of concepts.

invoke
/imagen
skill/imagenv1.0.1claudeskills.in
draft

Incident Response Incident Response

Use when working with incident response incident response

invoke
/incident-response-incident-response
otherlicense unknown
skill/incident-response-incident-responsev1.0.0claudeskills.in
draft

Incident Response Smart Fix

[Extended thinking: This workflow implements a sophisticated debugging and resolution pipeline that leverages AI-assisted debugging tools and observability platforms to systematically diagnose and res

invoke
/incident-response-smart-fix
otherlicense unknown
skill/incident-response-smart-fixv1.0.0claudeskills.in
draft

Incident Runbook Templates

Create structured incident response runbooks with step-by-step procedures, escalation paths, and recovery actions. Use when building runbooks, responding to incidents, or establishing incident resp...

invoke
/incident-runbook-templates
otherlicense unknown
skill/incident-runbook-templatesv1.0.0claudeskills.in
stable

incident-response

Run an incident response workflow — triage, communicate, and write postmortem. Trigger with "we have an incident", "production is down", an alert that needs severity assessment, a status update mid-incident, or when writing a blameless postmortem after resolution.

invoke
/incident-response
skill/incident-responsev1.0.0anthropics/knowledge-work-plugins
stable

including-generated-files

Fix MSBuild targets that generate files during the build but those files are missing from compilation or output. Only activate in MSBuild/.NET build context. USE FOR: generated source files not compiling (CS0246 for a type that should exist), custom build tasks that create files but they are invisible to subsequent targets, globs not capturing build-generated files because they expand at evaluation time before execution creates them, ensuring generated files are cleaned by the Clean target. Covers correct BeforeTargets timing (CoreCompile, BeforeBuild, AssignTargetPaths), adding to Compile/FileWrites item groups, using $(IntermediateOutputPath) instead of hardcoded obj/ paths. DO NOT USE FOR: C# source generators that already work via the Roslyn pipeline, T4 design-time generation that runs in Visual Studio, non-MSBuild build systems. INVOKES: no tools — pure knowledge skill.

invoke
/including-generated-files
skill/including-generated-filesv1.0.0dotnet/skills
stable

incremental-build

Guide for optimizing MSBuild incremental builds. Only activate in MSBuild/.NET build context. USE FOR: builds slower than expected on subsequent runs, 'nothing changed but it rebuilds anyway', diagnosing why targets re-execute unnecessarily, fixing broken no-op builds. Covers 8 common causes: missing Inputs/Outputs on custom targets, volatile properties in output paths (timestamps/GUIDs), file writes outside tracked Outputs, missing FileWrites registration, glob changes, Visual Studio Fast Up-to-Date Check (FUTDC) issues. Key diagnostic: look for 'Building target completely' vs 'Skipping target' in binlog. DO NOT USE FOR: first-time build slowness (use build-perf-baseline), parallelism issues (use build-parallelism), evaluation-phase slowness (use eval-performance), non-MSBuild build systems. INVOKES: binlog MCP server tools (overview, search, target details); falls back to dotnet build /bl, binlog replay with diagnostic verbosity.

invoke
/incremental-build
skill/incremental-buildv1.0.0dotnet/skills
draft

Infinite Gratitude

Multi-agent research skill for parallel research execution (10 agents, battle-tested with real case studies).

invoke
/infinite-gratitude
skill/infinite-gratitudev1.0.0claudeskills.in
draft

Inngest

Inngest expert for serverless-first background jobs, event-driven workflows, and durable execution without managing queues or workers. Use when: inngest, serverless background job, event-driven wor...

invoke
/inngest
skill/inngestv1.0.0claudeskills.in
stable

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full ASM JSON, flattened CSV for easy import, and exportable Python code for data engineers. Common triggers include converting instrument files, standardizing lab data, preparing data for upload to LIMS/ELN systems, or generating parser code for production pipelines.

invoke
/instrument-data-to-allotrope
skill/instrument-data-to-allotropev1.0.0anthropics/knowledge-work-plugins
draft

Internal Comms Anthropic

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal ...

invoke
/internal-comms-anthropic
otherlicense unknown
skill/internal-comms-anthropicv1.0.0claudeskills.in
stable

internal-comms

A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).

invoke
/internal-comms
skill/internal-commsv1.0.0anthropics/skills
stable

interview-prep

Create structured interview plans with competency-based questions and scorecards. Trigger with "interview plan for", "interview questions for", "how should we interview", "scorecard for", or when the user is preparing to interview candidates.

invoke
/interview-prep
skill/interview-prepv1.0.0anthropics/knowledge-work-plugins
stable

invoice-chase

Drafts overdue-invoice reminder emails from QuickBooks and PayPal data, matched to each customer's payment history and tone (gentle for good customers, firm for repeat late payers). Sends via PayPal with owner approval; non-PayPal invoices queue as mail drafts. Use when the user asks "who owes me money," mentions overdue invoices, or wants to follow up on unpaid invoices.

invoke
/invoice-chase
skill/invoice-chasev1.0.1anthropics/knowledge-work-plugins
stable

item-management

Patterns for managing MSBuild item groups: Include/Remove/Update semantics, item metadata, batching with %(Metadata), transforms, per-item filtering, and cross-product batching pitfalls. Only activate in MSBuild/.NET build context. USE FOR: diagnosing and fixing item group anti-patterns in .csproj files, reviewing item management for correctness, fixing CS2002 duplicate file warnings from SDK globbing, fixing targets that run more times than expected due to cross-product batching, fixing Include vs Update misuse on SDK-globbed items, fixing FileWrites registration for generated file clean support, moving generated files to IntermediateOutputPath. DO NOT USE FOR: target chain architecture (use target-authoring), property patterns (use property-patterns), incrementality (use incremental-build), general anti-patterns (use msbuild-antipatterns), non-MSBuild build systems.

invoke
/item-management
skill/item-managementv1.0.0dotnet/skills
draft

Java Ee Jax Rs

Java EE JAX-RS Resource Creation: Annotations, Response types, JSON mapping, and Exception mapping. For high-density industrial backends.

invoke
/java-ee-jax-rs
backendlicense unknown
skill/java-ee-jax-rsv1.0.0claudeskills.in
stable

job-post-builder

Builds end-to-end hiring packets — job post, structured interview guide with scoring rubric, and offer letter template — from a hiring brief. Triggers on: "help me hire", "we're hiring for", "write a job post", "job description", "JD", "open role", "create a job ad", "interview questions", "scoring rubric", "draft an offer letter", "send an offer", "make a hiring packet", or any request to recruit for a position. When in doubt, trigger — covers the full hiring workflow from job post through DocuSign envelope creation via browser. Does NOT screen or rank applicants.

invoke
/job-post-builder
skill/job-post-builderv1.0.1anthropics/knowledge-work-plugins
stable

journal-entry

Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an entry for audit review.

invoke
/journal-entry
skill/journal-entryv1.0.0anthropics/knowledge-work-plugins
deprecated

journal-entry-prep

[Deprecated — use skill/journal-entry instead] Prepare journal entries with proper debits, credits, and supporting documentation for month-end close. Use when booking accruals, prepaid amortization, fixed asset depreciation, payroll entries, revenue recognition, or any manual journal entry.

invoke
/journal-entry-prep
skill/journal-entry-prepv1.1.0anthropics/knowledge-work-plugins
stable

json-canvas

Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.

invoke
/json-canvas
skill/json-canvasv1.0.0kepano/obsidian-skills
draft

Julia Pro

Master Julia 1.10+ with modern features, performance optimization,

invoke
/julia-pro
otherlicense unknown
skill/julia-prov1.0.0claudeskills.in
draft

K8S Manifest Generator

Create production-ready Kubernetes manifests for Deployments, Services, ConfigMaps, and Secrets following best practices and security standards. Use when generating Kubernetes YAML manifests, creat...

invoke
/k8s-manifest-generator
devopslicense unknown
skill/k8s-manifest-generatorv1.0.0claudeskills.in
draft

K8S Security Policies

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or ...

invoke
/k8s-security-policies
devopslicense unknown
skill/k8s-security-policiesv1.0.0claudeskills.in
stable

kb-article

Draft a knowledge base article from a resolved issue or common question. Use when a ticket resolution is worth documenting for self-service, the same question keeps coming up, a workaround needs to be published, or a known issue should be communicated to customers.

invoke
/kb-article
skill/kb-articlev1.0.0anthropics/knowledge-work-plugins
stable

knowledge-synthesis

Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.

invoke
/knowledge-synthesis
skill/knowledge-synthesisv1.0.0anthropics/knowledge-work-plugins
draft

Kotlin Coroutines Expert

Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing.

invoke
/kotlin-coroutines-expert
otherlicense unknown
skill/kotlin-coroutines-expertv1.0.0claudeskills.in
draft

Kubernetes Architect

Expert Kubernetes architect specializing in cloud-native

invoke
/kubernetes-architect
devopslicense unknown
skill/kubernetes-architectv1.0.0claudeskills.in
draft

Kubernetes Deployment

Kubernetes deployment workflow for container orchestration, Helm charts, service mesh, and production-ready K8s configurations.

invoke
/kubernetes-deployment
devopslicense unknown
skill/kubernetes-deploymentv1.0.0claudeskills.in
draft

Langfuse

Expert in Langfuse - the open-source LLM observability platform. Covers tracing, prompt management, evaluation, datasets, and integration with LangChain, LlamaIndex, and OpenAI. Essential for debug...

invoke
/langfuse
skill/langfusev1.0.0claudeskills.in
draft

Langgraph

Expert in LangGraph - the production-grade framework for building stateful, multi-actor AI applications. Covers graph construction, state management, cycles and branches, persistence with checkpoin...

invoke
/langgraph
skill/langgraphv1.0.0claudeskills.in
draft

Last30Days

Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool.

invoke
/last30days
otherlicense unknown
skill/last30daysv1.0.0claudeskills.in
draft

Launch Strategy

When the user wants to plan a product launch, feature announcement, or release strategy. Also use when the user mentions 'launch,' 'Product Hunt,' 'feature release,' 'announcement,' 'go-to-market,'...

invoke
/launch-strategy
otherlicense unknown
skill/launch-strategyv1.0.0claudeskills.in
stable

lead-triage

Scores inbound HubSpot leads by engagement signals, company fit, and urgency markers to produce a "call these 5 today" list with talking points, drafts the follow-ups, and blocks Calendar time. Use when the user asks to prioritize leads, who to call first, or about their pipeline.

invoke
/lead-triage
skill/lead-triagev1.0.1anthropics/knowledge-work-plugins
draft

Legacy Modernizer

Refactor legacy codebases, migrate outdated frameworks, and

invoke
/legacy-modernizer
otherlicense unknown
skill/legacy-modernizerv1.0.0claudeskills.in
stable

legal-response

Generate a response to a common legal inquiry using configured templates, with built-in escalation checks for situations that shouldn't use a templated reply. Use when responding to data subject requests, litigation hold notices, vendor legal questions, NDA requests from business teams, or subpoenas.

invoke
/legal-response
skill/legal-responsev1.0.0anthropics/knowledge-work-plugins
stable

legal-risk-assessment

Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria. Use when evaluating contract risk, assessing deal exposure, classifying issues by severity, or determining whether a matter needs senior counsel or outside legal review.

invoke
/legal-risk-assessment
skill/legal-risk-assessmentv1.0.0anthropics/knowledge-work-plugins
draft

Linkerd Patterns

Implement Linkerd service mesh patterns for lightweight, security-focused service mesh deployments. Use when setting up Linkerd, configuring traffic policies, or implementing zero-trust networking ...

invoke
/linkerd-patterns
otherlicense unknown
skill/linkerd-patternsv1.0.0claudeskills.in
draft

Linux Privilege Escalation

This skill should be used when the user asks to "escalate privileges on Linux", "find privesc vectors on Linux systems", "exploit sudo misconfigurations", "abuse SUID binaries", "ex...

invoke
/linux-privilege-escalation
otherlicense unknown
skill/linux-privilege-escalationv1.0.0claudeskills.in
draft

Linux Shell Scripting

This skill should be used when the user asks to "create bash scripts", "automate Linux tasks", "monitor system resources", "backup files", "manage users", or "write production she...

invoke
/linux-shell-scripting
otherlicense unknown
skill/linux-shell-scriptingv1.0.0claudeskills.in
draft

Linux Troubleshooting

Linux system troubleshooting workflow for diagnosing and resolving system issues, performance problems, and service failures.

invoke
/linux-troubleshooting
otherlicense unknown
skill/linux-troubleshootingv1.0.0claudeskills.in
draft

Loki Mode

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations,...

invoke
/loki-mode
otherlicense unknown
skill/loki-modev1.0.0claudeskills.in
stable

Make — Unified Dispatcher

Dispatcher for the make skill suite. Reads the subcommand and invokes the matching skill immediately. Subcommands: work/sprint (PM + delivery team), clean (purge merged branches), build (commit+push+PR+merge), test (run test suite), status (sprint snapshot), sync (pull all repos), review (code reviewer sweep), doctor (governance health check), atoms (atom ecosystem ops), release (full release pipeline), project (GitHub Project: Epics→Features→Tasks).

invoke
/make work
skill/makev1.2.0ai-atoms
stable

Make Atoms

Discover, fetch, or scaffold skill atoms via the atoms-discover skill. Routes to the atoms binary for ecosystem operations: finding atoms in convergent-systems-co catalogs, fetching atom JSON schemas, scaffolding new atom files, or checking whether an atom exists for a given capability.

invoke
/make atoms
skill/make-atomsv1.0.0ai-atoms
stable

Make Build

Commit staged changes, push the current branch, open a pull request, and merge after CI passes. Never pushes to main directly. Never squash-merges on non-release branches.

invoke
/make build
skill/make-buildv1.0.0ai-atoms
stable

Make Clean

Two-command git workspace lifecycle manager: purge merged branches/worktrees/stashes, aggregate remaining in-flight work into one branch, then hand off to make build.

invoke
/make-clean
skill/make-cleanv1.0.0ai-atoms
stable

Make Doctor

Health check for the AI governance stack and per-repo CI. Runs 'ai doctor', checks hook permissions, verifies CLAUDE.md constitution includes, confirms ~/.ai/memory/ and audit/ exist, and reports CI status on open PRs. Read-only unless --fix is explicitly requested.

invoke
/make doctor
skill/make-doctorv1.0.0ai-atoms
stable

Make Project

Build a GitHub Project (Projects v2) with a three-level Epic → Feature → Task hierarchy, sourced from GOALS.md, existing GitHub issues, and Azure DevOps work items. Uses native GitHub sub-issues to wire the hierarchy. Confirms the derived tree before creating anything.

invoke
/make-project
skill/make-projectv1.0.0ai-atoms
stable

Make Release

Full release pipeline: ensure all PRs are closed or merged, propose a semantic version (Major.Minor.Patch) based on commits since last tag, get user approval, then trigger the release workflow (goreleaser.yml or release.yml). Follows Conventional Commits to determine version bump type.

invoke
/make release
skill/make-releasev1.0.0ai-atoms
stable

Make Review

Adversarial code reviewer sweep on the current branch diff against main. Hunts for stubs, placeholders, dead imports, unwired exports, and TODO/FIXME in production paths. Returns HIGH/MEDIUM/LOW findings with file:line citations. HIGH blocks merge.

invoke
/make review
skill/make-reviewv1.0.0ai-atoms
stable

Make Sprint

Activate PM discipline and run the multi-agent delivery team in one shot. Recovers from checkpoints, ingests the issue queue, partitions tasks, spawns Tech Lead agents per domain, runs TDD pipelines, code reviews, and builds.

invoke
/make-sprint
skill/make-sprintv1.0.0ai-atoms
stable

Make Status

Sprint status snapshot: open PRs and their CI state, stale branches, sync gap between local and origin, and any uncommitted work. Read-only — does not modify any files.

invoke
/make status
skill/make-statusv1.0.0ai-atoms
stable

Make Sync

Pull all repos in the workspace (primary + submodules) to their default branch heads. Fast-forward only — never rebases, never force-pulls, never touches non-default branches. Reports any repos where fast-forward failed due to divergence.

invoke
/make sync
skill/make-syncv1.0.0ai-atoms
stable

Make Test

Discover and run the project test suite across all workspace modules, report failures with file:line citations, and optionally fix them.

invoke
/make-test
skill/make-testv1.0.0ai-atoms
draft

Malware Analyst

Expert malware analyst specializing in defensive malware research,

invoke
/malware-analyst
securitylicense unknown
skill/malware-analystv1.0.0claudeskills.in
draft

Manifest

Install and configure the Manifest observability plugin for your agents. Use when setting up telemetry, configuring API keys, or troubleshooting the plugin.

invoke
/manifest
otherlicense unknown
skill/manifestv1.0.0claudeskills.in
deprecated

margin-analyzer

[Deprecated — use skill/price-check instead] >

invoke
/margin-analyzer
skill/margin-analyzerv1.1.0anthropics/knowledge-work-plugins
draft

Marketing Automation

Strategic implementation of multi-channel marketing automation workflows to scale customer engagement and revenue.

invoke
/marketing-automation
productlicense unknown
skill/marketing-automationv1.0.0claudeskills.in
stable

maui-app-lifecycle

.NET MAUI app lifecycle guidance — the four app states, cross-platform Window lifecycle events (Created, Activated, Deactivated, Stopped, Resumed, Destroying), platform-specific lifecycle mapping, backgrounding and resume behavior, and state-preservation patterns. USE FOR: "app lifecycle", "window lifecycle events", "save state on background", "resume app", "OnStopped", "OnResumed", "backgrounding", "deactivated event", "ConfigureLifecycleEvents", "platform lifecycle hooks". DO NOT USE FOR: navigation events (use maui-shell-navigation), dependency injection setup (use maui-dependency-injection), platform API invocation (use conditional compilation and partial classes).

invoke
/maui-app-lifecycle
skill/maui-app-lifecyclev1.0.1dotnet/skills
stable

maui-collectionview

Guidance for implementing CollectionView in .NET MAUI apps — data display, layouts (list & grid), selection, grouping, scrolling, empty views, templates, incremental loading, swipe actions, and pull-to-refresh. USE FOR: "CollectionView", "list view", "grid layout", "data template", "item template", "grouping", "pull to refresh", "incremental loading", "swipe actions", "empty view", "selection mode", "scroll to item", displaying scrollable data, replacing ListView. DO NOT USE FOR: simple static layouts without scrollable data (use Grid or StackLayout), map pin lists (use Microsoft.Maui.Controls.Maps), table-based data entry forms, non-MAUI list controls, CarouselView or BindableLayout questions, platform-specific handler or renderer customization, diagnosing CollectionView bugs in the MAUI framework itself, or general MVVM/binding questions that merely happen to mention a list (use maui-data-binding).

invoke
/maui-collectionview
skill/maui-collectionviewv1.0.1dotnet/skills
stable

maui-data-binding

Guidance for .NET MAUI XAML and C# data bindings — compiled bindings, INotifyPropertyChanged / ObservableObject, value converters, binding modes, multi-binding, relative bindings, fallbacks, and MVVM best practices. USE FOR: setting up compiled bindings with x:DataType, implementing INotifyPropertyChanged or CommunityToolkit ObservableObject, creating IValueConverter / IMultiValueConverter, choosing binding modes, configuring BindingContext, relative bindings, binding fallbacks, StringFormat, code-behind SetBinding with lambdas, and enforcing XC0022/XC0025 warnings. DO NOT USE FOR: CollectionView item templates and layouts (use maui-collectionview), Shell navigation data passing (use maui-shell-navigation), dependency injection (use maui-dependency-injection), or animations triggered by property changes (use .NET MAUI animation APIs).

invoke
/maui-data-binding
skill/maui-data-bindingv1.0.1dotnet/skills
stable

maui-dependency-injection

Guidance for configuring dependency injection in .NET MAUI apps — service registration in MauiProgram.cs, lifetime selection (Singleton / Transient / Scoped), constructor injection, Shell navigation auto-resolution, platform-specific registrations, and testability patterns. USE FOR: "dependency injection", "DI setup", "AddSingleton", "AddTransient", "AddScoped", "service registration", "constructor injection", "IServiceProvider", "MauiProgram DI", "register services", "BindingContext injection". DO NOT USE FOR: data binding (use maui-data-binding), Shell route configuration (use maui-shell-navigation), unit-test mocking frameworks (use standard xUnit and NSubstitute patterns).

invoke
/maui-dependency-injection
skill/maui-dependency-injectionv1.0.1dotnet/skills
stable

maui-safe-area

.NET MAUI safe area and edge-to-edge layout guidance for .NET 10+. Covers the new SafeAreaEdges property, SafeAreaRegions enum, per-edge control, keyboard avoidance, Blazor Hybrid CSS safe areas, migration from legacy iOS-only APIs, and platform-specific behavior for Android, iOS, and Mac Catalyst. USE FOR: "safe area", "edge-to-edge", "SafeAreaEdges", "SafeAreaRegions", "keyboard avoidance", "notch insets", "status bar overlap", "iOS safe area", "Android edge-to-edge", "content behind status bar", "UseSafeArea migration", "soft input keyboard", "IgnoreSafeArea replacement". DO NOT USE FOR: general layout or grid design (use Grid and StackLayout), app lifecycle handling (use maui-app-lifecycle), theming or styling (use maui-theming), or Shell navigation structure.

invoke
/maui-safe-area
skill/maui-safe-areav1.0.1dotnet/skills
stable

maui-shell-navigation

Guide for implementing Shell-based navigation in .NET MAUI apps. Covers AppShell setup, visual hierarchy (FlyoutItem, TabBar, Tab, ShellContent), URI-based navigation with GoToAsync, route registration, query parameters, back navigation, flyout and tab configuration, navigation events, and navigation guards. Use when: setting up Shell navigation, adding tabs or flyout menus, navigating between pages with GoToAsync, passing parameters between pages, registering routes, customizing back button behavior, or guarding navigation with confirmation dialogs. Do not use for: deep linking from external URLs (see .NET MAUI deep linking documentation), data binding on pages (use maui-data-binding), dependency injection setup (use maui-dependency-injection), or NavigationPage-only apps that don't use Shell.

invoke
/maui-shell-navigation
skill/maui-shell-navigationv1.0.1dotnet/skills
stable

maui-theming

Guide for theming .NET MAUI apps — light/dark mode via AppThemeBinding, ResourceDictionary theme switching, DynamicResource bindings, system theme detection, and user theme preferences. Use when: "dark mode", "light mode", "theming", "AppThemeBinding", "theme switching", "ResourceDictionary theme", "dynamic resources", "system theme detection", "color scheme", "app theme", "DynamicResource". Do not use for: localization or language switching (see .NET MAUI localization documentation), accessibility visual adjustments (see .NET MAUI accessibility documentation), app icons or splash screens (see .NET MAUI app icons documentation), or Bootstrap-style class theming (see Plugin.Maui.BootstrapTheme NuGet package).

invoke
/maui-theming
skill/maui-themingv1.0.1dotnet/skills
draft

Mcp Builder Ms

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate exte...

invoke
/mcp-builder-ms
frontendlicense unknown
skill/mcp-builder-msv1.0.0claudeskills.in
stable

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

invoke
/mcp-builder
skill/mcp-builderv1.0.0anthropics/skills
stable

mcp-csharp-create

Create Model Context Protocol servers using the official C# SDK (ModelContextProtocol NuGet package) and the dotnet new mcpserver project template. Servers expose tools, prompts, and resources that LLMs can discover and invoke via the MCP protocol.

invoke
/mcp-csharp-create
skill/mcp-csharp-createv1.0.1dotnet/skills
stable

mcp-csharp-debug

Run, debug, and interactively test C# MCP servers. Covers local execution, IDE debugging with breakpoints, MCP Inspector for protocol-level testing, and GitHub Copilot Agent Mode integration.

invoke
/mcp-csharp-debug
skill/mcp-csharp-debugv1.0.1dotnet/skills
stable

mcp-csharp-publish

Publish and deploy MCP servers to their target platforms. stdio servers are distributed as NuGet tool packages. HTTP servers are containerized and deployed to Azure or other container hosts. Both can optionally be listed in the official MCP Registry.

invoke
/mcp-csharp-publish
skill/mcp-csharp-publishv1.0.1dotnet/skills
stable

mcp-csharp-test

Test MCP servers at two levels: unit tests for individual tool methods, and integration tests that exercise the full MCP protocol in-memory.

invoke
/mcp-csharp-test
skill/mcp-csharp-testv1.0.1dotnet/skills
stable

meeting-briefing

Prepare structured briefings for meetings with legal relevance and track resulting action items. Use when preparing for contract negotiations, board meetings, compliance reviews, or any meeting where legal context, background research, or action tracking is needed.

invoke
/meeting-briefing
skill/meeting-briefingv1.0.0anthropics/knowledge-work-plugins
stable

Memory Curator

Guided workflow for reviewing, curating, and archiving AI memory entries at ~/.ai/memory/. Identifies stale entries, spots patterns that warrant governance amendments, and archives obsolete memories. Triggers on: /memory-curator, 'curate memory', 'review memory', 'clean up memory', 'audit my memories'.

invoke
/memory-curator
skill/memory-curatorv1.0.0ai-atoms
draft

Memory Forensics

Master memory forensics techniques including memory acquisition, process analysis, and artifact extraction using Volatility and related tools. Use when analyzing memory dumps, investigating inciden...

invoke
/memory-forensics
otherlicense unknown
skill/memory-forensicsv1.0.0claudeskills.in
draft

Memory Safety Patterns

Implement memory-safe programming with RAII, ownership, smart pointers, and resource management across Rust, C++, and C. Use when writing safe systems code, managing resources, or preventing memory...

invoke
/memory-safety-patterns
otherlicense unknown
skill/memory-safety-patternsv1.0.0claudeskills.in
draft

Memory Systems

Design short-term, long-term, and graph-based memory architectures

invoke
/memory-systems
skill/memory-systemsv1.0.0claudeskills.in
stable

memory-management

Two-tier memory system that makes Claude a true workplace collaborator. Decodes shorthand, acronyms, nicknames, and internal language so Claude understands requests like a colleague would. CLAUDE.md for working memory, memory/ directory for the full knowledge base.

invoke
/memory-management
skill/memory-managementv1.0.0anthropics/knowledge-work-plugins
draft

Metasploit Framework

This skill should be used when the user asks to "use Metasploit for penetration testing", "exploit vulnerabilities with msfconsole", "create payloads with msfvenom", "perform post-exp...

invoke
/metasploit-framework
otherlicense unknown
skill/metasploit-frameworkv1.0.0claudeskills.in
stable

metrics-review

Review and analyze product metrics with trend analysis and actionable insights. Use when running a weekly, monthly, or quarterly metrics review, investigating a sudden spike or drop, comparing performance against targets, or turning raw numbers into a scorecard with recommended actions.

invoke
/metrics-review
skill/metrics-reviewv1.0.0anthropics/knowledge-work-plugins
stable

microbenchmarking

Activate this skill when BenchmarkDotNet (BDN) is involved in the task — creating, running, configuring, or reviewing BDN benchmarks. Also activate when microbenchmarking .NET code would be useful and BenchmarkDotNet is the likely tool. Consider activating when answering a .NET performance question requires measurement and BenchmarkDotNet may be needed. Covers microbenchmark design, BDN configuration and project setup, how to run BDN microbenchmarks efficiently and effectively, and using BDN for side-by-side performance comparisons. Do NOT use for profiling/tracing .NET code (dotnet-trace, PerfView), production telemetry, or load/stress testing (Crank, k6).

invoke
/microbenchmarking
skill/microbenchmarkingv1.0.1dotnet/skills
stable

migrate-dotnet10-to-dotnet11

Migrate a .NET 10 project or solution to .NET 11 and resolve all breaking changes. This is a MIGRATION skill — use it when upgrading from .NET 10 to .NET 11, NOT for writing new programs. USE FOR: upgrading TargetFramework from net10.0 to net11.0, fixing build errors after updating the .NET 11 SDK, resolving source-breaking and behavioral changes in .NET 11 runtime, C# 15 compiler, and EF Core 11, adapting to updated minimum hardware requirements (x86-64-v2, Arm64 LSE), and updating CI/CD pipelines and Dockerfiles for .NET 11. DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 9 or earlier, greenfield .NET 11 projects, or cosmetic modernization unrelated to the upgrade. NOTE: .NET 11 is in preview. Covers breaking changes through Preview 3.

invoke
/migrate-dotnet10-to-dotnet11
skill/migrate-dotnet10-to-dotnet11v1.0.1dotnet/skills
stable

migrate-dotnet8-to-dotnet9

Migrate a .NET 8 project to .NET 9 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net8.0 to net9.0, fixing build errors after updating the .NET 9 SDK, resolving behavioral changes in .NET 9 / C# 13 / ASP.NET Core 9 / EF Core 9, replacing BinaryFormatter (now always throws), resolving SYSLIB0054-SYSLIB0057, adapting to params span overload resolution, fixing C# 13 compiler changes, updating HttpClientFactory for SocketsHttpHandler, and resolving EF Core 9 migration/Cosmos DB changes. DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 7 or earlier, greenfield .NET 9 projects, or cosmetic modernization unrelated to the upgrade.

invoke
/migrate-dotnet8-to-dotnet9
skill/migrate-dotnet8-to-dotnet9v1.0.1dotnet/skills
stable

migrate-dotnet9-to-dotnet10

Migrate a .NET 9 project or solution to .NET 10 and resolve all breaking changes. USE FOR: upgrading TargetFramework from net9.0 to net10.0, fixing build errors after updating the .NET 10 SDK, resolving source and behavioral changes in .NET 10 / C# 14 / ASP.NET Core 10 / EF Core 10, updating Dockerfiles for Debian-to-Ubuntu base images, resolving obsoletion warnings (SYSLIB0058-SYSLIB0062), adapting to SDK/NuGet changes (NU1510, PrunePackageReference), migrating System.Linq.Async to built-in AsyncEnumerable, fixing OpenApi v2 API changes, cryptography renames, and C# 14 compiler changes (field keyword, extension keyword, span overloads). DO NOT USE FOR: .NET Framework migrations, upgrading from .NET 8 or earlier (use migrate-dotnet8-to-dotnet9 first), greenfield .NET 10 projects, or cosmetic modernization. LOADS REFERENCES: csharp-compiler, core-libraries, sdk-msbuild (always); aspnet-core, efcore, cryptography, extensions-hosting, serialization-networking, winforms-wpf, containers-...

invoke
/migrate-dotnet9-to-dotnet10
skill/migrate-dotnet9-to-dotnet10v1.0.1dotnet/skills
stable

migrate-mstest-v1v2-to-v3

Use this skill before answering or editing whenever an MSTest v1/v2 project is being upgraded or repaired for v3. Triggers include QualityTools assembly references; MSTest.TestFramework/TestAdapter 1.x-2.x; "upgrade to MSTest v3"; comparing v1 and v2 migration paths; choosing MSTest or MSTest.Sdk; CS0411/CS1503 after a v3 package bump; DataRow type mismatch, MSTEST0014, or "Test data doesn't match method parameters"; .testsettings/LegacySettings to .runsettings; timeout changes; and net5.0 or other dropped v3 TFMs. Still use it when packages say 3.x but migration source errors or legacy settings remain. Preserve VSTest/MTP. Do not use for a clean v3 project, v3-to-v4, framework conversion, or runner-only migration.

invoke
/migrate-mstest-v1v2-to-v3
skill/migrate-mstest-v1v2-to-v3v1.0.1dotnet/skills
stable

migrate-mstest-v3-to-v4

Use this skill before answering, planning, or editing any MSTest 3.x-to-4.x upgrade or post-upgrade failure. Triggers include "MSTest v4 breaking changes"; CS0507/CS0103/CS1061/CS1615; ExecuteAsync, CallerInfo, DisplayName, or custom TestMethodAttribute; ClassCleanupBehavior; ContainsKey; ThrowsExactly or ExpectedException; IsInstanceOfType out parameters; TestTimeout.Infinite; ManagedType; net6/net7 compatibility; TestCase.Id history; TestName in ClassInitialize; TreatDiscoveryWarningsAsErrors; discovery errors after a clean build; and MSTest.Sdk/MTP or vstest.console discovery changes. Do not use for v1/v2-to-v3 leftovers, framework conversion, runner-only migration, or a general .NET upgrade.

invoke
/migrate-mstest-v3-to-v4
skill/migrate-mstest-v3-to-v4v1.0.1dotnet/skills
stable

migrate-nullable-references

Enable nullable reference types in a C# project and systematically resolve all warnings. USE FOR: adopting NRTs in existing codebases, file-by-file or project-wide migration, fixing CS8602/CS8618/CS86xx warnings, annotating APIs for nullability, cleaning up null-forgiving operators, upgrading dependencies with new nullable annotations. DO NOT USE FOR: projects already fully migrated with zero warnings (unless auditing suppressions), fixing a handful of nullable warnings in code that already has NRTs enabled, suppressing warnings without fixing them, C# 7.3 or earlier projects. INVOKES: Get-NullableReadiness.ps1 scanner script.

invoke
/migrate-nullable-references
skill/migrate-nullable-referencesv1.0.1dotnet/skills
stable

migrate-static-to-wrapper

ALWAYS USE when asked to migrate, replace, or make testable existing C# static calls with a named wrapper or built-in abstraction: DateTime.UtcNow/Now or DateTimeOffset.UtcNow to TimeProvider/IClock, File.* to IFileSystem or an existing store, and Environment.* to an existing reader. Covers scoped files/projects, constructor injection, updating tests with fakes, "already registered" abstractions, and static classes whose callers/signatures must stay unchanged. Preserves DateTimeKind and call count. DO NOT USE for finding statics (detect-static-dependencies), choosing/designing a new wrapper (generate-testability-wrappers), behavior tests with no chosen seam (testability-obstacle), or test-framework migration.

invoke
/migrate-static-to-wrapper
skill/migrate-static-to-wrapperv1.0.1dotnet/skills
stable

migrate-vstest-to-mtp

Use this skill before answering, planning, or editing whenever .NET tests or CI are switching from VSTest to Microsoft.Testing.Platform (MTP), or an MTP migration behaves differently. Triggers include "switch from VSTest"; MSTest/NUnit/xUnit MTP enablement; OutputType=Exe only for test projects in Directory.Build.props; EnableMSTestRunner, EnableNUnitRunner, UseMicrosoftTestingPlatformRunner, or YTest.MTP.XUnit2; .NET 10 global.json test.runner and TestingPlatformDotnetTestSupport; translating VSTest filters, logger, coverage, blame, or dump arguments; replacing VSTest@3; and exit code 8 or zero tests. Also use for xUnit v3 MTP filters during a v2-to-v3 upgrade. Do not use for framework conversion, TFM, UWP, or WinUI.

invoke
/migrate-vstest-to-mtp
skill/migrate-vstest-to-mtpv1.0.1dotnet/skills
stable

migrate-xunit-to-xunit-v3

Migrate .NET test projects from xUnit.net v2 to xunit.v3 and fix v3 breaks. Use for package/CPM conversion, OutputType=Exe, preserving the VSTest or MTP runner (including projects currently using YTest.MTP.XUnit2), incompatible TFMs, async void tests, string-to-Type attributes, custom Fact/Theory/BeforeAfterTest attributes, Xunit.SkippableFact, xunit.abstractions/extensibility consolidation, and Xunit.Combinatorial/StaFact compatibility. Do not use for framework conversion or a runner-only migration. For xUnit v3 MTP filter syntax, also use migrate-vstest-to-mtp.

invoke
/migrate-xunit-to-xunit-v3
skill/migrate-xunit-to-xunit-v3v1.0.1dotnet/skills
stable

minimal-api-file-upload

File upload endpoints in ASP.NET minimal APIs (.NET 8+)

invoke
/minimal-api-file-upload
skill/minimal-api-file-uploadv1.0.0dotnet/skills
draft

Mobile Security Coder

Expert in secure mobile coding practices specializing in input

invoke
/mobile-security-coder
securitylicense unknown
skill/mobile-security-coderv1.0.0claudeskills.in
stable

monday-brief

Generates a one-page Monday morning briefing — cash, sales, pipeline, week ahead, top three to-dos. Accepts optional post destination and save-to arguments.

invoke
/monday-brief
skill/monday-briefv1.0.0anthropics/knowledge-work-plugins
draft

Monorepo Architect

Expert in monorepo architecture, build systems, and dependency management at scale. Masters Nx, Turborepo, Bazel, and Lerna for efficient multi-project development. Use PROACTIVELY for monorepo setup,

invoke
/monorepo-architect
otherlicense unknown
skill/monorepo-architectv1.0.0claudeskills.in
draft

Monorepo Management

Master monorepo management with Turborepo, Nx, and pnpm workspaces to build efficient, scalable multi-package repositories with optimized builds and dependency management. Use when setting up monor...

invoke
/monorepo-management
otherlicense unknown
skill/monorepo-managementv1.0.0claudeskills.in
stable

month-end-prep

Walks an SMB owner through month-end close: reconciles QuickBooks against PayPal (and Square/Stripe) settlements, flags uncategorized transactions, suspicious duplicates, and missing receipts, then writes a plain-English P&L narrative and exports a close packet (xlsx + one-page PDF). Use when the user says "close the month," "month-end," "reconcile," "what's missing," "P&L," or asks why revenue or margin changed this month.

invoke
/month-end-prep
skill/month-end-prepv1.0.1anthropics/knowledge-work-plugins
stable

month-heads-up

Runs on the 25th — shows the next 30-day cash-flow outlook and flags anything that needs attention before month-end. Accepts optional 30 or 60 day horizon.

invoke
/month-heads-up
skill/month-heads-upv1.0.0anthropics/knowledge-work-plugins
stable

msbuild-antipatterns

Catalog of MSBuild anti-patterns with detection rules and fix recipes. Only activate in MSBuild/.NET build context. USE FOR: reviewing, auditing, or cleaning up .csproj, .vbproj, .fsproj, .props, .targets, or .proj files. Each anti-pattern has a symptom, explanation, and concrete BAD→GOOD transformation. Covers Exec-instead-of-built-in-task, unquoted conditions, hardcoded paths, restating SDK defaults, scattered package versions, and more. DO NOT USE FOR: non-MSBuild build systems (npm, Maven, CMake, etc.), project migration to SDK-style (use msbuild-modernization).

invoke
/msbuild-antipatterns
skill/msbuild-antipatternsv1.0.0dotnet/skills
stable

msbuild-modernization

Guide for modernizing and migrating MSBuild project files to SDK-style format. Only activate in MSBuild/.NET build context. USE FOR: converting legacy .csproj/.vbproj with verbose XML to SDK-style, migrating packages.config to PackageReference, removing Properties/AssemblyInfo.cs in favor of auto-generation, eliminating explicit <Compile Include> lists via implicit globbing, consolidating shared settings into Directory.Build.props. Indicators of legacy projects: ToolsVersion attribute, <Import Project=\"$(MSBuildToolsPath)\">, .csproj files > 50 lines for simple projects. DO NOT USE FOR: projects already in SDK-style format, non-.NET build systems (npm, Maven, CMake), .NET Framework projects that cannot move to SDK-style. INVOKES: dotnet try-convert, upgrade-assistant tools.

invoke
/msbuild-modernization
skill/msbuild-modernizationv1.0.0dotnet/skills
stable

msbuild-server

Guide for using MSBuild Server to improve CLI build performance. Only activate in MSBuild/.NET build context. Activate when developers report slow incremental builds from the command line, or when CLI builds are noticeably slower than IDE builds. Covers MSBUILDUSESERVER=1 environment variable for persistent server-based caching. Do not activate for IDE-based builds (Visual Studio already uses a long-lived process).

invoke
/msbuild-server
skill/msbuild-serverv1.0.0dotnet/skills
draft

Mtls Configuration

Configure mutual TLS (mTLS) for zero-trust service-to-service communication. Use when implementing zero-trust networking, certificate management, or securing internal service communication.

invoke
/mtls-configuration
otherlicense unknown
skill/mtls-configurationv1.0.0claudeskills.in
stable

mtp-hot-reload

Set up or recover MTP hot reload for a long-lived edit/re-run loop. Use for "hot reload tests", "dotnet run or dotnet test for hot reload", a host that keeps running, unsupported/rude edits, or a watch-based VSTest fallback. Covers setup, run/watch, restarts, filters, and the VSTest no-mutation fallback. Never mutate VSTest for hot reload. For one-time runs, exact commands, filter errors, TRX/dumps, or merely a failing test, use run-tests. Excludes writing/debugging tests, CI, and Test Explorer hot reload.

invoke
/mtp-hot-reload
skill/mtp-hot-reloadv1.0.1dotnet/skills
draft

Multi Cloud Architecture

Design multi-cloud architectures using a decision framework to select and integrate services across AWS, Azure, and GCP. Use when building multi-cloud systems, avoiding vendor lock-in, or leveragin...

invoke
/multi-cloud-architecture
devopslicense unknown
skill/multi-cloud-architecturev1.0.0claudeskills.in
draft

Multi Platform Apps Multi Platform

Build and deploy the same feature consistently across web, mobile, and desktop platforms using API-first architecture and parallel implementation strategies.

invoke
/multi-platform-apps-multi-platform
otherlicense unknown
skill/multi-platform-apps-multi-platformv1.0.0claudeskills.in
draft

Nanobanana Ppt Skills

AI-powered PPT generation with document analysis and styled images

invoke
/nanobanana-ppt-skills
otherlicense unknown
skill/nanobanana-ppt-skillsv1.0.0claudeskills.in
draft

Nerdzao Elite

Senior Elite Software Engineer (15+) and Senior Product Designer. Full workflow with planning, architecture, TDD, clean code, and pixel-perfect UX validation.

invoke
/nerdzao-elite
otherlicense unknown
skill/nerdzao-elitev1.0.0claudeskills.in
draft

Nestjs Expert

Nest.js framework expert specializing in module architecture, dependency injection, middleware, guards, interceptors, testing with Jest/Supertest, TypeORM/Mongoose integration, and Passport.js auth...

invoke
/nestjs-expert
otherlicense unknown
skill/nestjs-expertv1.0.0claudeskills.in
draft

Network Engineer

Expert network engineer specializing in modern cloud networking,

invoke
/network-engineer
otherlicense unknown
skill/network-engineerv1.0.0claudeskills.in
stable

nextflow-development

Run nf-core bioinformatics pipelines (rnaseq, sarek, atacseq) on sequencing data. Use when analyzing RNA-seq, WGS/WES, or ATAC-seq data—either local FASTQs or public datasets from GEO/SRA. Triggers on nf-core, Nextflow, FASTQ analysis, variant calling, gene expression, differential expression, GEO reanalysis, GSE/GSM/SRR accessions, or samplesheet creation.

invoke
/nextflow-development
skill/nextflow-developmentv1.0.0anthropics/knowledge-work-plugins
draft

Nextjs App Router Patterns

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Serve...

invoke
/nextjs-app-router-patterns
frontendlicense unknown
skill/nextjs-app-router-patternsv1.0.0claudeskills.in
draft

Nextjs Best Practices

Next.js App Router principles. Server Components, data fetching, routing patterns.

invoke
/nextjs-best-practices
frontendlicense unknown
skill/nextjs-best-practicesv1.0.0claudeskills.in
draft

Nextjs Supabase Auth

Expert integration of Supabase Auth with Next.js App Router Use when: supabase auth next, authentication next.js, login supabase, auth middleware, protected route.

invoke
/nextjs-supabase-auth
skill/nextjs-supabase-authv1.0.0claudeskills.in
draft

Notebooklm

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth....

invoke
/notebooklm
otherlicense unknown
skill/notebooklmv1.0.0claudeskills.in
stable

nuget-trusted-publishing

Set up NuGet trusted publishing (OIDC) on a GitHub Actions repo — replaces long-lived API keys with short-lived tokens. USE FOR: trusted publishing, NuGet OIDC, keyless NuGet publish, migrate from NuGet API key, NuGet/login, secure NuGet publishing. DO NOT USE FOR: publishing to private feeds or Azure Artifacts (OIDC is nuget.org only). INVOKES: shell (powershell or bash), edit, create, ask_user for guided repo setup.

invoke
/nuget-trusted-publishing
skill/nuget-trusted-publishingv1.0.1dotnet/skills
draft

Observability Engineer

Build production-ready monitoring, logging, and tracing systems.

invoke
/observability-engineer
otherlicense unknown
skill/observability-engineerv1.0.0claudeskills.in
draft

Observability Monitoring Monitor Setup

You are a monitoring and observability expert specializing in implementing comprehensive monitoring solutions. Set up metrics collection, distributed tracing, log aggregation, and create insightful da

invoke
/observability-monitoring-monitor-setup
devopslicense unknown
skill/observability-monitoring-monitor-setupv1.0.0claudeskills.in
draft

Observability Monitoring Slo Implement

You are an SLO (Service Level Objective) expert specializing in implementing reliability standards and error budget-based practices. Design SLO frameworks, define SLIs, and build monitoring that ba...

invoke
/observability-monitoring-slo-implement
devopslicense unknown
skill/observability-monitoring-slo-implementv1.0.0claudeskills.in
draft

Observe Whatsapp

Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message f...

invoke
/observe-whatsapp
otherlicense unknown
skill/observe-whatsappv1.0.0claudeskills.in
stable

obsidian-bases

Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.

invoke
/obsidian-bases
skill/obsidian-basesv1.0.0kepano/obsidian-skills
stable

obsidian-cli

Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.

invoke
/obsidian-cli
skill/obsidian-cliv1.0.0kepano/obsidian-skills
stable

obsidian-markdown

Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.

invoke
/obsidian-markdown
skill/obsidian-markdownv1.0.0kepano/obsidian-skills
draft

On Call Handoff Patterns

Master on-call shift handoffs with context transfer, escalation procedures, and documentation. Use when transitioning on-call responsibilities, documenting shift summaries, or improving on-call pro...

invoke
/on-call-handoff-patterns
otherlicense unknown
skill/on-call-handoff-patternsv1.0.0claudeskills.in
stable

Onboard

Generate an ONBOARDING.md for the current repo covering: stack, prerequisites, setup, run, test, structure, and common commands. Targeted at a new contributor picking up the repo cold.

invoke
/onboard
skill/onboardv1.0.0ai-atoms
stable

onboarding

Generate an onboarding checklist and first-week plan for a new hire. Use when someone has a start date coming up, building the pre-start task list (accounts, equipment, buddy), scheduling Day 1 and Week 1, or setting 30/60/90-day goals for a new team member.

invoke
/onboarding
skill/onboardingv1.0.0anthropics/knowledge-work-plugins
stable

optimizing-ef-core-queries

Optimize Entity Framework Core queries by fixing N+1 problems, choosing correct tracking modes, using compiled queries, and avoiding common performance traps. Use when EF Core queries are slow, generating excessive SQL, or causing high database load.

invoke
/optimizing-ef-core-queries
skill/optimizing-ef-core-queriesv1.0.0dotnet/skills
stable

org-planning

Headcount planning, org design, and team structure optimization. Trigger with "org planning", "headcount plan", "team structure", "reorg", "who should we hire next", or when the user is thinking about team size, reporting structure, or organizational design.

invoke
/org-planning
skill/org-planningv1.0.0anthropics/knowledge-work-plugins
draft

Pci Compliance

Implement PCI DSS compliance requirements for secure handling of payment card data and payment systems. Use when securing payment processing, achieving PCI compliance, or implementing payment card ...

invoke
/pci-compliance
devopslicense unknown
skill/pci-compliancev1.0.0claudeskills.in
draft

Pdf Official

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmaticall...

invoke
/pdf-official
otherlicense unknown
skill/pdf-officialv1.0.0claudeskills.in
draft

Pentest Checklist

This skill should be used when the user asks to "plan a penetration test", "create a security assessment checklist", "prepare for penetration testing", "define pentest scope", "foll...

invoke
/pentest-checklist
securitylicense unknown
skill/pentest-checklistv1.0.0claudeskills.in
draft

Pentest Commands

This skill should be used when the user asks to "run pentest commands", "scan with nmap", "use metasploit exploits", "crack passwords with hydra or john", "scan web vulnerabilities ...

invoke
/pentest-commands
securitylicense unknown
skill/pentest-commandsv1.0.0claudeskills.in
stable

people-report

Generate headcount, attrition, diversity, or org health reports. Use when pulling a headcount snapshot for leadership, analyzing turnover trends by team, preparing diversity representation metrics, or assessing span of control and flight risk across the org.

invoke
/people-report
skill/people-reportv1.0.0anthropics/knowledge-work-plugins
draft

Performance Profiling

Performance profiling principles. Measurement, analysis, and optimization techniques.

invoke
/performance-profiling
otherlicense unknown
skill/performance-profilingv1.0.0claudeskills.in
stable

performance-report

Build a marketing performance report with key metrics, trend analysis, wins and misses, and prioritized optimization recommendations. Use when wrapping a campaign, when preparing weekly, monthly, or quarterly channel summaries for stakeholders, or when you need data translated into an executive summary with next-period priorities.

invoke
/performance-report
skill/performance-reportv1.0.0anthropics/knowledge-work-plugins
stable

performance-review

Structure a performance review with self-assessment, manager template, and calibration prep. Use when review season kicks off and you need a self-assessment template, writing a manager review for a direct report, prepping rating distributions and promotion cases for calibration, or turning vague feedback into specific behavioral examples.

invoke
/performance-review
skill/performance-reviewv1.0.0anthropics/knowledge-work-plugins
draft

Personal Tool Builder

Expert in building custom tools that solve your own problems first. The best products often start as personal tools - scratch your own itch, build for yourself, then discover others have the same i...

invoke
/personal-tool-builder
skill/personal-tool-builderv1.0.0claudeskills.in
stable

pipeline-review

Analyze pipeline health — prioritize deals, flag risks, get a weekly action plan. Use when running a weekly pipeline review, deciding which deals to focus on this week, spotting stale or stuck opportunities, auditing for hygiene issues like bad close dates, or identifying single-threaded deals.

invoke
/pipeline-review
skill/pipeline-reviewv1.0.0anthropics/knowledge-work-plugins
stable

plan-payroll

Forecasts cash, ranks overdue invoices, and stages PayPal reminders so the owner can confidently run payroll. Accepts optional horizon and payroll-date arguments.

invoke
/plan-payroll
skill/plan-payrollv1.0.0anthropics/knowledge-work-plugins
stable

plan-ui-change

Plan complex Blazor UI features by decomposing them into focused components. USE FOR: building a complex Blazor page with multiple sections, planning component decomposition, designing a multi-section dashboard or layout, breaking down a large UI feature into composable components, pages with sidebars and content panels, any page with 3+ distinct visual sections or multiple interacting sub-features, identifying parent-child relationships and data flow. DO NOT USE FOR: creating new Blazor projects or apps from scratch (use create-blazor-project), implementing a single individual component (use author-component), writing component code with parameters and EventCallback (use author-component), or simple single-component pages.

invoke
/plan-ui-change
skill/plan-ui-changev1.0.1dotnet/skills
draft

Planning With Files

Implements Manus-style file-based planning for complex tasks. Creates task_plan.md, findings.md, and progress.md. Use when starting complex multi-step tasks, research projects, or any task requirin...

invoke
/planning-with-files
otherlicense unknown
skill/planning-with-filesv1.0.0claudeskills.in
stable

platform-detection

Reference data for detecting the test platform (VSTest vs Microsoft.Testing.Platform) and test framework (MSTest, xUnit, NUnit, TUnit) from project files. DO NOT USE directly — loaded by run-tests, mtp-hot-reload, and migrate-vstest-to-mtp when they need detection logic.

invoke
/platform-detection
skill/platform-detectionv1.0.0dotnet/skills
draft

Playwright Skill

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login ...

invoke
/playwright-skill
otherlicense unknown
skill/playwright-skillv1.0.0claudeskills.in
draft

Podcast Generation

Generate AI-powered podcast-style audio narratives using Azure OpenAI's GPT Realtime Mini model via WebSocket. Use when building text-to-speech features, audio narrative generation, podcast creatio...

invoke
/podcast-generation
otherlicense unknown
skill/podcast-generationv1.0.0claudeskills.in
stable

policy-lookup

Find and explain company policies in plain language. Trigger with "what's our PTO policy", "can I work remotely from another country", "how do expenses work", or any plain-language question about benefits, travel, leave, or handbook rules.

invoke
/policy-lookup
skill/policy-lookupv1.0.0anthropics/knowledge-work-plugins
draft

Posix Shell Pro

Expert in strict POSIX sh scripting for maximum portability across

invoke
/posix-shell-pro
otherlicense unknown
skill/posix-shell-prov1.0.0claudeskills.in
draft

Powershell Windows

PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling.

invoke
/powershell-windows
otherlicense unknown
skill/powershell-windowsv1.0.0claudeskills.in
stable

price-check

Produces a margin-by-product table and three pricing-scenario data views so the owner can see the full financial picture before making a pricing decision. Accepts optional product name argument.

invoke
/price-check
skill/price-checkv1.0.0anthropics/knowledge-work-plugins
draft

Pricing Strategy

Design pricing, packaging, and monetization strategies based on value, customer willingness to pay, and growth objectives.

invoke
/pricing-strategy
otherlicense unknown
skill/pricing-strategyv1.0.0claudeskills.in
draft

Privilege Escalation Methods

This skill should be used when the user asks to "escalate privileges", "get root access", "become administrator", "privesc techniques", "abuse sudo", "exploit SUID binaries", "K...

invoke
/privilege-escalation-methods
otherlicense unknown
skill/privilege-escalation-methodsv1.0.0claudeskills.in
stable

process-doc

Document a business process — flowcharts, RACI, and SOPs. Use when formalizing a process that lives in someone's head, building a RACI to clarify who owns what, writing an SOP for a handoff or audit, or capturing the exceptions and edge cases of how work actually gets done.

invoke
/process-doc
skill/process-docv1.0.0anthropics/knowledge-work-plugins
stable

process-optimization

Analyze and improve business processes. Trigger with "this process is slow", "how can we improve", "streamline this workflow", "too many steps", "bottleneck", or when the user describes an inefficient process they want to fix.

invoke
/process-optimization
skill/process-optimizationv1.0.0anthropics/knowledge-work-plugins
stable

product-brainstorming

Brainstorm product ideas, explore problem spaces, and challenge assumptions as a thinking partner. Use when exploring a new opportunity, generating solutions to a product problem, stress-testing an idea, or when a PM needs to think out loud with a sharp sparring partner before converging on a direction.

invoke
/product-brainstorming
skill/product-brainstormingv1.0.0anthropics/knowledge-work-plugins
stable

Project

Set up AI workspace config for this project. Installs project-claude (Claude Code) and project-copilot (GitHub Copilot) together.

invoke
/project
skill/projectv2.0.0ai-atoms
stable

Project (Claude)

Set up and maintain AI workspace configuration for Claude Code: project.yaml, .claude/settings.json, and CLAUDE.md. Use when initialising a project for Claude or editing its Claude-specific config.

invoke
/project-claude
skill/project-claudev1.0.0ai-atoms
stable

Project (Copilot)

Set up and maintain AI workspace configuration for GitHub Copilot CLI: project.yaml and .github/copilot-instructions.md. Use when initialising a project for Copilot or editing its Copilot-specific config.

invoke
/project-copilot
skill/project-copilotv1.0.0ai-atoms
stable

property-patterns

MSBuild property definition patterns: conditional defaults, composition/concatenation, path normalization, trailing slash handling, TFM detection helpers, and property evaluation order. Only activate in MSBuild/.NET build context. USE FOR: diagnosing and fixing MSBuild property definition issues in .props or .csproj files, reviewing and fixing shared property configuration anti-patterns, fixing DefineConstants or NoWarn being overwritten instead of appended, fixing unconditional property assignments that prevent project-level overrides, fixing unquoted conditions that fail when properties are empty, fixing hardcoded paths that break cross-platform builds, setting property defaults that can be overridden, understanding property evaluation order and last-write-wins semantics. DO NOT USE FOR: props vs targets placement (use directory-build-organization), item operations (use item-management), target structure (use target-authoring), general anti-patterns (use msbuild-antipatterns), non...

invoke
/property-patterns
skill/property-patternsv1.0.0dotnet/skills
draft

Protocol Reverse Engineering

Master network protocol reverse engineering including packet analysis, protocol dissection, and custom protocol documentation. Use when analyzing network traffic, understanding proprietary protocol...

invoke
/protocol-reverse-engineering
otherlicense unknown
skill/protocol-reverse-engineeringv1.0.0claudeskills.in
stable

Pull Request

Open a GitHub pull request with a body generated from the branch's commits. Derives title and summary from commit history.

invoke
/pr
skill/prv1.0.0ai-atoms
stable

quarterly-review

Generates a full QBR narrative — revenue trend, margin trend, customer health, top opportunities and risks — as a presentation-ready PDF or deck. Accepts optional quarter and save-to arguments.

invoke
/quarterly-review
skill/quarterly-reviewv1.0.0anthropics/knowledge-work-plugins
draft

Radix Ui Design System

Build accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for production-grade UI libraries.

invoke
/radix-ui-design-system
frontendlicense unknown
skill/radix-ui-design-systemv1.0.0claudeskills.in
draft

React Best Practices

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance pat...

invoke
/react-best-practices
frontendlicense unknown
skill/react-best-practicesv1.0.0claudeskills.in
draft

React Flow Architect

Expert ReactFlow architect for building interactive graph applications with hierarchical node-edge systems, performance optimization, and auto-layout integration. Use when Claude needs to create or...

invoke
/react-flow-architect
frontendlicense unknown
skill/react-flow-architectv1.0.0claudeskills.in
draft

React Flow Node Ts

Create React Flow node components with TypeScript types, handles, and Zustand integration. Use when building custom nodes for React Flow canvas, creating visual workflow editors, or implementing no...

invoke
/react-flow-node-ts
frontendlicense unknown
skill/react-flow-node-tsv1.0.0claudeskills.in
draft

React Modernization

Upgrade React applications to latest versions, migrate from class components to hooks, and adopt concurrent features. Use when modernizing React codebases, migrating to React Hooks, or upgrading to...

invoke
/react-modernization
frontendlicense unknown
skill/react-modernizationv1.0.0claudeskills.in
draft

React Native Architecture

Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecti...

invoke
/react-native-architecture
frontendlicense unknown
skill/react-native-architecturev1.0.0claudeskills.in
draft

React Nextjs Development

React and Next.js 14+ application development with App Router, Server Components, TypeScript, Tailwind CSS, and modern frontend patterns.

invoke
/react-nextjs-development
frontendlicense unknown
skill/react-nextjs-developmentv1.0.0claudeskills.in
draft

React Patterns

Modern React patterns and principles. Hooks, composition, performance, TypeScript best practices.

invoke
/react-patterns
frontendlicense unknown
skill/react-patternsv1.0.0claudeskills.in
draft

React State Management

Master modern React state management with Redux Toolkit, Zustand, Jotai, and React Query. Use when setting up global state, managing server state, or choosing between state management solutions.

invoke
/react-state-management
frontendlicense unknown
skill/react-state-managementv1.0.0claudeskills.in
draft

React Ui Patterns

Modern React UI patterns for loading states, error handling, and data fetching. Use when building UI components, handling async data, or managing UI states.

invoke
/react-ui-patterns
frontendlicense unknown
skill/react-ui-patternsv1.0.0claudeskills.in
stable

Receive Code Review

Process incoming code review feedback with technical rigor. Verify each finding against the actual code before agreeing. Distinguish valid findings from misreadings. Implement only confirmed findings. Do not perform blind, sycophantic agreement — that's as harmful as ignoring review.

skill/receiving-code-reviewv1.0.0ai-atoms
stable

reconciliation

Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.

invoke
/reconciliation
skill/reconciliationv1.0.0anthropics/knowledge-work-plugins
stable

recruiting-pipeline

Track and manage recruiting pipeline stages. Trigger with "recruiting update", "candidate pipeline", "how many candidates", "hiring status", or when the user discusses sourcing, screening, interviewing, or extending offers.

invoke
/recruiting-pipeline
skill/recruiting-pipelinev1.0.0anthropics/knowledge-work-plugins
draft

Red Team Tools

This skill should be used when the user asks to "follow red team methodology", "perform bug bounty hunting", "automate reconnaissance", "hunt for XSS vulnerabilities", "enumerate su...

invoke
/red-team-tools
otherlicense unknown
skill/red-team-toolsv1.0.0claudeskills.in
stable

Refactor

Behavior-preserving refactor with test gates and the bug-report-separately rule. Tests must be green before and after. Bugs found during refactor are reported separately, not fixed inline.

invoke
/refactor
skill/refactorv1.0.0ai-atoms
draft

Reference Builder

Creates exhaustive technical references and API documentation.

invoke
/reference-builder
frontendlicense unknown
skill/reference-builderv1.0.0claudeskills.in
draft

Remotion Best Practices

Best practices for Remotion - Video creation in React

invoke
/remotion-best-practices
otherlicense unknown
skill/remotion-best-practicesv1.0.0claudeskills.in
stable

Repo

Repository structure tool — monorepo or polyrepo migration in either direction, preserving git history.

invoke
/repo
skill/repov1.0.0ai-atoms
stable

Request Code Review

Prepare and request a code review after completing implementation. Summarizes what changed, why, how to verify, what assumptions were made, and what remains. Run before merging any non-trivial change.

skill/requesting-code-reviewv1.0.0ai-atoms
draft

Research Engineer

An uncompromising Academic Research Engineer. Operates with absolute scientific rigor, objective criticism, and zero flair. Focuses on theoretical correctness, formal verification, and optimal impl...

invoke
/research-engineer
otherlicense unknown
skill/research-engineerv1.0.0claudeskills.in
stable

research-synthesis

Synthesize user research into themes, insights, and recommendations. Use when you have interview transcripts, survey results, usability test notes, support tickets, or NPS responses that need to be distilled into patterns, user segments, and prioritized next steps.

invoke
/research-synthesis
skill/research-synthesisv1.0.0anthropics/knowledge-work-plugins
stable

resolve-project-references

Guide for interpreting ResolveProjectReferences time in MSBuild performance summaries. Only activate in MSBuild/.NET build context. Activate when ResolveProjectReferences appears as the most expensive target and developers are trying to optimize it directly. Explains that the reported time includes wait time for dependent project builds and is misleading. Guides users to focus on task self-time instead. Do not activate for general build performance -- use build-perf-diagnostics instead.

invoke
/resolve-project-references
skill/resolve-project-referencesv1.0.0dotnet/skills
stable

Review Panel

Guided multi-panel review workflow. Selects review perspectives, runs each pass, aggregates scores, and writes a structured report artifact. Use when you need more than a single-pass review: governance files, PRs, prose drafts, or any artifact that benefits from multiple independent evaluation perspectives (architecture, correctness, documentation quality, adversarial edge cases, security).

invoke
/review-panel
skill/review-panelv1.0.0ai-atoms
stable

review-contract

Review a contract against your organization's negotiation playbook — flag deviations, generate redlines, provide business impact analysis. Use when reviewing vendor or customer agreements, when you need clause-by-clause analysis against standard positions, or when preparing a negotiation strategy with prioritized redlines and fallback positions.

invoke
/review-contract
skill/review-contractv1.0.0anthropics/knowledge-work-plugins
draft

Risk Manager

Monitor portfolio risk, R-multiples, and position limits. Creates

invoke
/risk-manager
otherlicense unknown
skill/risk-managerv1.0.0claudeskills.in
draft

Risk Metrics Calculation

Calculate portfolio risk metrics including VaR, CVaR, Sharpe, Sortino, and drawdown analysis. Use when measuring portfolio risk, implementing risk limits, or building risk monitoring systems.

invoke
/risk-metrics-calculation
otherlicense unknown
skill/risk-metrics-calculationv1.0.0claudeskills.in
stable

risk-assessment

Identify, assess, and mitigate operational risks. Trigger with "what are the risks", "risk assessment", "risk register", "what could go wrong", or when the user is evaluating risks associated with a project, vendor, process, or decision.

invoke
/risk-assessment
skill/risk-assessmentv1.0.0anthropics/knowledge-work-plugins
stable

roadmap-update

Update, create, or reprioritize your product roadmap. Use when adding a new initiative and deciding what moves to make room, shifting priorities after new information comes in, moving timelines due to a dependency slip, or building a Now/Next/Later view from scratch.

invoke
/roadmap-update
skill/roadmap-updatev1.0.0anthropics/knowledge-work-plugins
stable

run-campaign

Runs an end-to-end marketing campaign — sales analysis, content brief, Canva assets, HubSpot send. Accepts optional lookback and channel arguments.

invoke
/run-campaign
skill/run-campaignv1.0.0anthropics/knowledge-work-plugins
stable

run-tests

ALWAYS USE before running .NET tests or answering with a test command or flags. Trigger on "run the tests", "exact dotnet test command", one test/class/category/trait/target framework, combined filters, `--filter-query`, `--no-build`, `--diag`, diagnostic logs, TRX, coverage collection, crash/hang dumps, filter errors, or unrecognized options. Chooses repository-compatible classic, VSTest, bridged MTP, or native MTP syntax for MSTest/xUnit/NUnit/TUnit. DO NOT USE for platform identification alone (platform-detection), writing or debugging test code, interpreting an existing coverage report, CI investigation, migration, or a persistent hot reload/watch loop.

invoke
/run-tests
skill/run-testsv1.0.1dotnet/skills
stable

runbook

Create or update an operational runbook for a recurring task or procedure. Use when documenting a task that on-call or ops needs to run repeatably, turning tribal knowledge into exact step-by-step commands, adding troubleshooting and rollback steps to an existing procedure, or writing escalation paths for when things go wrong.

invoke
/runbook
skill/runbookv1.0.0anthropics/knowledge-work-plugins
stable

sales-brief

Surfaces top and bottom sellers, identifies seasonality patterns, and produces a 2-week content brief to push winners and clear slow movers. Accepts optional lookback window of 30, 60, or 90 days.

invoke
/sales-brief
skill/sales-briefv1.0.0anthropics/knowledge-work-plugins
draft

Sast Configuration

Configure Static Application Security Testing (SAST) tools for automated vulnerability detection in application code. Use when setting up security scanning, implementing DevSecOps practices, or aut...

invoke
/sast-configuration
otherlicense unknown
skill/sast-configurationv1.0.0claudeskills.in
draft

Scala Pro

Master enterprise-grade Scala development with functional

invoke
/scala-pro
otherlicense unknown
skill/scala-prov1.0.0claudeskills.in
draft

Scanning Tools

This skill should be used when the user asks to "perform vulnerability scanning", "scan networks for open ports", "assess web application security", "scan wireless networks", "detec...

invoke
/scanning-tools
otherlicense unknown
skill/scanning-toolsv1.0.0claudeskills.in
stable

scientific-problem-selection

This skill should be used when scientists need help with research problem selection, project ideation, troubleshooting stuck projects, or strategic scientific decisions. Use this skill when users ask to pitch a new research idea, work through a project problem, evaluate project risks, plan research strategy, navigate decision trees, or get help choosing what scientific problem to work on. Typical requests include "I have an idea for a project", "I'm stuck on my research", "help me evaluate this project", "what should I work on", or "I need strategic advice about my research".

invoke
/scientific-problem-selection
skill/scientific-problem-selectionv1.0.0anthropics/knowledge-work-plugins
draft

Screenshots

Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or documentation.

invoke
/screenshots
otherlicense unknown
skill/screenshotsv1.0.0claudeskills.in
stable

scvi-tools

Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI, (2) ATAC-seq analysis with PeakVI, (3) CITE-seq multi-modal analysis with totalVI, (4) multiome RNA+ATAC analysis with MultiVI, (5) spatial transcriptomics deconvolution with DestVI, (6) label transfer and reference mapping with scANVI/scArches, (7) RNA velocity with veloVI, or (8) any deep learning-based single-cell method. Triggers include mentions of scVI, scANVI, totalVI, PeakVI, MultiVI, DestVI, veloVI, sysVI, scArches, variational autoencoder, VAE, batch correction, data integration, multi-modal, CITE-seq, multiome, reference mapping, latent space.

invoke
/scvi-tools
skill/scvi-toolsv1.0.0anthropics/knowledge-work-plugins
stable

search

Search across all connected sources in one query. Trigger with "find that doc about...", "what did we decide on...", "where was the conversation about...", or when looking for a decision, document, or discussion that could live in chat, email, cloud storage, or a project tracker.

invoke
/search
skill/searchv1.0.0anthropics/knowledge-work-plugins
draft

Search Specialist

Expert web researcher using advanced search techniques and

invoke
/search-specialist
otherlicense unknown
skill/search-specialistv1.0.0claudeskills.in
deprecated

search-strategy

[Deprecated — use skill/search instead] Query decomposition and multi-source search orchestration. Breaks natural language questions into targeted searches per source, translates queries into source-specific syntax, ranks results by relevance, and handles ambiguity and fallback strategies.

invoke
/search-strategy
skill/search-strategyv1.1.0anthropics/knowledge-work-plugins
draft

Secrets Management

Implement secure secrets management for CI/CD pipelines using Vault, AWS Secrets Manager, or native platform solutions. Use when handling sensitive credentials, rotating secrets, or securing CI/CD ...

invoke
/secrets-management
otherlicense unknown
skill/secrets-managementv1.0.0claudeskills.in
draft

Security Audit

Comprehensive security auditing workflow covering web application testing, API security, penetration testing, vulnerability scanning, and security hardening.

invoke
/security-audit
securitylicense unknown
skill/security-auditv1.0.0claudeskills.in
draft

Security Auditor

Expert security auditor specializing in DevSecOps, comprehensive

invoke
/security-auditor
securitylicense unknown
skill/security-auditorv1.0.0claudeskills.in
draft

Security Bluebook Builder

Build security Blue Books for sensitive apps

invoke
/security-bluebook-builder
frontendlicense unknown
skill/security-bluebook-builderv1.0.0claudeskills.in
draft

Security Compliance Compliance Check

You are a compliance expert specializing in regulatory requirements for software systems including GDPR, HIPAA, SOC2, PCI-DSS, and other industry standards. Perform compliance audits and provide im...

invoke
/security-compliance-compliance-check
securitylicense unknown
skill/security-compliance-compliance-checkv1.0.0claudeskills.in
draft

Security Requirement Extraction

Derive security requirements from threat models and business context. Use when translating threats into actionable requirements, creating security user stories, or building security test cases.

invoke
/security-requirement-extraction
frontendlicense unknown
skill/security-requirement-extractionv1.0.0claudeskills.in
draft

Security Scanning Security Dependencies

You are a security expert specializing in dependency vulnerability analysis, SBOM generation, and supply chain security. Scan project dependencies across ecosystems to identify vulnerabilities, ass...

invoke
/security-scanning-security-dependencies
securitylicense unknown
skill/security-scanning-security-dependenciesv1.0.0claudeskills.in
draft

Security Scanning Security Hardening

Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.

invoke
/security-scanning-security-hardening
securitylicense unknown
skill/security-scanning-security-hardeningv1.0.0claudeskills.in
draft

Security Scanning Security Sast

Static Application Security Testing (SAST) for code vulnerability

invoke
/security-scanning-security-sast
securitylicense unknown
skill/security-scanning-security-sastv1.0.0claudeskills.in
draft

Segment Cdp

Expert patterns for Segment Customer Data Platform including Analytics.js, server-side tracking, tracking plans with Protocols, identity resolution, destinations configuration, and data governance ...

invoke
/segment-cdp
skill/segment-cdpv1.0.0claudeskills.in
draft

Senior Architect

Comprehensive software architecture skill for designing scalable, maintainable systems using ReactJS, NextJS, NodeJS, Express, React Native, Swift, Kotlin, Flutter, Postgres, GraphQL, Go, Python. I...

invoke
/senior-architect
otherlicense unknown
skill/senior-architectv1.0.0claudeskills.in
draft

Senior Fullstack

Comprehensive fullstack development skill for building complete web applications with React, Next.js, Node.js, GraphQL, and PostgreSQL. Includes project scaffolding, code quality analysis, architec...

invoke
/senior-fullstack
otherlicense unknown
skill/senior-fullstackv1.0.0claudeskills.in
draft

Seo Authority Builder

Analyzes content for E-E-A-T signals and suggests improvements to

invoke
/seo-authority-builder
frontendlicense unknown
skill/seo-authority-builderv1.0.0claudeskills.in
stable

seo-audit

Run a comprehensive SEO audit — keyword research, on-page analysis, content gaps, technical checks, and competitor comparison. Use when assessing a site's SEO health, when finding keyword opportunities and content gaps competitors own, or when you need a prioritized action plan split into quick wins and strategic investments.

invoke
/seo-audit
skill/seo-auditv1.0.0anthropics/knowledge-work-plugins
draft

Server Management

Server management principles and decision-making. Process management, monitoring strategy, and scaling decisions. Teaches thinking, not commands.

invoke
/server-management
devopslicense unknown
skill/server-managementv1.0.0claudeskills.in
draft

Service Mesh Observability

Implement comprehensive observability for service meshes including distributed tracing, metrics, and visualization. Use when setting up mesh monitoring, debugging latency issues, or implementing SL...

invoke
/service-mesh-observability
otherlicense unknown
skill/service-mesh-observabilityv1.0.0claudeskills.in
stable

Session Checkpoint

Capture a complete, resumable snapshot of in-flight work to ~/.ai/checkpoints/<owner>__<repo>/CHECKPOINT.md. Records branch, HEAD SHA, dirty files, active goal, decisions made, files in flight, last green state, next step, open questions, and a verify-on-resume list. Use before /clear, at context limits, or at phase boundaries.

invoke
/checkpoint
skill/checkpointv1.0.0ai-atoms
stable

signature-request

Prepare and route a document for e-signature — run a pre-signature checklist, configure signing order, and send for execution. Use when a contract is finalized and ready to sign, when verifying entity names, exhibits, and signature blocks before sending, or when setting up an envelope with sequential or parallel signers.

invoke
/signature-request
skill/signature-requestv1.0.0anthropics/knowledge-work-plugins
draft

Similarity Search Patterns

Implement efficient similarity search with vector databases. Use when building semantic search, implementing nearest neighbor queries, or optimizing retrieval performance.

invoke
/similarity-search-patterns
otherlicense unknown
skill/similarity-search-patternsv1.0.0claudeskills.in
stable

single-cell-rna-qc

Performs quality control on single-cell RNA-seq data (.h5ad or .h5 files) using scverse best practices with MAD-based filtering and comprehensive visualizations. Use when users request QC analysis, filtering low-quality cells, assessing data quality, or following scverse/scanpy best practices for single-cell analysis.

invoke
/single-cell-rna-qc
skill/single-cell-rna-qcv1.0.0anthropics/knowledge-work-plugins
draft

Skill Developer

Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skil...

invoke
/skill-developer
otherlicense unknown
skill/skill-developerv1.0.0claudeskills.in
draft

Skill Seekers

-Automatically convert documentation websites, GitHub repositories, and PDFs into Claude AI skills in minutes.

invoke
/skill-seekers
skill/skill-seekersv1.0.0claudeskills.in
stable

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

invoke
/skill-creator
skill/skill-creatorv1.0.0anthropics/skills
draft

Slack Bot Builder

Build Slack apps using the Bolt framework across Python, JavaScript, and Java. Covers Block Kit for rich UIs, interactive components, slash commands, event handling, OAuth installation flows, and W...

invoke
/slack-bot-builder
skill/slack-bot-builderv1.0.0claudeskills.in
stable

slack-gif-creator

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack.

invoke
/slack-gif-creator
skill/slack-gif-creatorv1.0.0anthropics/skills
stable

smb-onboard

Claude as the trainer. Walks an SMB owner through connecting their first two tools, runs one recipe to prove immediate value, interviews them about their business (industry, size, top three headaches), stores that context persistently so every other skill benefits, and sets a weekly check-in cadence. Use when the owner is getting started or says any of: "set me up," "setup," "help me get set up," "get started," "help me get started," "get me started," "what can you do," "I'm new to this," or is in their first session.

invoke
/smb-onboard
skill/smb-onboardv1.0.1anthropics/knowledge-work-plugins
stable

smb-router

The front door to the Small Business plugin. Listens to what the owner needs right now — vague or specific — and routes them to the best skill or slash command for the moment. Also serves as a guide: explains what's available, suggests what to try next, and adapts recommendations based on stored business context. Trigger whenever the owner asks "what can you do," "help me with my business," "what should I focus on," "I don't know where to start," or any open-ended business request that doesn't clearly match a single skill.

invoke
/smb-router
skill/smb-routerv1.0.1anthropics/knowledge-work-plugins
draft

Social Content

When the user wants help creating, scheduling, or optimizing social media content for LinkedIn, Twitter/X, Instagram, TikTok, Facebook, or other platforms. Also use when the user mentions 'LinkedIn...

invoke
/social-content
otherlicense unknown
skill/social-contentv1.0.0claudeskills.in
draft

Solidity Security

Master smart contract security best practices to prevent common vulnerabilities and implement secure Solidity patterns. Use when writing smart contracts, auditing existing contracts, or implementin...

invoke
/solidity-security
securitylicense unknown
skill/solidity-securityv1.0.0claudeskills.in
stable

source-management

Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages rate limiting awareness.

invoke
/source-management
skill/source-managementv1.0.0anthropics/knowledge-work-plugins
stable

sox-testing

Generate SOX sample selections, testing workpapers, and control assessments. Use when planning quarterly or annual SOX 404 testing, pulling a sample for a control (revenue, P2P, ITGC, close), building a testing workpaper template, or evaluating and classifying a control deficiency.

invoke
/sox-testing
skill/sox-testingv1.0.0anthropics/knowledge-work-plugins
draft

Spark Optimization

Optimize Apache Spark jobs with partitioning, caching, shuffle optimization, and memory tuning. Use when improving Spark performance, debugging slow jobs, or scaling data processing pipelines.

invoke
/spark-optimization
otherlicense unknown
skill/spark-optimizationv1.0.0claudeskills.in
stable

sprint-planning

Plan a sprint — scope work, estimate capacity, set goals, and draft a sprint plan. Use when kicking off a new sprint, sizing a backlog against team availability (accounting for PTO and meetings), deciding what's P0 vs. stretch, or handling carryover from the last sprint.

invoke
/sprint-planning
skill/sprint-planningv1.0.0anthropics/knowledge-work-plugins
stable

sql-queries

Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window functions, or aggregations.

invoke
/sql-queries
skill/sql-queriesv1.0.0anthropics/knowledge-work-plugins
stable

stakeholder-update

Generate a stakeholder update tailored to audience and cadence. Use when writing a weekly or monthly status for leadership, announcing a launch, escalating a risk or blocker, or translating the same progress into exec-brief, engineering-detail, or customer-facing versions.

invoke
/stakeholder-update
skill/stakeholder-updatev1.0.0anthropics/knowledge-work-plugins
stable

standup

Generate a standup update from recent activity. Use when preparing for daily standup, summarizing yesterday's commits and PRs and ticket moves, formatting work into yesterday/today/blockers, or structuring a few rough notes into a shareable update.

invoke
/standup
skill/standupv1.0.0anthropics/knowledge-work-plugins
stable

start

Set up your bio-research environment and explore available tools. Use when first getting oriented with the plugin, checking which literature, drug-discovery, or visualization MCP servers are connected, or surveying available analysis skills before starting a new project.

invoke
/start
skill/startv1.0.0anthropics/knowledge-work-plugins
stable

statistical-analysis

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.

invoke
/statistical-analysis
skill/statistical-analysisv1.0.0anthropics/knowledge-work-plugins
stable

Status

Mid-session blocked-state report. Reports ready state or lists active waits (biometric, pr-merge, scope-decision, out-of-band, background) using the Common.md §U7 typed wait-reason format.

invoke
/status
skill/statusv1.0.0ai-atoms
stable

status-report

Generate a status report with KPIs, risks, and action items. Use when writing a weekly or monthly update for leadership, summarizing project health with green/yellow/red status, surfacing risks and decisions that need stakeholder attention, or turning a pile of project tracker activity into a readable narrative.

invoke
/status-report
skill/status-reportv1.0.0anthropics/knowledge-work-plugins
draft

Stitch Ui Design

Expert guide for creating effective prompts for Google Stitch AI UI design tool. Use when user wants to design UI/UX in Stitch, create app interfaces, generate mobile/web designs, or needs help cra...

invoke
/stitch-ui-design
frontendlicense unknown
skill/stitch-ui-designv1.0.0claudeskills.in
draft

Stride Analysis Patterns

Apply STRIDE methodology to systematically identify threats. Use when analyzing system security, conducting threat modeling sessions, or creating security documentation.

invoke
/stride-analysis-patterns
otherlicense unknown
skill/stride-analysis-patternsv1.0.0claudeskills.in
draft

Stripe Integration

Implement Stripe payment processing for robust, PCI-compliant payment flows including checkout, subscriptions, and webhooks. Use when integrating Stripe payments, building subscription systems, or ...

invoke
/stripe-integration
otherlicense unknown
skill/stripe-integrationv1.0.0claudeskills.in
stable

Subagent-Driven Development

Execute implementation plans by spawning one subagent per independent task. Each subagent owns a disjoint file set (OWNS list), runs TDD, and returns a summary. Run code review between batches. Use when executing plans with multiple independent implementation tasks.

skill/subagent-driven-developmentv1.0.0ai-atoms
stable

support-prerendering

Make interactive Blazor components work correctly with prerendering. USE FOR fixing duplicate data loads, UI flicker during prerender-to-interactive handoff, null references during prerender, persisting state across prerender, disabling prerendering, excluding pages from interactive routing, or detecting whether a component is currently prerendering. DO NOT USE for choosing which render mode to use (see create-blazor-project) or general component authoring (see author-component).

invoke
/support-prerendering
skill/support-prerenderingv1.0.0dotnet/skills
draft

Swiftui Expert Skill

Write, review, or improve SwiftUI code following best practices for state management, view composition, performance, modern APIs, Swift concurrency, and iOS 26+ Liquid Glass adoption. Use when buil...

invoke
/swiftui-expert-skill
skill/swiftui-expert-skillv1.0.0claudeskills.in
stable

synthesize-research

Synthesize user research from interviews, surveys, and feedback into structured insights. Use when you have a pile of interview notes, survey responses, or support tickets to make sense of, need to extract themes and rank findings by frequency and impact, or want to turn raw feedback into roadmap recommendations.

invoke
/synthesize-research
skill/synthesize-researchv1.0.0anthropics/knowledge-work-plugins
stable

system-design

Design systems, services, and architectures. Trigger with "design a system for", "how should we architect", "system design for", "what's the right architecture for", or when the user needs help with API design, data modeling, or service boundaries.

invoke
/system-design
skill/system-designv1.0.0anthropics/knowledge-work-plugins
stable

system-text-json-net11

Imperative guidance for the System.Text.Json APIs added in .NET 11: the built-in `JsonNamingPolicy.PascalCase` naming policy, and the strongly-typed `JsonSerializerOptions.GetTypeInfo<T>()` and `JsonSerializerOptions.TryGetTypeInfo<T>(out JsonTypeInfo<T>? info)` metadata accessors. USE ONLY when the user is targeting net11.0 or later and needs PascalCase JSON property or dictionary-key names without writing a custom naming policy, a strongly-typed `JsonTypeInfo<T>` instead of the non-generic `JsonTypeInfo`, or a no-throw way to probe whether a type's serialization metadata is resolved. DO NOT USE when the target is earlier than net11.0, the requested behavior uses an established pre-net11 naming policy, or the user explicitly selected another JSON library.

invoke
/system-text-json-net11
skill/system-text-json-net11v1.0.1dotnet/skills
deprecated

Systematic Debugging

[Deprecated — use skill/debug instead] Five-phase debugging protocol: reproduce → isolate → root cause → fix with regression test → verify. Use when encountering any bug, test failure, or unexpected behavior. Never proposes a fix before root cause is confirmed. Enforces the 3-cycle local cap and 5-cycle total cap to prevent thrashing.

skill/systematic-debuggingv1.1.0ai-atoms
draft

Tailwind Design System

Build scalable design systems with Tailwind CSS, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI...

invoke
/tailwind-design-system
frontendlicense unknown
skill/tailwind-design-systemv1.0.0claudeskills.in
draft

Tailwind Patterns

Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture.

invoke
/tailwind-patterns
frontendlicense unknown
skill/tailwind-patternsv1.0.0claudeskills.in
stable

target-authoring

Canonical patterns for writing custom MSBuild targets. Only activate in MSBuild/.NET build context. USE FOR: diagnosing and fixing custom target authoring anti-patterns, reviewing MSBuild target definitions for correctness, diagnosing broken SDK target chains across files (e.g., Directory.Build.targets silently redefining SDK targets), fixing targets that replace CompileDependsOn instead of extending it with $(CompileDependsOn), fixing query targets that return stale results due to Outputs vs Returns misuse, fixing missing Inputs/Outputs causing unnecessary rebuilds, fixing missing FileWrites registration. Covers DependsOnTargets vs BeforeTargets vs AfterTargets, the Build→CoreBuild three-level pattern, hooking into the build pipeline, the $(XxxDependsOn) chain-extension pattern. DO NOT USE FOR: incremental build tuning (use incremental-build), parallelization (use build-parallelism), general anti-patterns (use msbuild-antipatterns), non-MSBuild build systems.

invoke
/target-authoring
skill/target-authoringv1.0.0dotnet/skills
stable

task-management

Simple task management using a shared TASKS.md file. Reference this when the user asks about their tasks, wants to add/complete tasks, or needs help tracking commitments.

invoke
/task-management
skill/task-managementv1.0.0anthropics/knowledge-work-plugins
draft

Tavily Web

Web search, content extraction, crawling, and research capabilities using Tavily API

invoke
/tavily-web
otherlicense unknown
skill/tavily-webv1.0.0claudeskills.in
deprecated

tax-prep

[Deprecated — use skill/tax-season-organizer instead] Prepares tax-season materials — quarterly estimated tax calculation or year-end 1099 prep — and produces an accountant handoff packet. Accepts optional mode and year arguments.

invoke
/tax-prep
skill/tax-prepv1.1.0anthropics/knowledge-work-plugins
stable

tax-season-organizer

Prepares tax-season materials for small business owners — framed as deliverables for their accountant, not tax advice. Two modes: (1) quarterly estimated tax calculation — pulls YTD net income from QuickBooks and calculates the federal income tax + self-employment tax liability and quarterly payment due; (2) year-end 1099 prep — scans QuickBooks, PayPal, and Stripe for contractors paid over $600, builds a 1099-NEC candidate list with missing W-9 flags, and produces a plain-English summary a CPA can work from directly. Trigger this skill whenever the user mentions: quarterly taxes, estimated tax payment, how much to set aside for taxes, 1099s, 1099-NEC, year-end tax prep, contractor payments, W-9s, or any phrase suggesting they are preparing for a tax deadline or handing materials to an accountant. Also trigger proactively when a user asks about net profit or YTD income in a context that suggests they are worried about their tax bill.

invoke
/tax-season-organizer
skill/tax-season-organizerv1.0.1anthropics/knowledge-work-plugins
draft

Tdd Orchestrator

Master TDD orchestrator specializing in red-green-refactor

invoke
/tdd-orchestrator
otherlicense unknown
skill/tdd-orchestratorv1.0.0claudeskills.in
draft

Team Collaboration Issue

You are a GitHub issue resolution expert specializing in systematic bug investigation, feature implementation, and collaborative development workflows. Your expertise spans issue triage, root cause an

invoke
/team-collaboration-issue
otherlicense unknown
skill/team-collaboration-issuev1.0.0claudeskills.in
draft

Team Collaboration Standup Notes

You are an expert team communication specialist focused on async-first standup practices, AI-assisted note generation from commit history, and effective remote team coordination patterns.

invoke
/team-collaboration-standup-notes
otherlicense unknown
skill/team-collaboration-standup-notesv1.0.0claudeskills.in
draft

Team Composition Analysis

This skill should be used when the user asks to \\"plan team

invoke
/team-composition-analysis
otherlicense unknown
skill/team-composition-analysisv1.0.0claudeskills.in
stable

tech-debt

Identify, categorize, and prioritize technical debt. Trigger with "tech debt", "technical debt audit", "what should we refactor", "code health", or when the user asks about code quality, refactoring priorities, or maintenance backlog.

invoke
/tech-debt
skill/tech-debtv1.0.0anthropics/knowledge-work-plugins
stable

technology-selection

Guides technology selection and implementation of AI and ML features in .NET 8+ applications using ML.NET, Microsoft.Extensions.AI (MEAI), Microsoft Agent Framework (MAF), GitHub Copilot SDK, ONNX Runtime, and OllamaSharp. Covers the full spectrum from classic ML through modern LLM orchestration to local inference. Use when adding classification, regression, clustering, anomaly detection, recommendation, LLM integration (text generation, summarization, reasoning), RAG pipelines with vector search, agentic workflows with tool calling, Copilot extensions, or custom model inference via ONNX Runtime to a .NET project. DO NOT USE FOR projects targeting .NET Framework (requires .NET 8+), the task is pure data engineering or ETL with no ML/AI component, or the project needs a custom deep learning training loop (use Python with PyTorch/TensorFlow, then export to ONNX for .NET inference).

invoke
/technology-selection
skill/technology-selectionv1.0.0dotnet/skills
draft

Telegram Bot Builder

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategie...

invoke
/telegram-bot-builder
skill/telegram-bot-builderv1.0.0claudeskills.in
stable

template-authoring

Guides creation and validation of custom dotnet new templates from existing projects. Generates a .template.config/template.json that preserves the source project's conventions. USE FOR: creating a reusable dotnet new template from an existing project, bootstrapping .template.config/template.json with correct identity, shortName, parameters, and post-actions, adding parameters or conditional content to a template you are authoring, validating the template.json you are authoring before publishing, packaging templates as NuGet packages for distribution. DO NOT USE FOR: validating an existing template.json as a standalone task (use template-validation), finding or using existing templates (use template-discovery and template-instantiation), MSBuild project file issues unrelated to template authoring, NuGet package publishing (only template packaging structure).

invoke
/template-authoring
skill/template-authoringv1.0.1dotnet/skills
stable

template-discovery

Helps find, inspect, and compare (at a high level) .NET project templates. Resolves natural-language project descriptions to ranked template matches with pre-filled parameters. USE FOR: finding the right dotnet new template for a task, inspecting a template's parameters and constraints, understanding what a template produces before creating a project, resolving intent like "web API with auth" to concrete template + parameters. DO NOT USE FOR: actually creating projects (use template-instantiation), authoring custom templates (use template-authoring), producing a detailed side-by-side comparison (use template-comparison), choosing cross-parameter defaults during creation (use template-smart-defaults), MSBuild or build issues (use dotnet-msbuild plugin), NuGet package management unrelated to template packages.

invoke
/template-discovery
skill/template-discoveryv1.0.1dotnet/skills
stable

template-instantiation

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect Directory.Packages.props (CPM), composing multi-project solutions (API + tests + library), getting latest NuGet package versions in newly created projects. DO NOT USE FOR: finding templates (use template-discovery), producing a detailed side-by-side comparison of templates (use template-comparison), authoring custom templates (use template-authoring), deciding cross-parameter defaults such as which framework to pair with native AOT or whether to keep HTTPS when auth is enabled (use template-smart-defaults), modifying existing projects or adding NuGet packages to existing projects.

invoke
/template-instantiation
skill/template-instantiationv1.0.1dotnet/skills
stable

template-validation

Validates custom dotnet new templates for correctness before publishing. Catches missing fields, parameter bugs, shortName conflicts, constraint issues, and common authoring mistakes that cause templates to fail silently. USE FOR: checking template.json files for errors before publishing or testing, diagnosing why a template doesn't appear after installation, reviewing template parameter definitions for type mismatches and missing defaults, finding shortName conflicts with dotnet CLI commands, validating post-action and constraint configuration. DO NOT USE FOR: finding or using existing templates (use template-discovery), creating projects from templates (use template-instantiation), creating templates from existing projects (use template-authoring).

invoke
/template-validation
skill/template-validationv1.0.1dotnet/skills
draft

Terraform Aws Modules

Terraform module creation for AWS — reusable modules, state management, and HCL best practices. Use when building or reviewing Terraform AWS infrastructure.

invoke
/terraform-aws-modules
devopslicense unknown
skill/terraform-aws-modulesv1.0.0claudeskills.in
draft

Terraform Infrastructure

Terraform infrastructure as code workflow for provisioning cloud resources, creating reusable modules, and managing infrastructure at scale.

invoke
/terraform-infrastructure
devopslicense unknown
skill/terraform-infrastructurev1.0.0claudeskills.in
draft

Terraform Module Library

Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, ...

invoke
/terraform-module-library
devopslicense unknown
skill/terraform-module-libraryv1.0.0claudeskills.in
draft

Terraform Skill

Terraform infrastructure as code best practices

invoke
/terraform-skill
skill/terraform-skillv1.0.0claudeskills.in
draft

Terraform Specialist

Expert Terraform/OpenTofu specialist mastering advanced IaC

invoke
/terraform-specialist
devopslicense unknown
skill/terraform-specialistv1.0.0claudeskills.in
stable

Test

Run repo tests via project.yaml's tooling.test_command and report failures with path:line citations.

invoke
/test
skill/testv1.0.0ai-atoms
stable

test-anti-patterns

Audit a test file or suite; produce a severity-ranked diagnostic report. ALWAYS USE for tests that verify nothing, missing/tautological assertions, swallowed/broad exceptions, flaky/order-dependent tests, duplication, or magic values. Polyglot. DO NOT USE for direct edits: writing-mstest-tests owns supplied MSTest assertions/attributes/lifecycle; code-testing-agent owns new tests. Exclude running tests, migration, assertion metrics (assertion-quality), raw .NET coverage collection (run-tests), non-.NET coverage collection/analysis (native tooling), project-wide .NET coverage/CRAP (coverage-analysis), named-target .NET CRAP (crap-score), behavioral/pseudo-mutation gaps (test-gap-analysis), test-mix/ happy-vs-error classification and trait distributions (test-tagging), or the testsmells.org catalog (test-smell-detection).

invoke
/test-anti-patterns
skill/test-anti-patternsv1.0.1dotnet/skills
stable

Test-Driven Development

Write a failing test before writing implementation code. The test must be red before any production code is written. Implementation makes the test green with the minimal change. Refactor only with tests green. Apply when implementing any feature or bugfix.

skill/test-driven-developmentv1.0.0ai-atoms
stable

test-gap-analysis

Performs pseudo-mutation analysis on .NET production code to find gaps in existing test suites. Use when the user asks to find weak tests, discover untested edge cases, check if tests would catch a bug, or evaluate test effectiveness through mutation-style reasoning. Analyzes production code for mutation points (boundary conditions, boolean flips, null returns, exception removal, arithmetic changes) and checks whether existing tests would detect each mutation. Works with MSTest, xUnit, NUnit, and TUnit. DO NOT USE FOR: writing new tests (use writing-mstest-tests), detecting test anti-patterns (use test-anti-patterns), measuring assertion diversity (use assertion-quality), or running actual mutation testing tools.

invoke
/test-gap-analysis
skill/test-gap-analysisv1.0.0dotnet/skills
stable

test-smell-detection

Audits existing tests in any language using formal, research-backed test smell names and the testsmells.org 19-smell academic taxonomy. Use when the caller asks for an academic or citable test-smell review, named smell categories, or a formal severity-ranked smell assessment. Covers Assertion Roulette, Conditional Test Logic, Mystery Guest, Eager Test, Sleepy Test, Unknown Test, Sensitive Equality, and the rest of the catalog across .NET, Python, JavaScript/TypeScript, Java, Go, Ruby, Rust, Swift, Kotlin, PowerShell, and C++. DO NOT USE FOR a quick pragmatic test review (use test-anti-patterns), writing or running tests, framework migration, coverage, or assertion-diversity metrics.

invoke
/test-smell-detection
skill/test-smell-detectionv1.0.1dotnet/skills
stable

test-tagging

Analyzes test suites and tags each test with a standardized set of traits (e.g., positive, negative, critical-path, boundary, smoke, regression). Use when the user wants to categorize, audit, or label tests with traits. Do not use for writing new tests, running tests, or migrating test frameworks.

invoke
/test-tagging
skill/test-taggingv1.0.0dotnet/skills
stable

testing-strategy

Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user needs help with testing approaches, coverage, or test architecture.

invoke
/testing-strategy
skill/testing-strategyv1.0.0anthropics/knowledge-work-plugins
stable

theme-factory

Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.

invoke
/theme-factory
skill/theme-factoryv1.0.0anthropics/skills
stable

thread-abort-migration

Guides migration of .NET Framework Thread.Abort usage to cooperative cancellation in modern .NET. USE FOR: modernizing code that calls Thread.Abort, catching ThreadAbortException, replacing Thread.ResetAbort, replacing Thread.Interrupt for thread termination, resolving PlatformNotSupportedException or SYSLIB0006 after retargeting to .NET 6+, migrating ASP.NET Response.End or Response.Redirect(url, true) which internally call Thread.Abort. DO NOT USE FOR: code that only uses Thread.Join, Thread.Sleep, or Thread.Start without any abort, interrupt, or ThreadAbortException usage — these APIs work identically in modern .NET and need no migration. Also not for projects staying on .NET Framework, or Thread.Abort usage inside third-party libraries you do not control.

invoke
/thread-abort-migration
skill/thread-abort-migrationv1.0.1dotnet/skills
draft

Threat Mitigation Mapping

Map identified threats to appropriate security controls and mitigations. Use when prioritizing security investments, creating remediation plans, or validating control effectiveness.

invoke
/threat-mitigation-mapping
securitylicense unknown
skill/threat-mitigation-mappingv1.0.0claudeskills.in
draft

Threat Modeling Expert

Expert in threat modeling methodologies, security architecture review, and risk assessment. Masters STRIDE, PASTA, attack trees, and security requirement extraction. Use for security architecture r...

invoke
/threat-modeling-expert
securitylicense unknown
skill/threat-modeling-expertv1.0.0claudeskills.in
draft

Threejs Skills

Create 3D scenes, interactive experiences, and visual effects using Three.js. Use when user requests 3D graphics, WebGL experiences, 3D visualizations, animations, or interactive 3D elements.

invoke
/threejs-skills
otherlicense unknown
skill/threejs-skillsv1.0.0claudeskills.in
stable

ticket-deflector

Reads a forwarded customer email or ticket, pulls order/refund status from PayPal and account history from HubSpot, drafts a tone-matched reply in the owner's writing voice, and can issue a PayPal refund with explicit owner approval. Use when the user says "draft a response," "answer this customer," "where's my order," or "I want a refund."

invoke
/ticket-deflector
skill/ticket-deflectorv1.0.1anthropics/knowledge-work-plugins
stable

ticket-triage

Triage and prioritize a support ticket or customer issue. Use when a new ticket comes in and needs categorization, assigning P1-P4 priority, deciding which team should handle it, or checking whether it's a duplicate or known issue before routing.

invoke
/ticket-triage
skill/ticket-triagev1.0.0anthropics/knowledge-work-plugins
draft

Top Web Vulnerabilities

This skill should be used when the user asks to "identify web application vulnerabilities", "explain common security flaws", "understand vulnerability categories", "learn about inject...

invoke
/top-web-vulnerabilities
frontendlicense unknown
skill/top-web-vulnerabilitiesv1.0.0claudeskills.in
draft

Track Management

Use this skill when creating, managing, or working with Conductor

invoke
/track-management
otherlicense unknown
skill/track-managementv1.0.0claudeskills.in
stable

triage-nda

Rapidly triage an incoming NDA and classify it as GREEN (standard approval), YELLOW (counsel review), or RED (full legal review). Use when a new NDA arrives from sales or business development, when screening for embedded non-solicits, non-competes, or missing carveouts, or when deciding whether an NDA can be signed under standard delegation.

invoke
/triage-nda
skill/triage-ndav1.0.0anthropics/knowledge-work-plugins
draft

Trigger Dev

Trigger.dev expert for background jobs, AI workflows, and reliable async execution with excellent developer experience and TypeScript-first design. Use when: trigger.dev, trigger dev, background ta...

invoke
/trigger-dev
skill/trigger-devv1.0.0claudeskills.in
draft

Tutorial Engineer

Creates step-by-step tutorials and educational content from code.

invoke
/tutorial-engineer
otherlicense unknown
skill/tutorial-engineerv1.0.0claudeskills.in
draft

Twilio Communications

Build communication features with Twilio: SMS messaging, voice calls, WhatsApp Business API, and user verification (2FA). Covers the full spectrum from simple notifications to complex IVR systems a...

invoke
/twilio-communications
skill/twilio-communicationsv1.0.0claudeskills.in
draft

Typescript Advanced Types

Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex...

invoke
/typescript-advanced-types
otherlicense unknown
skill/typescript-advanced-typesv1.0.0claudeskills.in
draft

Typescript Expert

TypeScript and JavaScript expert with deep knowledge of type-level programming, performance optimization, monorepo management, migration strategies, and modern tooling. Use PROACTIVELY for any TypeScript/JavaScript issues including complex type gymnastics, build performance, debugging, and architectural decisions. If a specialized expert is a better fit, I will recommend switching and stop.

invoke
/typescript-expert
otherlicense unknown
skill/typescript-expertv1.0.1claudeskills.in
draft

Typescript Pro

Master TypeScript with advanced types, generics, and strict type

invoke
/typescript-pro
otherlicense unknown
skill/typescript-prov1.0.0claudeskills.in
draft

Ui Skills

Opinionated, evolving constraints to guide agents when building interfaces

invoke
/ui-skills
skill/ui-skillsv1.0.0claudeskills.in
draft

Ui Ux Designer

Create interface designs, wireframes, and design systems. Masters

invoke
/ui-ux-designer
frontendlicense unknown
skill/ui-ux-designerv1.0.0claudeskills.in
draft

Ui Ux Pro Max

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, cr...

invoke
/ui-ux-pro-max
frontendlicense unknown
skill/ui-ux-pro-maxv1.0.0claudeskills.in
draft

Ui Visual Validator

Rigorous visual validation expert specializing in UI testing,

invoke
/ui-visual-validator
frontendlicense unknown
skill/ui-visual-validatorv1.0.0claudeskills.in
stable

update

Sync tasks and refresh memory from your current activity. Use when pulling new assignments from your project tracker into TASKS.md, triaging stale or overdue tasks, filling memory gaps for unknown people or projects, or running a comprehensive scan to catch todos buried in chat and email.

invoke
/update
skill/updatev1.0.0anthropics/knowledge-work-plugins
stable

Update Config

Configure the Claude Code harness via settings.json. Handles: automated behaviors (hooks), permissions, env vars, hook troubleshooting, and changes to settings.json/settings.local.json files.

invoke
/update-config
skill/update-configv1.0.0ai-atoms
stable

Use Git Worktrees

Ensure an isolated workspace exists for feature work via git worktrees. Creates a worktree at the canonical location before any implementation. Single-repo work: <repo>/.worktrees/<name>/. Cross-repo or persistent: ~/.ai/worktrees/<name>/. Use at the start of any non-trivial feature or before executing implementation plans.

skill/using-git-worktreesv1.0.0ai-atoms
stable

use-js-interop

Add, review, or fix JavaScript interop in Blazor components. USE FOR: calling JavaScript from Blazor, calling .NET from JavaScript, collocated .razor.js modules, IJSRuntime, IJSObjectReference lifecycle, DotNetObjectReference, ElementReference, timing rules for when JS is available, IAsyncDisposable disposal of JS references, server-side JS interop safety. DO NOT USE FOR: general Blazor component authoring without JS interop needs (use author-component), forms (use collect-user-input).

invoke
/use-js-interop
skill/use-js-interopv1.0.1dotnet/skills
stable

user-research

Plan, conduct, and synthesize user research. Trigger with "user research plan", "interview guide", "usability test", "survey design", "research questions", or when the user needs help with any aspect of understanding their users through research.

invoke
/user-research
skill/user-researchv1.0.0anthropics/knowledge-work-plugins
draft

Using Neon

Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/...

invoke
/using-neon
skill/using-neonv1.0.0claudeskills.in
draft

Using Superpowers

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

invoke
/using-superpowers
otherlicense unknown
skill/using-superpowersv1.0.0claudeskills.in
draft

Uv Package Manager

Master the uv package manager for fast Python dependency management, virtual environments, and modern Python project workflows. Use when setting up Python projects, managing dependencies, or optimi...

invoke
/uv-package-manager
otherlicense unknown
skill/uv-package-managerv1.0.0claudeskills.in
stable

ux-copy

Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing onboarding text.

invoke
/ux-copy
skill/ux-copyv1.0.0anthropics/knowledge-work-plugins
stable

validate-data

QA an analysis before sharing -- methodology, accuracy, and bias checks. Use when reviewing an analysis before a stakeholder presentation, spot-checking calculations and aggregation logic, verifying a SQL query's results look right, or assessing whether conclusions are actually supported by the data.

invoke
/validate-data
skill/validate-datav1.0.0anthropics/knowledge-work-plugins
stable

variance-analysis

Decompose financial variances into drivers with narrative explanations and waterfall analysis. Use when analyzing budget vs. actual, period-over-period changes, revenue or expense variances, or preparing variance commentary for leadership.

invoke
/variance-analysis
skill/variance-analysisv1.0.0anthropics/knowledge-work-plugins
stable

vendor-check

Check the status of existing agreements with a vendor across all connected systems — CLM, CRM, email, and document storage — with gap analysis and upcoming deadlines. Use when onboarding or renewing a vendor, when you need a consolidated view of what's signed and what's missing (MSA, DPA, SOW), or when checking for approaching expirations and surviving obligations.

invoke
/vendor-check
skill/vendor-checkv1.0.0anthropics/knowledge-work-plugins
stable

vendor-review

Evaluate a vendor — cost analysis, risk assessment, and recommendation. Use when reviewing a new vendor proposal, deciding whether to renew or replace a contract, comparing two vendors side-by-side, or building a TCO breakdown and negotiation points before procurement sign-off.

invoke
/vendor-review
skill/vendor-reviewv1.0.0anthropics/knowledge-work-plugins
draft

Vercel Deployment

Expert knowledge for deploying to Vercel with Next.js Use when: vercel, deploy, deployment, hosting, production.

invoke
/vercel-deployment
skill/vercel-deploymentv1.0.0claudeskills.in
stable

Verify Before Claiming Done

Run verification commands and confirm output before claiming any work is complete, fixed, or passing. Evidence before assertions always. Use before committing, opening PRs, or reporting success. Never cite your own reasoning as proof.

skill/verification-before-completionv1.0.0ai-atoms
draft

Viral Generator Builder

Expert in building shareable generator tools that go viral - name generators, quiz makers, avatar creators, personality tests, and calculator tools. Covers the psychology of sharing, viral mechanic...

invoke
/viral-generator-builder
skill/viral-generator-builderv1.0.0claudeskills.in
draft

Vulnerability Scanner

Advanced vulnerability analysis principles. OWASP 2025, Supply Chain Security, attack surface mapping, risk prioritization.

invoke
/vulnerability-scanner
securitylicense unknown
skill/vulnerability-scannerv1.0.0claudeskills.in
draft

Wcag Audit Patterns

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing ac...

invoke
/wcag-audit-patterns
otherlicense unknown
skill/wcag-audit-patternsv1.0.0claudeskills.in
draft

Web Design Guidelines

Review UI code for Web Interface Guidelines compliance. Use when asked to \\"review my UI\\", \\"check accessibility\\", \\"audit design\\", \\"review UX\\", or \\"check my site aga...

invoke
/web-design-guidelines
frontendlicense unknown
skill/web-design-guidelinesv1.0.0claudeskills.in
draft

Web Performance Optimization

Optimize website and web application performance including loading speed, Core Web Vitals, bundle size, caching strategies, and runtime performance

invoke
/web-performance-optimization
frontendlicense unknown
skill/web-performance-optimizationv1.0.0claudeskills.in
draft

Web Security Testing

Web application security testing workflow for OWASP Top 10 vulnerabilities including injection, XSS, authentication flaws, and access control issues.

invoke
/web-security-testing
frontendlicense unknown
skill/web-security-testingv1.0.0claudeskills.in
stable

web-artifacts-builder

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

invoke
/web-artifacts-builder
skill/web-artifacts-builderv1.0.0anthropics/skills
stable

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

invoke
/webapp-testing
skill/webapp-testingv1.0.0anthropics/skills
draft

Windows Privilege Escalation

This skill should be used when the user asks to "escalate privileges on Windows," "find Windows privesc vectors," "enumerate Windows for privilege escalation," "exploit Windows miscon...

invoke
/windows-privilege-escalation
otherlicense unknown
skill/windows-privilege-escalationv1.0.0claudeskills.in
draft

Wordpress

Complete WordPress development workflow covering theme development, plugin creation, WooCommerce integration, performance optimization, and security hardening.

invoke
/wordpress
otherlicense unknown
skill/wordpressv1.0.0claudeskills.in
draft

Wordpress Plugin Development

WordPress plugin development workflow covering plugin architecture, hooks, admin interfaces, REST API, and security best practices.

invoke
/wordpress-plugin-development
otherlicense unknown
skill/wordpress-plugin-developmentv1.0.0claudeskills.in
draft

Wordpress Theme Development

WordPress theme development workflow covering theme architecture, template hierarchy, custom post types, block editor support, and responsive design.

invoke
/wordpress-theme-development
otherlicense unknown
skill/wordpress-theme-developmentv1.0.0claudeskills.in
stable

Write Conventional Commit

Produce a Conventional Commits message from a staged diff or change description. Enforces Code.md §11.2: correct type prefix, 72-char subject line, imperative mood, body explaining why not what, one logical change per commit.

skill/write-conventional-commitv1.0.0ai-atoms
stable

Write Implementation Plan

Produce a structured implementation plan before touching code on any medium or non-trivial task. Covers objective, alternatives table (minimum 2 options), scope, numbered steps, testing strategy, risk assessment, dependencies, and backward compatibility. Required for 2+ file changes.

skill/writing-plansv1.0.0ai-atoms
stable

Write Skills

Write or edit SKILL.md files for Claude Code skills. Apply the three-level loading principle: metadata (name + description) always in context, SKILL.md body loaded on trigger, bundled resources on demand. Use when creating new skills, editing existing ones, or verifying skills work before deployment.

skill/writing-skillsv1.0.0ai-atoms
stable

write-query

Write optimized SQL for your dialect with best practices. Use when translating a natural-language data need into SQL, building a multi-CTE query with joins and aggregations, optimizing a query against a large partitioned table, or getting dialect-specific syntax for Snowflake, BigQuery, Postgres, etc.

invoke
/write-query
skill/write-queryv1.0.0anthropics/knowledge-work-plugins
stable

write-spec

Write a feature spec or PRD from a problem statement or feature idea. Use when turning a vague idea or user request into a structured document, scoping a feature with goals and non-goals, defining success metrics and acceptance criteria, or breaking a big ask into a phased spec.

invoke
/write-spec
skill/write-specv1.0.0anthropics/knowledge-work-plugins
stable

writing-mstest-tests

ALWAYS USE when asked to fix, rewrite, update, improve, modernize, show corrected code for, or explain existing MSTest tests or MSTest-specific configuration. Use for "review" when corrected code or edits are wanted, even for one pasted assertion or passing tests with bad failure output. Covers expected/actual labels; generic Boolean, collection, string, numeric, null, identity, exception, hard-cast, and object[] checks; TestContext/lifecycle; timeout/cancellation; OS/CI conditions, retry, cleanup, parallelization, MSTest.Sdk project setup, and MSTESTxxxx. Honor the installed MSTest version. DO NOT USE to design new test cases (code-testing-agent), perform report-only audits, create project files rather than explain MSTest setup, run tests, migrate frameworks, or handle non-MSTest/non-.NET code.

invoke
/writing-mstest-tests
skill/writing-mstest-testsv1.0.1dotnet/skills
draft

Xlsx Official

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, ....

invoke
/xlsx-official
otherlicense unknown
skill/xlsx-officialv1.0.0claudeskills.in
draft

Xss Html Injection

This skill should be used when the user asks to "test for XSS vulnerabilities", "perform cross-site scripting attacks", "identify HTML injection flaws", "exploit client-side injection...

invoke
/xss-html-injection
frontendlicense unknown
skill/xss-html-injectionv1.0.0claudeskills.in
draft

Youtube Summarizer

Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks

invoke
/youtube-summarizer
otherlicense unknown
skill/youtube-summarizerv1.0.0claudeskills.in