manastalukdar
@manastalukdar
Public Skills
api-examples
by manastalukdar
Generate API usage examples and tutorials from code analysis
cache-strategy
by manastalukdar
Implement caching strategies for HTTP, service workers, and memoization
github-integration
by manastalukdar
Advanced GitHub automation via MCP GitHub server or gh CLI
component-library
by manastalukdar
Scaffold component library structure with Storybook and documentation
config-generate
by manastalukdar
Generate configuration files for development tools
architecture-diagram
by manastalukdar
Generate architecture diagrams in Mermaid, PlantUML, or diagrams.net formats
accessibility
by manastalukdar
Accessibility (a11y) compliance checking with WCAG 2.1 validation
fix-todos
by manastalukdar
Intelligent TODO resolution with context-aware implementation
find-todos
by manastalukdar
Locate development tasks and TODO comments across the codebase
license-check
by manastalukdar
License compliance checking and conflict detection
format
by manastalukdar
Auto-detect and apply code formatting using project's configured formatter
contributing
by manastalukdar
Contribution readiness assessment analyzing project guidelines and requirements
fix-imports
by manastalukdar
Repair broken imports automatically across the project
create-todos
by manastalukdar
Add contextual TODO comments for future development work
lazy-load
by manastalukdar
Implement lazy loading patterns for images, components, and routes
docs
by manastalukdar
Smart documentation management for creating and updating project documentation
cleanproject
by manastalukdar
Remove debug artifacts and temporary files safely with git checkpoint protection
implement
by manastalukdar
Import and adapt code from any source to your project with validation and testing
explain-like-senior
by manastalukdar
Senior-level code explanations with deep technical insights and context
debug-systematic
by manastalukdar
Systematic debugging workflow with hypothesis testing
dependency-audit
by manastalukdar
Comprehensive dependency security and license audit
e2e-generate
by manastalukdar
Generate end-to-end tests with Playwright browser automation
changelog-auto
by manastalukdar
Auto-generate changelogs from commit history
deploy-validate
by manastalukdar
Pre-deployment validation with environment config, dependencies, DB migrations, and API compatibility checks
api-test-generate
by manastalukdar
Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
ci-setup
by manastalukdar
Configure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices
api-validate
by manastalukdar
API contract validation and breaking change detection
brainstorm
by manastalukdar
Interactive design refinement with structured exploration
commit
by manastalukdar
Analyze changes and create meaningful conventional commits with pre-commit quality checks
branch-finish
by manastalukdar
Complete branch workflow with squash, rebase, and cleanup
conflict-resolve
by manastalukdar
Guided conflict resolution with semantic analysis and validation
database-connect
by manastalukdar
Database MCP server integration for PostgreSQL, MySQL, MongoDB
bundle-analyze
by manastalukdar
Bundle size analysis and optimization for Webpack, Vite, and esbuild
duplication-detect
by manastalukdar
Find and eliminate code duplication with DRY refactoring strategies
complexity-reduce
by manastalukdar
Reduce cyclomatic complexity with targeted refactoring strategies
container-optimize
by manastalukdar
Docker/container optimization for size, layers, caching, and security
db-diagram
by manastalukdar
Generate database ER diagrams from schema for documentation
api-mock
by manastalukdar
Generate API mocks and stub servers from OpenAPI specs or code analysis
infrastructure
by manastalukdar
Infrastructure as Code generation for Terraform, CloudFormation, and Pulumi
api-docs-generate
by manastalukdar
Generate OpenAPI/Swagger documentation from code analysis
debug-root-cause
by manastalukdar
Root cause analysis with dependency tracing and call stack analysis
inline-docs
by manastalukdar
Generate JSDoc/docstrings from code analysis
graphql-schema
by manastalukdar
GraphQL schema validation and optimization with federation support
execute-plan
by manastalukdar
Execute implementation plans in controlled batches with validation and checkpoints
git-bisect
by manastalukdar
Automated git bisect for bug hunting with test script execution
deployment-rollback
by manastalukdar
Safe deployment rollback with health checks and database migration reversal
debug-session
by manastalukdar
Document debugging sessions with hypothesis tracking and knowledge base
git-worktree
by manastalukdar
Manage git worktrees for parallel feature development
boilerplate
by manastalukdar
Generate framework-specific boilerplate code
code-review-checklist
by manastalukdar
Generate context-aware code review checklists for changes