Claude Devstudio

Claude Devstudio from manastalukdar/claude-devstudio.

by @manastalukdar 145 skills

Skills in this plugin

145
  1. Test · manastalukdar
    Intelligent test execution based on context with automatic failure analysis and fixes
    1 install
  2. 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.
    1 install
  3. 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.
    1 install
  4. 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.
    1 install
  5. Commit · manastalukdar
    Analyze changes and create meaningful conventional commits with pre-commit quality checks
    1 install
  6. LLM QA · manastalukdar
    Investigate LLM output quality issues — trace hallucination root causes across context, retrieval, prompts, tool use, and workflow design
    1 install
  7. Review · manastalukdar
    Multi-agent code analysis covering security, performance, quality, and architecture
    1 install
  8. To Prd · manastalukdar
    Synthesize the current conversation context and codebase into a full PRD — problem statement, user stories, implementation decisions, testing decisions, and scope boundaries. Use when user wants to turn a discussion into a formal PRD or publish requirements as an issue.
    1 install
  9. Triage · manastalukdar
    Move issues through a state machine with category and state labels — classify as bug or enhancement, assign triage state, reproduce bugs, and track out-of-scope requests. Use when triaging GitHub issues, processing a backlog, or managing issue lifecycle.
    1 install
  10. Careful · manastalukdar
    Intercept destructive commands before execution — rm -rf, DROP TABLE, force-push, git reset --hard, and similar irreversible operations. Prompts for confirmation and suggests safer alternatives. Inspired by gstack's careful skill.
    1 install
  11. Caveman · manastalukdar
    Activate ultra-compressed communication mode that drops ~75% token usage by eliminating articles, filler, pleasantries, and hedging while preserving technical accuracy. Use when user says "caveman mode", "be brief", "less tokens", or invokes /caveman.
    1 install
  12. API Mock · manastalukdar
    Generate API mocks and stub servers from OpenAPI specs or code analysis
    1 install
  13. Briefing · manastalukdar
    Generate a daily development briefing — recent git activity, open TODOs, pending PRs, failing tests, and session context — so you can start work immediately without manually checking multiple sources.
    1 install
  14. CI Setup · manastalukdar
    Configure CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI with best practices
    1 install
  15. CI Sweep · manastalukdar
    React to CI failures on main or active branches — diagnose the failure type, propose a minimal fix for regressions, re-run flakes, and escalate infrastructure failures. Designed to run with /loop 15m.
    1 install
  16. Graphify · manastalukdar
    Build a queryable knowledge graph from the current codebase using the Graphify CLI — code, SQL schemas, docs, and more in one interactive graph
    1 install
  17. Grill Me · manastalukdar
    Relentlessly interview the user about a plan or design, walking down every branch of the decision tree one question at a time until reaching shared understanding. Use when user wants to stress-test a plan, get challenged on their design, or says "grill me".
    1 install
  18. Skillify · manastalukdar
    Convert a bug fix, repeated workaround, or solved problem into a permanent, testable Claude Code skill. Runs a 10-item conformance checklist before writing the skill file.
    1 install
  19. UI Shape · manastalukdar
    Design planning interview before writing UI code — produces a design brief covering register, typography strategy, color constraints, and motion budget to prevent costly rework
    1 install
  20. Ddd Model · manastalukdar
    Apply Domain-Driven Design — identify bounded contexts, model aggregates and value objects, map context relationships, and generate implementation scaffolding
    1 install
  21. Dep Sweep · manastalukdar
    Proactively discover outdated and vulnerable dependencies, apply patch and safe minor updates in isolation, verify with tests, and escalate major bumps and high-severity CVEs to a human. Designed to run with /loop 6h or /loop 1d.
    1 install
  22. Docs Sync · manastalukdar
    Sync documentation files with code changes — detects what changed, finds affected docs, and applies surgical updates so docs never drift from code. Works in any repo.
    1 install
  23. Implement · manastalukdar
    Import and adapt code from any source to your project with validation and testing
    1 install
  24. Lazy Load · manastalukdar
    Implement lazy loading patterns for images, components, and routes
    1 install
  25. Seed Data · manastalukdar
    Generate realistic seed/fixture data based on schema analysis
    1 install
  26. UI Harden · manastalukdar
    Production-readiness pass for UI — audits and fixes error states, empty states, text overflow, small touch targets, and i18n gaps before shipping
    1 install
  27. UI Layout · manastalukdar
    Fix spacing rhythm, visual hierarchy, and layout issues in UI files — enforces consistent spacing units, adequate padding on interactive elements, and proper visual weight distribution
    1 install
  28. UI Polish · manastalukdar
    Final pre-ship UI quality pass — reads the persisted critique snapshot as a prioritized backlog and implements fixes from P0 down
    1 install
  29. Chaos Test · manastalukdar
    Analyze codebase for resilience gaps — missing retry logic, absent timeouts, circuit-breaker opportunities, single points of failure, and degradation-mode blind spots
    1 install
  30. Cost Track · manastalukdar
    Report token spend per session and cumulative totals from session logs
    1 install
  31. Lighthouse · manastalukdar
    Run Lighthouse audits and implement performance, accessibility, and SEO fixes
    1 install
  32. Post Merge · manastalukdar
    Sweep for follow-up work after recent merges — TODOs added in merged PRs, stale feature flags, dead code, documentation gaps, and tech-debt tickets left by merge comments.
    0 installs
  33. Smoke Test · manastalukdar
    Run 8 post-session-start health checks to verify the project is in a working state — git clean, no broken imports, tests pass, key files present, and agent memory intact.
    1 install
  34. Sre Review · manastalukdar
    Review code and configuration for SRE concerns — SLO/SLA coverage, observability gaps, toil, alerting blind spots, and reliability anti-patterns
    1 install
  35. Test Async · manastalukdar
    Async testing patterns with race condition and timing issue detection
    1 install
  36. UI Animate · manastalukdar
    Add purposeful animations and transitions to UI — enforces motion budget, bans bounce/elastic easing, and requires prefers-reduced-motion fallbacks on every animated element
    1 install
  37. UI Typeset · manastalukdar
    Fix typography hierarchy, font choices, type scale, and line-length in UI files — applies register-aware rules (brand vs product) with concrete CSS fixes
    1 install
  38. Understand · manastalukdar
    Project architecture analysis to understand structure, patterns, and dependencies
    1 install
  39. Write Plan · manastalukdar
    Create detailed implementation plans with task breakdown
    1 install
  40. Boilerplate · manastalukdar
    Generate framework-specific boilerplate code
    1 install
  41. Fix Imports · manastalukdar
    Repair broken imports automatically across the project
    1 install
  42. Inline Docs · manastalukdar
    Generate JSDoc/docstrings from code analysis
    1 install
  43. Loop Design · manastalukdar
    Pre-flight readiness checklist for a new loop before enabling unattended execution — verifies maker/checker split, state file, budget caps, denylist, kill switch, attempt cap, and human escalation paths
    1 install
  44. Loop Verify · manastalukdar
    Independent verification agent for loop-produced changes — runs tests, confirms diff scope, and issues APPROVE / REJECT / ESCALATE_HUMAN. Use after any implementer agent. Never in the same role as the implementer.
    1 install
  45. Minimal Fix · manastalukdar
    Produce the smallest possible code change that fixes one specific, well-scoped issue — CI failure, reviewer comment, or bug report. Never touches unrelated code and respects a safety denylist.
    1 install
  46. Owasp Check · manastalukdar
    OWASP Top 10 vulnerability scanning and remediation
    1 install
  47. UI Colorize · manastalukdar
    Introduce strategic color to monochromatic or under-colored UIs — OKLCH-first palette generation with contrast validation, register-aware strategy, and specific anti-pattern warnings
    1 install
  48. 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
    1 install
  49. API Examples · manastalukdar
    Generate API usage examples and tutorials from code analysis
    1 install
  50. Cleanproject · manastalukdar
    Remove debug artifacts and temporary files safely with git checkpoint protection
    1 install
  51. 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.
    1 install
  52. Contributing · manastalukdar
    Contribution readiness assessment analyzing project guidelines and requirements
    1 install
  53. Decision Log · manastalukdar
    Record architectural and design decisions as structured ADR files in docs/decisions/, with auto-indexing and link suggestions to related decisions
    1 install
  54. 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.
    1 install
  55. 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.
    1 install
  56. E2e Generate · manastalukdar
    Generate end-to-end tests with Playwright browser automation
    1 install
  57. Execute Plan · manastalukdar
    Execute implementation plans in controlled batches with validation and checkpoints
    1 install
  58. Git Worktree · manastalukdar
    Manage git worktrees for parallel feature development
    1 install
  59. Interview Me · manastalukdar
    Extract requirements one targeted question at a time before any plan or code starts — hypothesizes user intent, scores confidence, and stops at ~95% confidence.
    1 install
  60. Issue Triage · manastalukdar
    Discover, deduplicate, prioritize, and label incoming GitHub issues and discussions — produce a structured priority queue with one-line summaries and suggested labels. Designed to run with /loop 2h or on demand.
    1 install