Claude Devstudio
Claude Devstudio from manastalukdar/claude-devstudio.
Skills in this plugin
145- ▌ Legacy Audit · manastalukdarMap modernization opportunities in a legacy codebase — identify unsupported dependencies, architecture seams, and migration paths using strangler fig, adapter, and parallel-run patterns
- ▌ Office Hours · manastalukdarRun a YC-style office hours session before writing code — six forcing questions that surface wrong premises, missing constraints, and better approaches so you build the right thing the first time.
- ▌
- ▌
- ▌
- ▌
- ▌
- ▌ AI Governance · manastalukdarAudit an AI/ML system for governance controls — bias risk, explainability, model risk management, data lineage, fairness metrics, and regulatory alignment (EU AI Act, NIST AI RMF)
- ▌
- ▌ Debug Session · manastalukdarDocument debugging sessions with hypothesis tracking and knowledge base
- ▌
- ▌
- ▌ Pr Babysitter · manastalukdarHerd open pull requests through review, CI, and merge — surface aging PRs, trigger minimal-fix on CI failures, nudge for rebases, and escalate blocked ones. Designed to run with /loop 5m.
- ▌ RAG Implement · manastalukdarDesign and implement Retrieval-Augmented Generation systems — chunking strategy, embedding selection, vector store setup, retrieval pipeline, re-ranking, and evaluation
- ▌ Security Scan · manastalukdarComprehensive security analysis with vulnerability detection and remediation tracking
- ▌ Session Start · manastalukdarBegin documented development session using Claude Code CLI's memory system
- ▌ Sessions Init · manastalukdarOrganize and synchronize session directory structure based on project architecture
- ▌ Tdd Red Green · manastalukdarEnforce true RED/GREEN TDD workflow with fail-first testing methodology
- ▌
- ▌ Test Mutation · manastalukdarMutation testing to verify test quality with Stryker, mutmut, or go-mutesting
- ▌ Agent Evaluate · manastalukdarDefine behavioral contracts, run adversarial tests, and detect regressions for AI agents — invariants, edge cases, statistical analysis, and benchmark-production gap detection
- ▌ Assumption Map · manastalukdarMap and prioritize the riskiest assumptions behind a feature, product decision, or technical design — surface what would kill it if wrong, then propose the cheapest test for each
- ▌
- ▌ Cache Strategy · manastalukdarImplement caching strategies for HTTP, service workers, and memoization
- ▌
- ▌ Context Budget · manastalukdarReport estimated context window utilization and flag when approaching the compaction threshold
- ▌ Deepen Modules · manastalukdarSurface 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.
- ▌ Domain Context · manastalukdarCreate 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.
- ▌ Git Guardrails · manastalukdarInstall 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.
- ▌
- ▌ Infrastructure · manastalukdarInfrastructure as Code generation for Terraform, CloudFormation, and Pulumi
- ▌
- ▌ Predict Issues · manastalukdarProactive problem identification through code analysis and pattern detection
- ▌ Query Optimize · manastalukdarSQL/NoSQL query optimization with N+1 detection and index recommendations
- ▌ Session Resume · manastalukdarResume previous work from archived session with full context restoration
- ▌
- ▌
- ▌ Context Restore · manastalukdarRestore 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.
- ▌ Parallel Agents · manastalukdarManage multiple Claude instances for complex tasks with coordination
- ▌ Postman Convert · manastalukdarConvert Postman collections to automated tests with environment preservation
- ▌ Project Onboard · manastalukdarRun 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.
- ▌ Prompt Engineer · manastalukdarDesign, optimize, and evaluate prompts for LLM applications — system prompts, few-shot examples, chain-of-thought, structured outputs, and caching strategy
- ▌
- ▌ Remove AI Marks · manastalukdarStrip 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.
- ▌ Remove AI Tells · manastalukdarDetect 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.
- ▌
- ▌
- ▌ Signal Detector · manastalukdarAlways-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.
- ▌ Visual AI Tells · manastalukdarDetect 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
- ▌ AI System Review · manastalukdarReview LLM application code for context assembly quality, retrieval integration, prompt construction, output validation, cost controls, and failure handling
- ▌
- ▌ Debug Root Cause · manastalukdarRoot cause analysis with dependency tracing and call stack analysis
- ▌
- ▌ First Principles · manastalukdarDecompose a problem to its irreducible truths before proposing solutions — strip inherited assumptions, rebuild from fundamentals, surface the real constraint
- ▌
- ▌
- ▌ Setup Pre Commit · manastalukdarInstall 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.
- ▌ Webpack Optimize · manastalukdarWebpack/Vite/esbuild configuration optimization for build performance
- ▌
- ▌ API Test Generate · manastalukdarAuto-generate comprehensive API tests for REST and GraphQL endpoints with request/response validation