plugins marketplace
← All plugins

model-explainability-tool

v1.21.0

Model interpretability and explainability

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/model-explainability-tool/ inside the repository.

Layout

plugins/ai-ml/model-explainability-tool/
├── .claude-plugin/plugin.json
└── skills/explaining-machine-learning-models/SKILL.md

Skills1

explaining-machine-learning-modelsskills/explaining-machine-learning-models/SKILL.md

Build this skill enables AI assistant to provide interpretability and explainability for machine learning models. it is triggered when the user requests explanations for model predictions, insights into feature importance, or help understanding model behavior... Use when appropriate context detected. Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/ai-ml/model-explainability-tool/.claude-plugin/plugin.json
{
  "name": "model-explainability-tool",
  "version": "1.21.0",
  "description": "Model interpretability and explainability",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "explainability",
    "shap",
    "lime",
    "interpretability",
    "agent-skills"
  ]
}