saiyedmuhammadanasmaududi
Community@saiyedmuhammadanasmaududi
Agent Skills by saiyedmuhammadanasmaududi
Showing 20 vetted skills indexed across 1 GitHub repositories.
api-design-principles
Design REST and GraphQL APIs with schema-first patterns and versioning strategies.
architecture-patterns
blueprint for designing/maintaining complex business applications with a focus on maintainability and testability through separation of concerns and strict dependency rules. It leverages the concept of layers, where the core business logic is isolated from external details like databases and user interfaces. The result is code that is modular, easier to debug and evolvebba.
event-store-design
Design durable event stores with append-only persistence and per-stream versioning.
microservices-patterns
Identify service boundaries, contracts, and data ownership for microservices.
workflow-orchestration-patterns
Designs durable, deterministic workflows in Temporal using patterns like Saga and Fan-Out/Fan-In.
saga-orchestration
Coordinate distributed transactions across microservices using Saga patterns.
projection-patterns
Project event streams into read models for CQRS read sides and analytics.
temporal-python-testing
Design and execute Temporal Python workflow tests with pytest and time-skipping.
cqrs-implementation
Implement CQRS by separating write and read models with command and query buses.
postgresql-table-design
Design PostgreSQL schemas with primary keys, constraints, and indexing strategies.
dockerization
Generate production-ready Dockerfiles for Next.js frontend and FastAPI backend with multi-stage builds.
cicd-github
Automate CI/CD pipeline design for containerized apps with GitHub Actions.
cloud-native-todo-deployer
Automate Dockerfile creation, Helm chart generation, and Kubernetes deployment for a Todo application.
dapr-runtime
Automate Dapr sidecar and component configuration for Kubernetes deployments.
cloud-kubernetes
Automate provisioning of AKS, GKE, and OKE Kubernetes clusters with networking and Kafka integration.
kubernetes-deployment
Generate Helm charts and deploy Kubernetes apps across Minikube, AKS, GKE, and OKE.
skill-creator
Design and organize Claude skills with SKILL.md frontmatter and packaging workflows.
kafka-eventing
Design Kafka topics, schemas, and Dapr pubsub for asynchronous workflows.
frontend-design
Design responsive, accessible frontend interfaces with HTML/CSS/JS or React.
mcp-builder
Design MCP servers with templates for Python FastMCP and TypeScript MCP SDK.