Claude Devstudio

Claude Devstudio from manastalukdar/claude-devstudio.

by @manastalukdar 145 skills

Skills in this plugin

145
  1. Complexity Reduce · manastalukdar
    Reduce cyclomatic complexity with targeted refactoring strategies
    1 install
  2. Component Library · manastalukdar
    Scaffold component library structure with Storybook and documentation
    1 install
  3. Incident Response · manastalukdar
    Structured production incident workflow — gather symptoms, run diagnostics, correlate recent deploys, draft a timeline and incident report
    1 install
  4. Test Antipatterns · manastalukdar
    Detect and fix testing anti-patterns for better test quality
    1 install
  5. Container Optimize · manastalukdar
    Docker/container optimization for size, layers, caching, and security
    1 install
  6. 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.
    1 install
  7. Github Integration · manastalukdar
    Advanced GitHub automation via MCP GitHub server or gh CLI
    1 install
  8. Migration Generate · manastalukdar
    Generate database migrations from schema changes
    1 install
  9. Release Automation · manastalukdar
    Automate complete release process with versioning and publishing
    0 installs
  10. 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.
    1 install
  11. Continuous Learning · manastalukdar
    Extract repeated patterns from archived sessions and offer to convert them into reusable skills
    1 install
  12. Deployment Rollback · manastalukdar
    Safe deployment rollback with health checks and database migration reversal
    1 install
  13. Performance Profile · manastalukdar
    Performance profiling and bottleneck detection for Node.js, Python, and browser apps
    1 install
  14. Playwright Automate · manastalukdar
    Browser automation workflows with Playwright MCP integration
    1 install
  15. 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.
    1 install
  16. Architecture Diagram · manastalukdar
    Generate architecture diagrams in Mermaid, PlantUML, or diagrams.net formats
    1 install
  17. Code Review Checklist · manastalukdar
    Generate context-aware code review checklists for changes
    1 install
  18. Prompt Injection Detect · manastalukdar
    Scan skill files, CLAUDE.md, MCP configs, and agent prompts for prompt injection patterns
    0 installs
  19. 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.
    1 install
  20. 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.
    1 install
  21. 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.
    1 install
  22. 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.
    1 install
  23. 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.
    1 install
  24. 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.
    1 install
  25. 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.
    1 install