Cloud
857 skills in DevOps > Cloud
agentuity-cli-cloud-secret-get
Get a secret value. Requires authentication. Use for Agentuity cloud platform operations
clinical-reports
Write comprehensive clinical reports including case reports (CARE guidelines), diagnostic reports (radiology/pathology/lab), clinical trial reports (ICH-E3, SAE, CSR), and patient documentation (SOAP, H&P, discharge summaries). Full support with templates, regulatory compliance (HIPAA, FDA, ICH-GCP), and validation tools.
create-pr-azdo
Create an Azure DevOps pull request using az devops tooling; include the repo’s linear-history merge preference and ask the Maintainer if merge options differ.
agentuity-cli-cloud-apikey-delete
Delete an API key (soft delete). Requires authentication. Use for Agentuity cloud platform operations
spring-boot-security
Spring Security 7 implementation for Spring Boot 4. Use when configuring authentication, authorization, OAuth2/JWT resource servers, method security, or CORS/CSRF. Covers the mandatory Lambda DSL migration, SecurityFilterChain patterns, @PreAuthorize, and password encoding. For testing secured endpoints, see spring-boot-testing skill.
domain-review-before-implementation
BEFORE dispatching any implementation agent or starting to code - if you're about to write "Task(subagent_type=..., prompt=...)" for implementation, or about to implement a plan yourself, STOP and review first. The prompt you're about to send IS a brief - review it for design flaws before the agent implements garbage.
cloudflare-r2
Store objects with R2's S3-compatible storage on Cloudflare's edge. Use when: uploading/downloading files, configuring CORS, generating presigned URLs, multipart uploads, managing metadata, or troubleshooting R2_ERROR, CORS failures, presigned URL issues, or quota errors.
hono-routing
Build type-safe APIs with Hono - fast, lightweight routing for Cloudflare Workers, Deno, Bun, and Node.js. Set up routing patterns, middleware composition, request validation (Zod/Valibot/Typia/ArkType), RPC client/server with full type inference, and error handling with HTTPException.Use when: building APIs with Hono, setting up request validation with schema libraries, creating type-safe RPC client/server communication, implementing custom middleware chains, handling errors with HTTPException, extending context with custom variables, or troubleshooting middleware type inference issues, validation hook confusion, RPC performance problems, or middleware response typing errors.
agentuity-cli-cloud-keyvalue-create-namespace
Create a new keyvalue namespace. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-secret-delete
Delete a secret. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-auth-logout
Logout of the Agentuity Cloud Platform. Use for managing authentication credentials
agentuity-cli-cloud-vector-delete-namespace
Delete a vector namespace and all its vectors. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-keyvalue-repl
Start an interactive repl for working with keyvalue database. Requires authentication. Use for Agentuity cloud platform operations
dapr-integration
Integrate Dapr for pub/sub messaging and scheduled jobs. Use this skill when implementing event-driven architectures with Dapr, handling CloudEvent message formats, setting up pub/sub subscriptions, or scheduling jobs with Dapr Jobs API. Covers common pitfalls like CloudEvent unwrapping and callback URL patterns.
agentuity-cli-cloud-apikey-list
List all API keys. Requires authentication. Use for Agentuity cloud platform operations
agentuity-cli-cloud-sandbox-cp
Copy files or directories to or from a sandbox. Requires authentication. Use for Agentuity cloud platform operations
word-cloud-generator
Generate styled word clouds from text with custom shapes, colors, fonts, and stopword filtering. Supports PNG/SVG export and frequency dictionaries.
cloud-infrastructure
Cloud infrastructure design and deployment patterns for AWS, Azure, and GCP. Use when designing cloud architectures, implementing IaC with Terraform, optimizing costs, or setting up multi-region deployments.
agentuity-cli-cloud-ssh
SSH into a cloud project. Requires authentication. Use for Agentuity cloud platform operations
cloudflare-backend-architect
Deep technical guide for building backends with CloudFlare Workers, D1 (SQL), KV (NoSQL), R2 (storage), and hybrid database strategies. Covers edge computing patterns, data modeling, performance optimization, and cost management for globally-distributed serverless applications.