Agent Skill
2/7/2026

dev-tools

This skill should be used when the user asks to "what plugins are available", "list dev tools", "what MCP servers can I use", "enable code intelligence", or needs to discover available development plugins like serena, context7, or playwright.

E
edwinhu
5GitHub Stars
2Views
npx skills add edwinhu/workflows

SKILL.md

Namedev-tools
DescriptionThis skill should be used when the user asks to "what plugins are available", "list dev tools", "what MCP servers can I use", "enable code intelligence", or needs to discover available development plugins like serena, context7, or playwright.

name: dev-tools description: "This skill should be used when the user asks 'what development tools are available', 'list dev plugins', 'what MCP servers can I use', 'enable code intelligence', 'what testing tools exist', or needs to discover development plugins like serena, playwright, or context7. Use this for general development tool discovery; use ds-tools for data science-specific tools." user-invocable: false

Available Development Tools

Plugins and skills for development workflows. For data science tools (WRDS, LSEG, notebooks), see /ds-tools.

Code Intelligence Plugins

PluginDescriptionEnable Command
serenaSemantic code analysis, refactoring, symbol navigationclaude --enable-plugin serena@claude-plugins-official
pyright-lspPython type checking and diagnosticsclaude --enable-plugin pyright-lsp@claude-plugins-official
context7Up-to-date library/framework docs lookupclaude --enable-plugin context7@claude-plugins-official

Testing & Automation Plugins

PluginDescriptionEnable Command
playwrightBrowser automation, E2E testing, screenshotsclaude --enable-plugin playwright@claude-plugins-official

Workflow Plugins (Already Enabled)

PluginDescription
ralph-loopSelf-referential iteration loops

When to Enable

  • serena: Complex refactoring, finding symbol references, understanding large codebases
  • context7: Need current docs for React, FastAPI, Next.js, etc.
  • playwright: Testing web UIs, scraping, taking screenshots
  • pyright-lsp: Python projects needing strict type checking

Usage

claude --enable-plugin <plugin-name>  # Enable for current session
Skills Info
Original Name:dev-toolsAuthor:edwinhu