Agent skill · AI & Agents

explainable-ai

Make AI model decisions interpretable and transparent. Use for: implementing SHAP for feature importance analysis, using LIME for local explanations, creating attention visualizations for deep learning, generating counterfactual explanations, building inherently interpretable models, visualizing decision boundaries and activation maps, explaining predictions to stakeholders, debugging model behavior, ensuring regulatory compliance with explainability requirements, and building trust in AI systems.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill explainable-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Path: skills/ai-ml/explainable-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Explainable AI (XAI) Make AI model decisions understandable, interpretable, and transparent to humans. ## Overview Explainable AI (XAI) encompasses techniques and processes that provide human-understandable explanations for AI model predictions and behaviors. As AI systems increasingly influence critical decisions, explainability is essential for building trust, ensuring fairness, meeting regulatory requirements, and debugging models. XAI bridges the gap between complex "black-box" models and human understanding. ## Why Explainability Matters **Trust and Adoption**: Users trust systems they understand **Regulatory Compliance**: GDPR, EU AI Act require explainability **Debugging**: Identify model errors and biases **Fairness**: Detect discriminatory patterns **Safety**: Understand failure modes **Scientific Discovery**: Extract insights from learned patterns ## Types of Explainability ### Global Explainability Understanding overall model behavior across all predictions. ### Local Explainability Understanding individual predictions for specific instances. ### Model-Agnostic vs Model-Specific **Model-Agnostic**: Works with any model (SHAP, LIME) **Model-Specific**: Tailored to speci

What's inside
Steps it walks through
  1. Overview
  2. Why Explainability Matters
  3. Types of Explainability
  4. Global Explainability
  5. Local Explainability
  6. Model-Agnostic vs Model-Specific
  7. SHAP (SHapley Additive exPlanations)
  8. Basic SHAP Usage
  9. SHAP for Deep Learning
  10. SHAP Waterfall Plot
  11. SHAP Interaction Values
  12. LIME (Local Interpretable Model-agnostic Explanations)
  13. LIME for Tabular Data
  14. LIME for Images
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the explainable-ai skill do?

Make AI model decisions interpretable and transparent. Use for: implementing SHAP for feature importance analysis, using LIME for local explanations, creating attention visualizations for deep learning, generating counterfactual explanations, building inherently interpretable models, visualizing decision boundaries and activation maps, explaining predictions to stakeholders, debugging model behavior, ensuring regulatory compliance with explainability requirements, and building trust in AI systems.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill explainable-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going