スキル一覧に戻る
edwinhu

ds-tools

by edwinhu

0🍴 0📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: ds-tools description: This skill should be used when the user asks "what plugins are available", "list data science tools", "what MCP servers can I use", "enable code intelligence", or needs to discover available plugins like serena, context7, or data access skills like wrds and lseg-data.

Available Data Science Plugins

These plugins extend Claude Code capabilities for data science workflows. Enable when needed.

Code Intelligence

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

Documentation

PluginDescriptionEnable Command
context7Up-to-date library docs (pandas, numpy, sklearn, etc.)claude --enable-plugin context7@claude-plugins-official

Web & Automation

PluginDescriptionEnable Command
playwrightWeb scraping, browser automation, screenshotsclaude --enable-plugin playwright@claude-plugins-official

Workflow

PluginDescriptionEnable Command
ralph-loopSelf-referential iteration loopsAlready enabled
hookifyCreate custom hooks from conversation patternsAlready enabled

Data Access Skills (Built-in)

These are skills, not plugins - already available via /ds:

SkillDescription
/wrdsWRDS (Wharton Research Data Services) queries
/lseg-dataLSEG Data Library (formerly Refinitiv)
/gemini-batchGemini Batch API for large-scale LLM processing
/jupytextJupyter notebooks as text files
/marimoMarimo reactive Python notebooks

File Format Skills (Bundled)

Office document and PDF skills from Anthropic's official skills repo (bundled via submodule):

SkillUse For
/xlsxSpreadsheets, formulas, CSV→Excel conversion
/pdfPDF extraction, creation, form filling
/pptxPresentation creation and editing
/docxWord docs, tracked changes, reports

These skills are available via the shared plugin - no separate installation needed.

When to Enable

  • serena: Understanding complex analysis codebases, refactoring pipelines
  • context7: Access current docs for pandas, scikit-learn, statsmodels, and other libraries
  • playwright: Scrape web data sources, automate data collection
  • pyright-lsp: Type check data pipelines

Usage

Enable a plugin for the current session:

claude --enable-plugin <plugin-name>  # Enable a plugin by name and source

Enable a plugin for a project by adding to .claude/settings.json:

{
  "enabledPlugins": {
    "serena@claude-plugins-official": true
  }
}

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です