Browse Skills
Azure Storage Blob Java
v1.0.0Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming da...
Azure Storage Blob Py
v1.0.0Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle.
Azure Storage Blob Rust
v1.0.0Azure Blob Storage SDK for Rust. Use for uploading, downloading, and managing blobs and containers.
Azure Storage Blob Ts
v1.0.0Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers.
Azure Storage File Share Py
v1.0.0Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud.
Azure Storage File Share Ts
v1.0.0Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations.
Azure Storage Queue Py
v1.0.0Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing.
Azure Storage Queue Ts
v1.0.0Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues.
Backend Dev Guidelines
v1.0.0Opinionated backend development standards for Node.js + Express + TypeScript microservices. Covers layered architecture, BaseController pattern, dependency injection, Prisma repositories, Zod valid...
Backend Development Feature Development
v1.0.0Orchestrate end-to-end backend feature development from requirements to deployment. Use when coordinating multi-phase feature delivery across teams and services.
Behavioral Modes
v1.0.0AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
Binary Analysis Patterns
v1.0.0Master binary analysis patterns including disassembly, decompilation, control flow analysis, and code pattern recognition. Use when analyzing executables, understanding compiled code, or performing...