← all publishers

manastalukdar

@manastalukdar source repo

167 published skills · page 1 of 2

  1. Make It Pretty · manastalukdar
    Improve code readability through formatting and structure enhancements
    0
    installs
  2. Merge Strategy · manastalukdar
    Intelligent merge/rebase strategy selection with safe execution
    0
    installs
  3. Deploy Validate · manastalukdar
    Pre-deployment validation with environment config, dependencies, DB migrations, and API compatibility checks
    0
    installs
  4. Remove Comments · manastalukdar
    Clean obvious and redundant comments from code
    0
    installs
  5. Todos To Issues · manastalukdar
    Scan codebase for TODO comments and create professional GitHub issues with context
    0
    installs
  6. Debug Systematic · manastalukdar
    Systematic debugging workflow with hypothesis testing
    0
    installs
  7. Explain Like Senior · manastalukdar
    Senior-level code explanations with deep technical insights and context
    0
    installs
  8. Docs · manastalukdar
    Smart documentation management for creating and updating project documentation
    0
    installs
  9. Undo · manastalukdar
    Rollback the last destructive operation using git or project backups
    0
    installs
  10. Format · manastalukdar
    Auto-detect and apply code formatting using project's configured formatter
    0
    installs
  11. Refactor · manastalukdar
    Structured code restructuring preserving functionality with continuous validation
    0
    installs
  12. Scaffold · manastalukdar
    Generate complete feature structures based on your project patterns with full continuity
    0
    installs
  13. Fix Todos · manastalukdar
    Intelligent TODO resolution with context-aware implementation
    0
    installs
  14. MCP Setup · manastalukdar
    Set up and configure MCP servers
    0
    installs
  15. Brainstorm · manastalukdar
    Interactive design refinement with structured exploration
    0
    installs
  16. Find Todos · manastalukdar
    Locate development tasks and TODO comments across the codebase
    0
    installs
  17. Git Bisect · manastalukdar
    Automated git bisect for bug hunting with test script execution
    0
    installs
  18. Memory Leak · manastalukdar
    Memory leak detection and analysis for Node.js, Python, and browsers
    0
    installs
  19. API Validate · manastalukdar
    API contract validation and breaking change detection
    0
    installs
  20. Create Todos · manastalukdar
    Add contextual TODO comments for future development work
    0
    installs
  21. Test · manastalukdar
    Intelligent test execution based on context with automatic failure analysis and fixes
    0
    installs
  22. Learn · manastalukdar
    Record, list, search, and apply cross-session learnings — capture insights from completed work as JSONL entries so patterns persist across conversations and accumulate into institutional knowledge. Inspired by gstack's learn skill.
    0
    installs
  23. Retro · manastalukdar
    Run a weekly retrospective — what shipped, what broke, what slowed you down, and what to change next week. Produces a dated retro entry and concrete action items.
    0
    installs
  24. Canary · manastalukdar
    Monitor a deployment for errors and regressions after shipping — polls logs, error rates, and key endpoints in a configurable loop until the deployment is confirmed healthy or a problem is detected.
    0
    installs
  25. Commit · manastalukdar
    Analyze changes and create meaningful conventional commits with pre-commit quality checks
    0
    installs
  26. LLM QA · manastalukdar
    Investigate LLM output quality issues — trace hallucination root causes across context, retrieval, prompts, tool use, and workflow design
    0
    installs
  27. Review · manastalukdar
    Multi-agent code analysis covering security, performance, quality, and architecture
    0
    installs
  28. Incident Response · manastalukdar
    Structured production incident workflow — gather symptoms, run diagnostics, correlate recent deploys, draft a timeline and incident report
    0
    installs
  29. Test Antipatterns · manastalukdar
    Detect and fix testing anti-patterns for better test quality
    0
    installs
  30. Container Optimize · manastalukdar
    Docker/container optimization for size, layers, caching, and security
    0
    installs
  31. Cross Modal Review · manastalukdar
    Run a second-model quality gate on staged changes, a skill draft, or any generated output. A cheaper, independent model reviews the primary output for correctness, safety, and completeness before the user sees the final result.
    0
    installs
  32. Github Integration · manastalukdar
    Advanced GitHub automation via MCP GitHub server or gh CLI
    0
    installs
  33. Migration Generate · manastalukdar
    Generate database migrations from schema changes
    0
    installs
  34. Release Automation · manastalukdar
    Automate complete release process with versioning and publishing
    0
    installs
  35. Context Engineering · manastalukdar
    Audit and curate the 5-layer agent context hierarchy to prevent quality degradation mid-session — rules files, specs, source files, error output, and conversation history.
    0
    installs
  36. Continuous Learning · manastalukdar
    Extract repeated patterns from archived sessions and offer to convert them into reusable skills
    0
    installs
  37. Deployment Rollback · manastalukdar
    Safe deployment rollback with health checks and database migration reversal
    0
    installs
  38. Performance Profile · manastalukdar
    Performance profiling and bottleneck detection for Node.js, Python, and browser apps
    0
    installs
  39. Playwright Automate · manastalukdar
    Browser automation workflows with Playwright MCP integration
    0
    installs
  40. Shipping And Launch · manastalukdar
    Unified pre-launch checklist + staged rollout strategy (0%→5%→25%→100%) + rollback triggers — consolidates deploy validation, canary monitoring, and rollback planning in one workflow.
    0
    installs
  41. Architecture Diagram · manastalukdar
    Generate architecture diagrams in Mermaid, PlantUML, or diagrams.net formats
    0
    installs
  42. Code Review Checklist · manastalukdar
    Generate context-aware code review checklists for changes
    0
    installs
  43. Project Health · manastalukdar
    Internal health check skill for AI DevStudio project. Checks skill count consistency across docs, detects stale sessions, and identifies cache files to clean. Not user-facing.
    0
    installs
  44. Skill Validator · manastalukdar
    Internal skill that validates a new or modified AI DevStudio skill against project standards. Checks YAML frontmatter, token optimization section, line limit, and naming conventions. Used by the code-reviewer agent during PR review.
    0
    installs
  45. Prompt Injection Detect · manastalukdar
    Scan skill files, CLAUDE.md, MCP configs, and agent prompts for prompt injection patterns
    0
    installs
  46. Spec Driven Development · manastalukdar
    Gated 4-phase workflow (Specify → Plan → Tasks → Implement) where nothing advances without explicit human review — surfaces assumptions before any code is written.
    0
    installs
  47. Doubt Driven Development · manastalukdar
    Spawn a fresh adversarial reviewer mid-implementation for any non-trivial decision — branching logic, cross-module boundaries, irreversible operations — to catch what confirmation bias misses.
    0
    installs
  48. Deprecation And Migration · manastalukdar
    Full deprecation lifecycle for APIs, features, or internal code — Hyrum's Law analysis, deprecation notices, migration path design, and parallel-run execution strategy.
    0
    installs
  49. Source Driven Development · manastalukdar
    Fetch official docs before writing any framework-specific code — implement to documented patterns, cite the source, and flag any deviation from the official approach.
    0
    installs
  50. Incremental Implementation · manastalukdar
    Enforce vertical-slice discipline — implement one thin slice (~100 lines max), test it, verify it works, commit it, then repeat. Never write more than can be tested in a single step.
    0
    installs
  51. Browser Testing With Devtools · manastalukdar
    Use Chrome DevTools MCP for live DOM inspection, console error capture, network request analysis, and paint profiling — runtime verification beyond what Playwright scripting covers.
    0
    installs
  52. Observability And Instrumentation · manastalukdar
    Instrument code with structured logging, metrics, and OpenTelemetry tracing — define the on-call questions first, then work backward to the telemetry that answers them.
    0
    installs
  53. Readme Generate · manastalukdar
    Generate comprehensive README files from code analysis
    0
    installs
  54. Remove AI Marks · manastalukdar
    Strip multi-vendor AI provenance marks from files and text — invisible Unicode (Layer A), statistical text watermarks via rewrite (Layer B), and C2PA/EXIF/XMP/container metadata from PNG/JPEG/WebP/SVG/PDF/DOCX/ODT/HTML/MD. Requires the watermarks-remover local service (Docker). Use when the user asks to strip watermarks, remove C2PA/Content Credentials, clean AI metadata, remove invisible Unicode, or runs /remove-ai-marks.
    0
    installs
  55. Remove AI Tells · manastalukdar
    Detect AI-generated writing patterns in documents — reports filler openers, AI closers, hedge phrases, cliché transitions, template phrasing, AI vocabulary, rhetorical question-answer pairs, and overused intensifiers with a per-document AI-written percentage, then asks before removing anything.
    0
    installs
  56. Schema Validate · manastalukdar
    Database schema validation and drift detection across environments
    0
    installs
  57. Session Current · manastalukdar
    View active session status with progress and context information
    0
    installs
  58. Signal Detector · manastalukdar
    Always-on ambient skill that captures decisions, patterns, entity mentions, and original thinking from the current conversation and writes them to agent memory. Run in parallel — never blocks the main response.
    0
    installs
  59. Visual AI Tells · manastalukdar
    Detect AI-generated UI patterns in CSS and component files — reports side-tab accents, gradient text, glassmorphism, bounce easing, template scaffolding, and monoculture font choices, then asks before removing anything
    0
    installs
  60. AI System Review · manastalukdar
    Review LLM application code for context assembly quality, retrieval integration, prompt construction, output validation, cost controls, and failure handling
    0
    installs
  61. Database Connect · manastalukdar
    Database MCP server integration for PostgreSQL, MySQL, MongoDB
    0
    installs
  62. Debug Root Cause · manastalukdar
    Root cause analysis with dependency tracing and call stack analysis
    0
    installs
  63. Dependency Audit · manastalukdar
    Comprehensive dependency security and license audit
    0
    installs
  64. First Principles · manastalukdar
    Decompose a problem to its irreducible truths before proposing solutions — strip inherited assumptions, rebuild from fundamentals, surface the real constraint
    0
    installs
  65. Pipeline Monitor · manastalukdar
    Track build success rates and identify flaky tests from CI logs
    0
    installs
  66. Security Headers · manastalukdar
    Web security headers validation and configuration generation
    0
    installs
  67. Setup Pre Commit · manastalukdar
    Install Husky pre-commit hooks with lint-staged (Prettier), type checking, and test automation. Auto-detects package manager. Use when adding pre-commit hooks, setting up Husky, configuring lint-staged, or adding commit-time formatting and type checking.
    0
    installs
  68. Webpack Optimize · manastalukdar
    Webpack/Vite/esbuild configuration optimization for build performance
    0
    installs
  69. API Docs Generate · manastalukdar
    Generate OpenAPI/Swagger documentation from code analysis
    0
    installs
  70. API Test Generate · manastalukdar
    Auto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation
    0
    installs
  71. Complexity Reduce · manastalukdar
    Reduce cyclomatic complexity with targeted refactoring strategies
    0
    installs
  72. Component Library · manastalukdar
    Scaffold component library structure with Storybook and documentation
    0
    installs
  73. Bundle Analyze · manastalukdar
    Bundle size analysis and optimization for Webpack, Vite, and esbuild
    0
    installs
  74. Cache Strategy · manastalukdar
    Implement caching strategies for HTTP, service workers, and memoization
    0
    installs
  75. Changelog Auto · manastalukdar
    Auto-generate changelogs from commit history
    0
    installs
  76. Context Budget · manastalukdar
    Report estimated context window utilization and flag when approaching the compaction threshold
    0
    installs
  77. Deepen Modules · manastalukdar
    Surface architectural deepening opportunities — find shallow modules and refactor them into deep ones using precise vocabulary (module, seam, adapter, depth, leverage, locality). Use when refactoring architecture, reducing coupling, or improving testability.
    0
    installs
  78. Domain Context · manastalukdar
    Create and maintain a CONTEXT.md domain glossary and ADRs for the project — establishes shared vocabulary between developers, domain experts, and AI. Use when starting a new project, refining domain language, or resolving terminology ambiguities.
    0
    installs
  79. Git Guardrails · manastalukdar
    Install a Claude Code PreToolUse hook that blocks dangerous git operations (force push, reset --hard, clean -f, branch -D, checkout ., restore .) before they execute. Use when setting up git safety hooks or preventing destructive git commands in Claude Code.
    0
    installs
  80. GRAPHQL Schema · manastalukdar
    GraphQL schema validation and optimization with federation support
    0
    installs
  81. Infrastructure · manastalukdar
    Infrastructure as Code generation for Terraform, CloudFormation, and Pulumi
    0
    installs
  82. Naming Improve · manastalukdar
    Improve variable and function naming with semantic analysis
    0
    installs
  83. Predict Issues · manastalukdar
    Proactive problem identification through code analysis and pattern detection
    0
    installs
  84. Query Optimize · manastalukdar
    SQL/NoSQL query optimization with N+1 detection and index recommendations
    0
    installs
  85. Session Resume · manastalukdar
    Resume previous work from archived session with full context restoration
    0
    installs
  86. Types Generate · manastalukdar
    Generate TypeScript types from schemas/APIs
    0
    installs
  87. Config Generate · manastalukdar
    Generate configuration files for development tools
    0
    installs
  88. Context Restore · manastalukdar
    Restore work-in-progress context saved by /context-save — finds the most recent WIP commit on the current branch and unpacks it back to the working tree so you can resume exactly where you left off. Inspired by gstack's context-restore skill.
    0
    installs
  89. Parallel Agents · manastalukdar
    Manage multiple Claude instances for complex tasks with coordination
    0
    installs
  90. Postman Convert · manastalukdar
    Convert Postman collections to automated tests with environment preservation
    0
    installs
  91. Project Onboard · manastalukdar
    Run a structured onboarding interview to generate USER.md and PROJECT.md — capturing developer preferences, project constraints, access policies, and working style so every future agent session starts with full context.
    0
    installs
  92. Prompt Engineer · manastalukdar
    Design, optimize, and evaluate prompts for LLM applications — system prompts, few-shot examples, chain-of-thought, structured outputs, and caching strategy
    0
    installs
  93. UI Critique · manastalukdar
    Dual-agent UX design review — Assessment A runs design-director heuristics while Assessment B runs visual pattern analysis; results synthesized into a prioritized critique snapshot
    0
    installs
  94. API Examples · manastalukdar
    Generate API usage examples and tutorials from code analysis
    0
    installs
  95. Cleanproject · manastalukdar
    Remove debug artifacts and temporary files safely with git checkpoint protection
    0
    installs
  96. Context Save · manastalukdar
    Save current work-in-progress context as a git WIP commit — captures all staged and unstaged changes with a timestamped stash message so you can switch contexts safely and restore later. Inspired by gstack's context-save skill.
    0
    installs
  97. Contributing · manastalukdar
    Contribution readiness assessment analyzing project guidelines and requirements
    0
    installs
  98. Decision Log · manastalukdar
    Record architectural and design decisions as structured ADR files in docs/decisions/, with auto-indexing and link suggestions to related decisions
    0
    installs
  99. Devex Review · manastalukdar
    Audit the developer experience of your project — setup friction, onboarding clarity, local dev loop speed, tooling consistency, and documentation gaps. Produces a DX scorecard and prioritized improvement list. Inspired by gstack's devex-review skill.
    0
    installs
  100. Drawio Skill · manastalukdar bundle
    Use when the user requests diagrams, flowcharts, architecture diagrams, ER diagrams, UML / sequence / class diagrams, network topology, cloud architecture from Terraform or Kubernetes manifests, ML/DL model figures (Transformer/CNN/LSTM), mind maps, or any visualization. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Best suited when the diagram needs custom styling, rich shape vocabulary, swimlanes, or exportable images (PNG/SVG/PDF/JPG). Generates .drawio XML and exports locally via the native draw.io desktop CLI.
    0
    installs