Claude Devstudio
Claude Devstudio from manastalukdar/claude-devstudio.
Skills in this plugin
145- ▌
- ▌ Component Library · manastalukdarScaffold component library structure with Storybook and documentation
- ▌ Incident Response · manastalukdarStructured production incident workflow — gather symptoms, run diagnostics, correlate recent deploys, draft a timeline and incident report
- ▌
- ▌ Container Optimize · manastalukdarDocker/container optimization for size, layers, caching, and security
- ▌ Cross Modal Review · manastalukdarRun 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.
- ▌
- ▌
- ▌
- ▌ Context Engineering · manastalukdarAudit and curate the 5-layer agent context hierarchy to prevent quality degradation mid-session — rules files, specs, source files, error output, and conversation history.
- ▌ Continuous Learning · manastalukdarExtract repeated patterns from archived sessions and offer to convert them into reusable skills
- ▌ Deployment Rollback · manastalukdarSafe deployment rollback with health checks and database migration reversal
- ▌ Performance Profile · manastalukdarPerformance profiling and bottleneck detection for Node.js, Python, and browser apps
- ▌
- ▌ Shipping And Launch · manastalukdarUnified pre-launch checklist + staged rollout strategy (0%→5%→25%→100%) + rollback triggers — consolidates deploy validation, canary monitoring, and rollback planning in one workflow.
- ▌ Architecture Diagram · manastalukdarGenerate architecture diagrams in Mermaid, PlantUML, or diagrams.net formats
- ▌
- ▌ Prompt Injection Detect · manastalukdarScan skill files, CLAUDE.md, MCP configs, and agent prompts for prompt injection patterns
- ▌ Spec Driven Development · manastalukdarGated 4-phase workflow (Specify → Plan → Tasks → Implement) where nothing advances without explicit human review — surfaces assumptions before any code is written.
- ▌ Doubt Driven Development · manastalukdarSpawn a fresh adversarial reviewer mid-implementation for any non-trivial decision — branching logic, cross-module boundaries, irreversible operations — to catch what confirmation bias misses.
- ▌ Deprecation And Migration · manastalukdarFull deprecation lifecycle for APIs, features, or internal code — Hyrum's Law analysis, deprecation notices, migration path design, and parallel-run execution strategy.
- ▌ Source Driven Development · manastalukdarFetch official docs before writing any framework-specific code — implement to documented patterns, cite the source, and flag any deviation from the official approach.
- ▌ Incremental Implementation · manastalukdarEnforce 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.
- ▌ Browser Testing With Devtools · manastalukdarUse Chrome DevTools MCP for live DOM inspection, console error capture, network request analysis, and paint profiling — runtime verification beyond what Playwright scripting covers.
- ▌ Observability And Instrumentation · manastalukdarInstrument code with structured logging, metrics, and OpenTelemetry tracing — define the on-call questions first, then work backward to the telemetry that answers them.