systems-architectDesign infrastructure, networks, and cloud systems with integration, reliability, and security patterns.
Install via ClawdBot CLI:
clawdbot install ivangdavila/systems-architectGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated Mar 21, 2026
An online retailer needs a highly available system to handle global traffic spikes during sales events. The architecture must ensure redundancy across multiple cloud regions, implement auto-scaling for compute resources, and use content delivery networks to minimize latency. Security measures include private subnets for databases and zero-trust networking for internal services.
A financial institution is transitioning from on-premises servers to a cloud-based microservices architecture. This involves using the strangler fig pattern to gradually replace legacy components, implementing service mesh for observability, and ensuring compliance with strict security and audit logging requirements. Disaster recovery plans include cross-region replication and regular DR drills.
A healthcare provider requires a secure and reliable system to process patient data from IoT devices and electronic health records. The design focuses on network segmentation to limit blast radius, centralized secrets management for compliance, and event-driven integration patterns for loose coupling between services. Capacity planning includes load testing to handle data surges.
A gaming company needs a low-latency, high-availability network for multiplayer games with millions of concurrent users. The architecture uses multi-AZ deployments for redundancy, rate limiting to protect against DDoS attacks, and distributed tracing to monitor performance. Cloud cost optimization involves reserved instances for steady load and spot instances for bursts.
Offers cloud-based systems architecture tools or consulting services on a subscription basis, helping clients design and manage scalable infrastructures. Revenue is generated through monthly or annual fees, with tiers based on usage or support levels. This model benefits from recurring income and long-term client relationships.
Provides expert guidance on infrastructure design, cloud migration, and security audits for enterprises. Revenue comes from project-based contracts or hourly rates, often including follow-up maintenance and training. This model leverages deep technical expertise to solve specific client challenges.
Delivers ongoing management and monitoring of clients' cloud systems, ensuring reliability and compliance. Revenue is based on managed service agreements that include proactive support, patch management, and disaster recovery testing. This model focuses on operational efficiency and risk reduction for clients.
💬 Integration Tip
Use infrastructure as code tools like Terraform to automate deployments and ensure consistency across environments. Implement service mesh for microservices to simplify observability and security management.
Scored May 16, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.
Use when writing tests, creating test strategies, or building automation frameworks. Invoke for unit tests, integration tests, E2E, coverage analysis, performance testing, security testing.