architecture-designer
Use when designing new system architecture, reviewing existing designs, or making architectural decisions. Invoke for system design, architecture review, design patterns, ADRs, scalability planning.
Why use this skill?
Use the Architecture Designer to create scalable system architectures, document key decisions via ADRs, and evaluate technology trade-offs for robust, production-ready software.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/veeramanikandanr48/architecture-designerWhat This Skill Does
The Architecture Designer skill acts as your principal software architect, bringing over 15 years of industry experience to your development lifecycle. It is designed to navigate the complexities of system architecture, from high-level conceptual modeling to granular technical decision-making. The skill ensures that every design choice is backed by formal Architecture Decision Records (ADRs), prioritizing maintainability, scalability, and performance. By focusing on non-functional requirements (NFRs) and clear trade-off analysis, it prevents common pitfalls like over-engineering and technology lock-in. Whether you are migrating a monolith to microservices, designing a high-throughput event-driven system, or choosing between SQL and NoSQL databases, this skill provides the analytical framework needed to build robust, cloud-native applications.
Installation
To integrate this skill into your workflow, use the following command in your terminal:
clawhub install openclaw/skills/skills/veeramanikandanr48/architecture-designer
Use Cases
- Designing greenfield distributed systems from the ground up.
- Performing gap analysis on legacy systems to identify scalability bottlenecks.
- Standardizing architectural documentation across development teams using ADRs.
- Evaluating infrastructure choices, such as selecting between managed services, Kubernetes-based deployments, or serverless models.
- Defining communication patterns between services using event-driven architectures (e.g., Kafka, RabbitMQ) or REST/gRPC.
Example Prompts
- "I am building a high-traffic e-commerce platform. Can you help me design the checkout service architecture? Please focus on high availability and consistency, and provide an ADR for the database selection."
- "Review my current monolithic architecture for a CRM tool. Identify potential bottlenecks as we scale to 100k active users and suggest a migration path to microservices."
- "We are choosing between AWS Lambda and Google Cloud Run for our background job processor. Please provide a comparison based on cold start times, cost, and maintainability."
Tips & Limitations
To get the best results, always provide the specific context for your NFRs (e.g., latency requirements in milliseconds, expected throughput). The skill is most effective when given constraints such as budget, team expertise, and existing technology stack. Note that this skill does not implement the code itself; it provides the blueprints and decision logic for your team to execute. Do not expect it to make final business decisions without your input on priorities and stakeholder goals.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-veeramanikandanr48-architecture-designer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
earnings-calendar
This skill retrieves upcoming earnings announcements for US stocks using the Financial Modeling Prep (FMP) API. Use this when the user requests earnings calendar data, wants to know which companies are reporting earnings in the upcoming week, or needs a weekly earnings review. The skill focuses on mid-cap and above companies (over $2B market cap) that have significant market impact, organizing the data by date and timing in a clean markdown table format. Supports multiple environments (CLI, Desktop, Web) with flexible API key management.
better-auth
Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.
dividend-growth-pullback-screener
Use this skill to find high-quality dividend growth stocks (12%+ annual dividend growth, 1.5%+ yield) that are experiencing temporary pullbacks, identified by RSI oversold conditions (RSI ≤40). This skill combines fundamental dividend analysis with technical timing indicators to identify buying opportunities in strong dividend growers during short-term weakness.
cli-developer
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.
options-strategy-advisor
Options trading strategy analysis and simulation tool. Provides theoretical pricing using Black-Scholes model, Greeks calculation, strategy P/L simulation, and risk management guidance. Use when user requests options strategy analysis, covered calls, protective puts, spreads, iron condors, earnings plays, or options risk management. Includes volatility analysis, position sizing, and earnings-based strategy recommendations. Educational focus with practical trade simulation.