All authors
H4D3ZS avatar

Claude Skills by H4D3ZS

github.com/H4D3ZS
152 skillsA× 150B× 29 installs294 views
Arm Cortex ExpertA

Senior embedded software engineer specializing in firmware and driver development for ARM Cortex-M microcontrollers (Teensy, STM32, nRF52, SAMD). Decades of experience writing reliable, optimized, and maintainable embedded code with deep expertise in memory barriers, DMA/cache coherency, interrupt-driven I/O, and peripheral drivers.

developmentrustgo
0
159
Async Python PatternsA

Master Python asyncio, concurrent programming, and async/await patterns for high-performance applications. Use when building async APIs, concurrent systems, or I/O-bound applications requiring non-blocking operations.

developmentpythonfastapi
0
159
Attack Tree ConstructionA

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

data-aigonode
0
159
Auth Implementation PatternsA

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 APIs, or debugging security issues.

testing-securitydebuggingapi
0
159
Autonomous Agent PatternsA

Design patterns for building autonomous coding agents. Covers tool integration, permission systems, browser automation, and human-in-the-loop workflows. Use when building AI agents, designing tool APIs, implementing permission systems, or creating autonomous coding assistants.

toolsgitapi
0
159
Autonomous AgentsA

Autonomous agents are AI systems that can independently decompose goals, plan actions, execute tools, and self-correct without constant human guidance. The challenge isn't making them capable - it's making them reliable. Every extra decision multiplies failure probability. This skill covers agent loops (ReAct, Plan-Execute), goal decomposition, reflection patterns, and production reliability. Key insight: compounding error rates kill autonomous agents. A 95% success rate per step drops to 60% b

developmentrustgo
0
159
Avalonia Layout ZafiroA

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

developmentgo
0
159
Avalonia Viewmodels ZafiroA

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

toolsgoreact
0
159
Avalonia Zafiro DevelopmentA

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

developmentreact
0
159
Aws Penetration TestingA

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", "metadata SSRF", "Lambda exploitation", or needs guidance on Amazon Web Services security assessment.

testing-securitypythonaws
0
159
Aws ServerlessA

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 optimization.

devopsawsapi
0
159
Azure FunctionsA

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 programming models. Use when: azure function, azure functions, durable functions, azure serverless, function app.

developmentpythonnode
0
159
Backend ArchitectA

Expert backend architect specializing in scalable API design,

developmenttestingapi
0
159
Backend Dev GuidelinesA

Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod validation, unifiedConfig, Sentry error tracking, async safety, and testing discipline.

developmenttypescriptgo
0
159
Backend Development Feature DevelopmentA

Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services.

devopstestingfrontend
0
159
Backend Security CoderA

Expert in secure backend coding practices specializing in input

testing-securitygotesting
0
159
Backtesting FrameworksA

Build robust backtesting systems for trading strategies with proper handling of look-ahead bias, survivorship bias, and transaction costs. Use when developing trading algorithms, validating strategies, or building backtesting infrastructure.

devopsgotesting
0
159
Bash Defensive PatternsA

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.

devopsshellbash
0
159
Bash LinuxA

Bash/Linux terminal patterns and critical commands.

toolsgobash
0
159
Bash ProB

Master of defensive Bash scripting for production automation, CI/CD

developmentrustshell
0
159
Bats Testing PatternsA

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

testing-securitygoshell
0
159
Bazel Build OptimizationA

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

developmenttypescriptpython
0
159
Behavioral ModesA

AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate).

developmentgosecurity
0
159
Billing AutomationA

Build automated billing systems for recurring payments, invoicing, subscription lifecycle, and dunning management. Use when implementing subscription billing, automating invoicing, or managing recurring payment systems.

businesstesting
0
159
Binary Analysis PatternsA

Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing static analysis on binaries.

developmentpythongo
0
159
Blockchain DeveloperA

Build production-ready Web3 applications, smart contracts, and

blockchaingogit
0
159
BlockrunA

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

data-aipythongo
0
159
BrainstormingA

Socratic questioning protocol + user communication.

businessgo
0
159
Brand Guidelines AnthropicA

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.

business
0
159
Brand Guidelines CommunityA

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.

business
0
159
Broken AuthenticationA

This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session management security", "perform credential stuffing tests", "evaluate password policies", "test for session fixation", or "identify authentication bypass flaws". It provides comprehensive techniques for identifying authentication and session management weaknesses in web applications.

testing-securityawstesting
0
159
Browser AutomationA

Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script and a reliable system comes down to understanding selectors, waiting strategies, and anti-detection patterns. This skill covers Playwright (recommended) and Puppeteer, with patterns for testing, scraping, and agentic browser control. Key insight: Playwright won the framework war. Unless you need Puppeteer's stealth ecosystem or are Chrome-only, Playwright is the better choice in 202

testing-securitytestingapi
0
159
Browser Extension BuilderA

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 strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.

developmentapisecurity
0
159
Bullmq SpecialistA

BullMQ expert for Redis-backed job queues, background processing, and reliable async execution in Node.js/TypeScript applications. Use when: bullmq, bull queue, redis queue, background job, job queue.

developmenttypescriptnode
0
159
Bun DevelopmentA

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, or migrating from Node.js to Bun.

developmentjavascripttypescript
0
159
Burp Suite TestingA

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 Repeater", "analyze HTTP history", or "configure proxy for web testing". It provides comprehensive guidance for using Burp Suite's core features for web application security testing.

testing-securitytestingsecurity
0
159
Business AnalystA

Master modern business analysis with AI-powered analytics,

data-aigo
0
159
Busybox On WindowsA

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

toolsshelldocumentation
0
159
C ProA

Write efficient C code with proper memory management, pointer

developmentgodebugging
0
159
C4 Architecture C4 ArchitectureA

Generate comprehensive C4 architecture documentation for an existing repository/codebase using a bottom-up analysis approach.

developmentgoapi
0
159
C4 CodeA

Expert C4 Code-level documentation specialist. Analyzes code

developmentgodocumentation
0
159
C4 ComponentA

Expert C4 Component-level documentation specialist. Synthesizes C4

developmentgodocumentation
0
159
C4 ContainerA

Expert C4 Container-level documentation specialist. Synthesizes

developmentgoapi
0
159
C4 ContextA

Expert C4 Context-level documentation specialist. Creates

developmentgodocumentation
0
159
Canvas DesignA

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.

content-mediaexpress
0
159
Changelog AutomationA

Automate changelog generation from commits, PRs, and releases following Keep a Changelog format. Use when setting up release workflows, generating release notes, or standardizing commit conventions.

tools
0
159
Cicd Automation Workflow AutomateA

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, improves consistency, and accelerates delivery while maintaining quality and security.

devopsgogit
0
159
Clean CodeA

Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments

developmenttypescriptgo
0
159
Clerk AuthA

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

developmentnextjs
0
159
Cloud Architect MasterA

Elite Cloud and Multi-Cloud Architect Master Skill.

devopsrustgo
0
159