This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP...
Development
Code generation, debugging, testing, and development workflows
Master guide for using Claude Code effectively. Includes configuration templates, prompting strategies "Thinking"...
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js,...
This skill should be used when the user asks to "intercept HTTP traffic", "modify web requests", "use Burp Suite for...
Modern JavaScript/TypeScript development with Bun runtime. Covers package management, bundling, testing, and...
Browser automation powers web testing, scraping, and AI agent interactions. The difference between a flaky script...
This skill should be used when the user asks to "test for broken authentication vulnerabilities", "assess session...
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having...
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having...
AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based...
Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered...
This skill should be used when the user asks to "pentest AWS", "test AWS security", "enumerate IAM", "exploit cloud...
API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
This skill should be used when the user asks to "test API security", "fuzz APIs", "find IDOR vulnerabilities", "test...
Use when you need to address review or issue comments on an open GitHub Pull Request using the gh CLI.
This skill should be used when the user asks to "attack Active Directory", "exploit AD", "Kerberoasting", "DCSync",...
Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
Summarize huge articles (URL or local file) via a Codex CLI-driven chunk→reduce pipeline, keeping only the final...
CRITICAL: Use for unsafe Rust code review and FFI. Triggers on: unsafe, raw pointer, FFI, extern, transmute, *mut,...
Safe Rust refactoring with LSP analysis. Triggers on: /refactor, rename symbol, move function, extract, 重构, 重命名, 提取函数, 安全重构
Use when asking about Rust versions or crate info. Keywords: latest version, what's new, changelog, Rust 1.x, Rust...
Navigate Rust code using LSP. Triggers on: /navigate, go to definition, find references, where is defined, 跳转定义,...
Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad...