rohitg00
- 246 skills
- 0 followers
- 17 hours ago last updated
- ▌ Sprint Status · rohitg00Track parallel work sessions and prevent confusion across multiple Claude Code instances. Every major step ends with a status line. Every question re-states project, branch, and task.
- ▌ MCP Audit · rohitg00Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.
- ▌ Safe Mode · rohitg00Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.
- ▌ Insights · rohitg00Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.
- ▌ Deslop · rohitg00Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, strips defensive code, and in skill-file mode lints SKILL.md files for quality. Use when cleaning up code, simplifying, removing boilerplate, before committing, or when reviewing a skill before promoting it.
- ▌ Wrap Up · rohitg00End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying "wrap up", "done for the day", "finish coding", or ending a coding session.
- ▌ Find Skills · rohitg00Discovers, searches, and installs skills from multiple AI agent skill marketplaces (400K+ skills) using the SkillKit CLI. Supports browsing official partner collections (Anthropic, Vercel, Supabase, Stripe, and more) and community repositories, searching by domain or technology, and installing specific skills from GitHub. Use when the user wants to find, browse, or install new agent skills, plugins, extensions, or add-ons; asks 'is there a skill for X' or 'find a skill for X'; wants to explore a skill store or marketplace; needs to extend agent capabilities in areas like React, testing, DevOps, security, or APIs; or says 'browse skills', 'search skill marketplace', 'install a skill', or 'what skills are available'.
- ▌ Performance Optimization 2 · rohitg00Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals
- ▌ React Patterns 3 · rohitg00React 19 patterns including Server Components, Actions, Suspense, hooks, and component composition
- ▌ Prompt Engineering 2 · rohitg00Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design
- ▌ Redis Patterns 2 · rohitg00Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
- ▌ Django Patterns 2 · rohitg00Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure
- ▌ Styleseed Design Judgment Engine · rohitg00- Color discipline — #2A2A2A as refined black, 5-level grayscale, one accent color maximum - Spatial rhythm — alternating section heights, 2:1 number-to-unit ratios - Information hierarchy — card/background separation, progressive density - Shadow & elevation — 4% opacity ceiling, dark mode border substitution - Component variance — never 4 identical KPI cards, stagger content types
- ▌ Nextjs Mastery · rohitg00Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
- ▌ Devops Automation · rohitg00CI/CD pipeline design with GitHub Actions, Docker, Kubernetes, Helm, and GitOps patterns
- ▌ Agentkit SEO · rohitg00Route broad or ambiguous AgentKit SEO work to the right module while keeping context scoped. Use when a request spans multiple surfaces, asks for overall digital-presence strategy, involves provider or install architecture, needs agent-context planning, or the correct platform skill is unclear.
- ▌ Testing Strategies · rohitg00Testing strategies including contract testing, snapshot testing, mutation testing, property-based testing, and test organization
- ▌ Data Engineering · rohitg00Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation
- ▌ CI CD Pipelines · rohitg00CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation
- ▌ GRAPHQL Design · rohitg00GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling
- ▌ Golang Idioms · rohitg00Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management
- ▌ Deep Dive · rohitg00Claude-native deep research using DAG-based query planning, parallel subagent execution, and gap-driven iteration. No external API needed.
- ▌ Git Advanced · rohitg00Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
- ▌ Rust Systems · rohitg00Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines
- ▌ Tdd Mastery · rohitg00Test-driven development workflow with Red-Green-Refactor cycle across languages
- ▌ Authentication Patterns · rohitg00Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows
- ▌ Security Hardening · rohitg00Application security covering input validation, auth, headers, secrets management, and dependency auditing
- ▌ Monitoring Observability · rohitg00Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging
- ▌ Microservices Design · rohitg00Microservices design patterns including service mesh, event-driven architecture, saga pattern, and API gateway
- ▌ Frontend Excellence · rohitg00Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals
- ▌ Mobile Development · rohitg00Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design
- ▌ Claude Memory Kit · rohitg00Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.
- ▌ Database Optimization · rohitg00Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
- ▌ Docker Best Practices · rohitg00Docker best practices including multi-stage builds, compose patterns, image optimization, and security
- ▌ Kubernetes Operations · rohitg00Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management
- ▌ Postgres Optimization · rohitg00PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling
- ▌ Accessibility Wcag · rohitg00Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing
- ▌ Python Best Practices · rohitg00Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
- ▌ LLM Integration · rohitg00LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization
- ▌ MCP Development · rohitg00MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
- ▌ API Design Patterns · rohitg00REST API design with resource naming, pagination, versioning, and OpenAPI spec generation
- ▌ Continuous Learning · rohitg00Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring
- ▌ Springboot Patterns · rohitg00Spring Boot patterns including JPA repositories, REST controllers, layered services, and configuration
- ▌ Typescript Advanced · rohitg00Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
- ▌ Websocket Realtime · rohitg00Real-time communication patterns with WebSocket, Socket.io, Server-Sent Events, and scaling strategies
- ▌ AWS Cloud Patterns · rohitg00AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform