← all publishers

sourav15mukherjee

@sourav15mukherjee source repo

19 published skills

  1. Code Reviewer · sourav15mukherjee bundle
    Review code for bugs, security issues, performance problems, and best practice violations. Use when the user asks to review code, check code quality, find bugs, or audit a file. Provides actionable feedback with severity ratings and suggested fixes.
    0 installs
  2. Test Generator · sourav15mukherjee bundle
    Generate comprehensive unit and integration tests for functions, classes, or modules. Use when the user asks to write tests, add tests, create test coverage, or test a specific function. Detects the testing framework and produces thorough test suites with edge cases.
    0 installs
  3. API Docs Writer · sourav15mukherjee bundle
    Generate comprehensive API documentation from source code. Use when the user asks to document APIs, create API docs, generate endpoint documentation, or write API reference. Scans route handlers and produces structured docs with endpoints, parameters, and examples.
    0 installs
  4. Error Explainer · sourav15mukherjee bundle
    Diagnose and fix error messages and stack traces. Use when the user pastes an error, stack trace, build failure, or runtime exception. Provides plain-English explanation, root cause analysis, and a working fix using actual project context.
    0 installs
  5. Prompt Engineer · sourav15mukherjee bundle
    Help users craft optimized AI prompts. Use when the user asks to write a prompt, improve a prompt, create a system message, build few-shot examples, or optimize LLM instructions for any AI model (OpenAI, Anthropic, open-source).
    0 installs
  6. Readme Generator · sourav15mukherjee bundle
    Analyze project structure and generate a comprehensive README.md. Use when the user asks to create a README, generate documentation, write project docs, or wants a README for their repo. Scans the codebase and produces a polished README with all standard sections.
    0 installs
  7. Env Config Manager · sourav15mukherjee bundle
    Manage .env files, validate required variables, generate .env.example templates, and detect missing config between environments. Use when the user asks to check environment variables, create an env example file, compare configs, validate env setup, or audit secrets in their repository.
    0 installs
  8. Git Branch Manager · sourav15mukherjee bundle
    Create, manage, and clean up git branches with smart naming conventions. Use when the user asks to create a branch, switch branches, clean up branches, list branches, or manage git workflow. Follows team naming conventions and prevents common mistakes.
    0 installs
  9. Changelog Generator · sourav15mukherjee bundle
    Generate a CHANGELOG.md entry from git history. Use when the user asks to create a changelog, write release notes from commits, update CHANGELOG.md, or prepare for a release. Analyzes commits since the last tag and produces a formatted entry grouped by type.
    0 installs
  10. I18N Helper · sourav15mukherjee bundle
    Extract hardcoded strings into translation keys, generate locale files, find untranslated strings, and validate locale completeness. Use when the user asks to internationalize their app, add translations, extract strings, check for missing translations, or set up i18n.
    0 installs
  11. SQL Query Optimizer · sourav15mukherjee
    Analyze and optimize SQL queries for performance. Use when the user asks to optimize a query, improve database performance, analyze an EXPLAIN plan, add indexes, rewrite slow queries, or has a database bottleneck. Supports PostgreSQL, MySQL, and SQLite.
    0 installs
  12. Dockerfile Optimizer · sourav15mukherjee
    Analyze and optimize Dockerfiles for image size, layer caching, security, and build speed. Use when the user asks to optimize a Dockerfile, reduce image size, harden a container, improve build performance, or review Docker configuration. Produces scored analysis with before/after diffs.
    0 installs
  13. Accessibility Auditor · sourav15mukherjee bundle
    Scan web application code for WCAG 2.1 accessibility violations. Use when the user asks to check accessibility, audit a11y, find WCAG issues, review for screen reader support, or improve accessibility. Analyzes components and templates for violations and outputs a prioritized report.
    0 installs
  14. Data Schema Validator · sourav15mukherjee bundle
    Validate JSON/YAML schemas, generate TypeScript interfaces and Zod schemas from data samples, and detect schema drift. Use when the user asks to generate types from JSON, create a Zod schema, validate API responses, check data shapes, or compare schema versions.
    0 installs
  15. Pr Description Writer · sourav15mukherjee bundle
    Generate comprehensive pull request descriptions from branch diffs. Use when the user asks to create a PR, write a PR description, or prepare a pull request. Analyzes all commits and changes between branches to produce structured descriptions with summary, changes list, and test plan.
    0 installs
  16. Refactoring Assistant · sourav15mukherjee bundle
    Identify code smells and apply systematic refactoring patterns. Use when the user asks to refactor code, clean up code, improve code quality, reduce complexity, or fix code smells. Applies proven refactoring patterns while preserving behavior.
    0 installs
  17. Frontend Design System · sourav15mukherjee
    Generate production-grade UI components with visual style systems, color palettes, typography, and responsive layouts. Use when the user asks to build UI, create a landing page, design a component, generate a hero section, or wants frontend design help with styling and layout.
    0 installs
  18. Dependency Vuln Scanner · sourav15mukherjee
    Scan project dependencies for known CVEs, outdated packages, and supply chain risks. Use when the user asks to audit dependencies, check for vulnerabilities, scan packages, run a security check on node_modules, or wants to know if their dependencies are safe. Supports npm, pip, cargo, go mod, maven, gem, and nuget.
    0 installs
  19. Commit Message Generator · sourav15mukherjee bundle
    Generate conventional commit messages from staged git changes. Use when the user asks to commit, create a commit message, write a commit, or wants help with git commits. Analyzes staged diffs and produces structured messages following the Conventional Commits specification.
    0 installs