← all publishers

rohitg00

@rohitg00 source repo

246 published skills · page 3 of 3

  1. Sprint Status · rohitg00
    Track 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.
    0
    installs
  2. MCP Audit · rohitg00
    Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.
    0
    installs
  3. Safe Mode · rohitg00
    Prevent 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.
    0
    installs
  4. Insights · rohitg00
    Show 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.
    0
    installs
  5. Deslop · rohitg00
    Remove 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.
    0
    installs
  6. Wrap Up · rohitg00
    End-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.
    0
    installs
  7. Find Skills · rohitg00
    Discovers, 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'.
    0
    installs
  8. Performance Optimization 2 · rohitg00
    Web performance optimization including bundle analysis, lazy loading, caching strategies, and Core Web Vitals
    0
    installs
  9. React Patterns 3 · rohitg00
    React 19 patterns including Server Components, Actions, Suspense, hooks, and component composition
    0
    installs
  10. Prompt Engineering 2 · rohitg00
    Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design
    0
    installs
  11. Redis Patterns 2 · rohitg00
    Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
    0
    installs
  12. Django Patterns 2 · rohitg00
    Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure
    0
    installs
  13. 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
    0
    installs
  14. Nextjs Mastery · rohitg00
    Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
    0
    installs
  15. Devops Automation · rohitg00
    CI/CD pipeline design with GitHub Actions, Docker, Kubernetes, Helm, and GitOps patterns
    0
    installs
  16. Agentkit SEO · rohitg00
    Route 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.
    0
    installs
  17. Testing Strategies · rohitg00
    Testing strategies including contract testing, snapshot testing, mutation testing, property-based testing, and test organization
    0
    installs
  18. Data Engineering · rohitg00
    Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation
    0
    installs
  19. CI CD Pipelines · rohitg00
    CI/CD pipeline patterns for GitHub Actions, GitLab CI, testing strategies, and deployment automation
    0
    installs
  20. GRAPHQL Design · rohitg00
    GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling
    0
    installs
  21. Golang Idioms · rohitg00
    Idiomatic Go patterns for error handling, interfaces, concurrency, testing, and module management
    0
    installs
  22. Deep Dive · rohitg00
    Claude-native deep research using DAG-based query planning, parallel subagent execution, and gap-driven iteration. No external API needed.
    0
    installs
  23. Git Advanced · rohitg00
    Advanced git workflows including worktrees, bisect, interactive rebase, hooks, and recovery techniques
    0
    installs
  24. Rust Systems · rohitg00
    Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines
    0
    installs
  25. Tdd Mastery · rohitg00
    Test-driven development workflow with Red-Green-Refactor cycle across languages
    0
    installs
  26. Authentication Patterns · rohitg00
    Authentication and authorization patterns including OAuth2, JWT, RBAC, session management, and PKCE flows
    0
    installs
  27. Security Hardening · rohitg00
    Application security covering input validation, auth, headers, secrets management, and dependency auditing
    0
    installs
  28. Monitoring Observability · rohitg00
    Monitoring and observability with OpenTelemetry, Prometheus, Grafana dashboards, and structured logging
    0
    installs
  29. Microservices Design · rohitg00
    Microservices design patterns including service mesh, event-driven architecture, saga pattern, and API gateway
    0
    installs
  30. Frontend Excellence · rohitg00
    Modern frontend patterns for React Server Components, performance optimization, and Core Web Vitals
    0
    installs
  31. Mobile Development · rohitg00
    Mobile development patterns for React Native and Flutter including navigation, state management, and responsive design
    0
    installs
  32. Claude Memory Kit · rohitg00
    Persistent memory system for Claude Code. Two-layer architecture (hot cache + knowledge wiki), safety hooks, /close-day end-of-day synthesis. Zero external dependencies.
    0
    installs
  33. Database Optimization · rohitg00
    Query optimization, indexing strategies, and database performance tuning for PostgreSQL and MySQL
    0
    installs
  34. Docker Best Practices · rohitg00
    Docker best practices including multi-stage builds, compose patterns, image optimization, and security
    0
    installs
  35. Kubernetes Operations · rohitg00
    Kubernetes operations including manifests, Helm charts, operators, troubleshooting, and resource management
    0
    installs
  36. Postgres Optimization · rohitg00
    PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling
    0
    installs
  37. Accessibility Wcag · rohitg00
    Web accessibility patterns for WCAG 2.2 compliance including ARIA, keyboard navigation, screen readers, and testing
    0
    installs
  38. Python Best Practices · rohitg00
    Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
    0
    installs
  39. LLM Integration · rohitg00
    LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization
    0
    installs
  40. MCP Development · rohitg00
    MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
    0
    installs
  41. API Design Patterns · rohitg00
    REST API design with resource naming, pagination, versioning, and OpenAPI spec generation
    0
    installs
  42. Continuous Learning · rohitg00
    Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring
    0
    installs
  43. Springboot Patterns · rohitg00
    Spring Boot patterns including JPA repositories, REST controllers, layered services, and configuration
    0
    installs
  44. Typescript Advanced · rohitg00
    Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
    0
    installs
  45. Websocket Realtime · rohitg00
    Real-time communication patterns with WebSocket, Socket.io, Server-Sent Events, and scaling strategies
    0
    installs
  46. AWS Cloud Patterns · rohitg00
    AWS cloud patterns for Lambda, ECS, S3, DynamoDB, and Infrastructure as Code with CDK/Terraform
    0
    installs