rohitg00
@rohitg00
Public Skills
replay-learnings
by rohitg00
Surface past learnings relevant to the current task before starting work. Searches correction history and patterns. Use when starting a task or saying "what do I know about".
pro-workflow
by rohitg00
Battle-tested AI coding workflows from power users. Self-correcting memory, parallel worktrees, wrap-up rituals, and the 80/20 AI coding ratio. Works with Claude Code, Cursor, and other agents.
parallel-worktrees
by rohitg00
Set up parallel coding sessions using git worktrees for zero dead time. Use when blocked on tests, builds, or wanting to explore multiple approaches simultaneously.
insights
by rohitg00
Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Use when wanting to understand your coding patterns over time.
wrap-up
by rohitg00
End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when ending a coding session.
learn-rule
by rohitg00
Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Use after mistakes or when the user says "remember this".
session-handoff
by rohitg00
Generate a structured handoff document designed for the next session to consume immediately and continue where you left off. Use when ending a session.
deslop
by rohitg00
Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Use after completing changes and before committing.
smart-commit
by rohitg00
Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when ready to commit after making changes.
kubernetes-operations
by rohitg00
Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management
accessibility-wcag
by rohitg00
Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing
authentication-patterns
by rohitg00
Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows
data-engineering
by rohitg00
Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation
mcp-development
by rohitg00
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
git-advanced
by rohitg00
Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
django-patterns
by rohitg00
Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure
nextjs-mastery
by rohitg00
Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
docker-best-practices
by rohitg00
Docker best practices including multi-stage builds, compose patterns, image optimization, and security
typescript-advanced
by rohitg00
Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
performance-optimization
by rohitg00
Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals
llm-integration
by rohitg00
LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization
websocket-realtime
by rohitg00
Real-time communication patterns with WebSocket, Socket.io, Server-Sent Events, and scaling strategies
postgres-optimization
by rohitg00
PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling
mobile-development
by rohitg00
Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design
redis-patterns
by rohitg00
Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
prompt-engineering
by rohitg00
Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design
monitoring-observability
by rohitg00
Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging
springboot-patterns
by rohitg00
Spring Boot patterns including JPA repositories, REST controllers, layered services, and configuration
api-design-patterns
by rohitg00
REST API design with resource naming, pagination, versioning, and OpenAPI spec generation
continuous-learning
by rohitg00
Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring
database-optimization
by rohitg00
Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
golang-idioms
by rohitg00
Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management
react-patterns
by rohitg00
React 19 patterns including Server Components, Actions, Suspense, hooks, and component composition
tdd-mastery
by rohitg00
Test-driven development workflow with Red-Green-Refactor cycle across languages
microservices-design
by rohitg00
Microservices design patterns including service mesh, event-driven architecture, saga pattern, and API gateway
rust-systems
by rohitg00
Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines
security-hardening
by rohitg00
Application security covering input validation, auth, headers, secrets management, and dependency auditing
ci-cd-pipelines
by rohitg00
CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation
aws-cloud-patterns
by rohitg00
AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform
graphql-design
by rohitg00
GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling
testing-strategies
by rohitg00
Testing strategies including contract testing, snapshot testing, mutation testing, property-based testing, and test organization
frontend-excellence
by rohitg00
Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals
devops-automation
by rohitg00
CI/CD pipeline design with GitHub Actions, Docker, Kubernetes, Helm, and GitOps patterns
python-best-practices
by rohitg00
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
find-skills
by rohitg00
"Discover and install skills from multiple marketplaces for AI coding agents"
k8s-gitops
by rohitg00
Manage GitOps workflows with Flux and ArgoCD. Use for sync status, reconciliation, app management, source management, and GitOps troubleshooting.
k8s-troubleshoot
by rohitg00
Debug Kubernetes pods, nodes, and workloads. Use when pods are failing, containers crash, nodes are unhealthy, or users mention debugging, troubleshooting, or diagnosing Kubernetes issues.
k8s-deploy
by rohitg00
Deploy and manage Kubernetes workloads with progressive delivery. Use for deployments, rollouts, blue-green, canary releases, scaling, and release management.
k8s-autoscaling
by rohitg00
Configure Kubernetes autoscaling with HPA, VPA, and KEDA. Use for horizontal/vertical pod autoscaling, event-driven scaling, and capacity management.
k8s-operations
by rohitg00
kubectl operations for applying, patching, deleting, and executing commands on Kubernetes resources. Use when modifying resources, running commands in pods, or managing resource lifecycle.
k8s-rollouts
by rohitg00
Progressive delivery with Argo Rollouts and Flagger. Use when implementing canary deployments, blue-green deployments, or traffic shifting strategies.
k8s-cost
by rohitg00
Optimize Kubernetes costs through resource right-sizing, unused resource detection, and cluster efficiency analysis. Use for cost optimization, resource analysis, and capacity planning.
k8s-policy
by rohitg00
Kubernetes policy management with Kyverno and Gatekeeper. Use when enforcing security policies, validating resources, or auditing policy compliance.
k8s-kubevirt
by rohitg00
Virtual machine management with KubeVirt on Kubernetes. Use when creating, managing, or troubleshooting VMs running on Kubernetes clusters.
k8s-service-mesh
by rohitg00
Manage Istio service mesh for traffic management, security, and observability. Use for traffic shifting, canary releases, mTLS, and service mesh troubleshooting.
k8s-multicluster
by rohitg00
Manage multiple Kubernetes clusters, switch contexts, and perform cross-cluster operations. Use when working with multiple clusters, comparing environments, or managing cluster lifecycle.
k8s-helm
by rohitg00
Manage Helm charts, releases, and repositories. Use for Helm installations, upgrades, rollbacks, chart development, and release management.
k8s-browser
by rohitg00
Browser automation for Kubernetes dashboards and web UIs. Use when interacting with Kubernetes Dashboard, Grafana, ArgoCD UI, or other web interfaces. Requires MCP_BROWSER_ENABLED=true.
k8s-vind
by rohitg00
Manage vCluster (virtual Kubernetes clusters) instances using vind. Use when creating, managing, or operating lightweight virtual clusters for development, testing, or multi-tenancy.
k8s-backup
by rohitg00
Kubernetes backup and restore with Velero. Use when creating backups, restoring applications, managing disaster recovery, or migrating workloads between clusters.
k8s-core
by rohitg00
Core Kubernetes resource management for pods, namespaces, configmaps, secrets, and nodes. Use when listing, inspecting, or managing fundamental K8s objects.
k8s-certs
by rohitg00
Kubernetes certificate management with cert-manager. Use when managing TLS certificates, configuring issuers, or troubleshooting certificate issues.
k8s-kind
by rohitg00
Manage kind (Kubernetes IN Docker) local clusters. Use when creating, testing, or developing with local Kubernetes clusters in Docker containers.
k8s-diagnostics
by rohitg00
Kubernetes diagnostics for metrics, health checks, resource comparisons, and cluster analysis. Use when analyzing cluster health, comparing environments, or gathering diagnostic data.
k8s-storage
by rohitg00
Kubernetes storage management for PVCs, storage classes, and persistent volumes. Use when provisioning storage, managing volumes, or troubleshooting storage issues.
k8s-capi
by rohitg00
Cluster API lifecycle management for provisioning, scaling, and upgrading Kubernetes clusters. Use when managing cluster infrastructure or multi-cluster operations.
k8s-security
by rohitg00
Audit Kubernetes RBAC, enforce policies, and manage secrets. Use for security reviews, permission audits, policy enforcement with Kyverno/Gatekeeper, and secret management.
k8s-cilium
by rohitg00
Cilium and Hubble network observability for Kubernetes. Use when managing network policies, observing traffic flows, or troubleshooting connectivity with eBPF-based networking.
k8s-networking
by rohitg00
Kubernetes networking management for services, ingresses, endpoints, and network policies. Use when configuring connectivity, load balancing, or network isolation.
k8s-cli
by rohitg00
kubectl-mcp-server CLI commands for tool discovery, direct invocation, and diagnostics. Use when exploring available tools, calling tools from command line, or checking server health.
k8s-incident
by rohitg00
Respond to Kubernetes incidents with runbooks and diagnostics. Use for outages, pod failures, node issues, network problems, and emergency response.