Agent skill catalogue

This ReadTheDocs page lists every repository skill under .claude/skills/. Use it as the human-readable index, and use each linked SKILL.md as the execution contract.

Source of truth for inventory: filesystem directories under .claude/skills/. Synchronization is enforced by the repository skill-registry workflow.

1) Practitioner Workflows

1.1 Pipeline Setup and Core Prediction

Skill

Purpose

Link

ce-pipeline-builder

Build CE-first fit/calibrate/explain pipelines.

SKILL.md

ce-calibrated-predict

Produce calibrated predictions without explanations.

SKILL.md

ce-classification

Calibrated Explanations for binary and multiclass tasks.

SKILL.md

ce-data-preparation

Validate and preprocess input data for CE pipelines.

SKILL.md

1.2 Explanation Generation and Interpretation

Skill

Purpose

Link

ce-factual-explain

Generate factual calibrated explanations.

SKILL.md

ce-alternatives-explore

Generate alternative and counterfactual explanations.

SKILL.md

ce-explain-interact

Post-process, narrate, filter, and plot explanations.

SKILL.md

1.3 Uncertainty and Decision Policies

Skill

Purpose

Link

ce-regression-intervals

Workflows for conformal/probabilistic regression intervals.

SKILL.md

ce-mondrian-conditional

Configure conditional and Mondrian calibration.

SKILL.md

ce-reject-policy

Configure and validate reject/defer policy behavior.

SKILL.md

1.4 Integrations and Performance

Skill

Purpose

Link

ce-integration-compare

Guide CE integration with SHAP and LIME.

SKILL.md

ce-performance-tuning

Configure caching, parallelism, and batch-size tuning.

SKILL.md

2) Contributor Implementation and Extensibility

2.1 Plugin and Modality Engineering

Skill

Purpose

Link

ce-plugin-scaffold

Scaffold new plugins from CE contracts.

SKILL.md

ce-plugin-audit

Audit plugin conformance and boundary rules.

SKILL.md

ce-modality-extension

Extend CE to new data modalities safely.

SKILL.md

2.2 Runtime Behavior, Persistence, and Payload Contracts

Skill

Purpose

Link

ce-fallback-impl

Implement visible fallback behavior in production code.

SKILL.md

ce-serializer-impl

Implement serialization and persistence support.

SKILL.md

ce-serialization-audit

Audit serialization behavior and test coverage.

SKILL.md

ce-payload-governance

Manage and validate explanation payloads (ADR-005).

SKILL.md

ce-logging-observability

Manage logging, governance, and audit context (ADR-028).

SKILL.md

2.3 Visualization Engineering

Skill

Purpose

Link

ce-plotspec-author

Author or evolve PlotSpec-based visual outputs.

SKILL.md

ce-plot-review

Review visualization and plotting quality.

SKILL.md

3) Quality, Testing, and Risk Control

3.1 Test Authoring and Coverage Validation

Skill

Purpose

Link

ce-test-author

Author high-signal CE tests.

SKILL.md

ce-fallback-test

Validate fallback warnings and test coverage behavior.

SKILL.md

ce-test-audit

Audit tests against ADR-030 and test standards.

SKILL.md

3.2 Test Suite Optimization and Remediation

Skill

Purpose

Link

ce-test-creator

Design high-efficiency tests to close coverage gaps accurately.

SKILL.md

ce-test-pruning-expert

Identify and remove redundant or low-value tests (ADR-030).

SKILL.md

ce-test-quality-method

Coordinate the full Test Quality Method (ADR-030).

SKILL.md

3.3 Code and Risk Review

Skill

Purpose

Link

ce-code-review

Perform CE-focused code review and risk checks.

SKILL.md

ce-code-quality-auditor

Identify quality risks and anti-patterns per ADR-030.

SKILL.md

ce-deadcode-hunter

Identify and clean up unreachable or non-contributing code.

SKILL.md

ce-devils-advocate

Rigorously review agent proposals for risks and blind spots.

SKILL.md

4) Governance, Documentation, and Skill Operations

4.1 Architecture and Lifecycle Governance

Skill

Purpose

Link

ce-adr-consult

Find and apply relevant ADRs before implementation.

SKILL.md

ce-adr-gap-analyzer

Analyze ADR compliance by verifying implementation and RTD against ADR intent.

SKILL.md

ce-adr-author

Author or update ADR documents.

SKILL.md

ce-deprecation

Apply ADR-011 compliant deprecation patterns.

SKILL.md

ce-release-check

Select and validate release tasks and gates.

SKILL.md

ce-release-planner

Analyze release plan and produce vX.Y.Z implementation plans.

SKILL.md

ce-release-task

Identify, implement, and verify individual release tasks.

SKILL.md

ce-release-finalize

Execute the PyPI release checklist.

SKILL.md

ce-regulatory-compliance

Map CE capabilities to EU AI Act, GDPR, and liability directive obligations.

SKILL.md

ce-standards-gap-analyzer

Analyze STD compliance by verifying implementation and RTD against STD intent.

SKILL.md

4.2 Documentation Authoring and Audit

Skill

Purpose

Link

ce-docstring-author

Write or repair numpy-style docstrings.

SKILL.md

ce-notebook-audit

Audit notebooks for API and policy compliance.

SKILL.md

ce-rtd-auditor

Audit ReadTheDocs content for structure, accuracy, and governance alignment.

SKILL.md

ce-rtd-writer

Write or revise ReadTheDocs pages with audience-aware structure.

SKILL.md

4.3 Skill System Operations

Skill

Purpose

Link

ce-onboard

Prime new sessions with CE-first context and routing.

SKILL.md

ce-skill-audit

Audit .claude/skills for Claude skill-authoring compliance and drift.

SKILL.md

ce-skill-creator

Create or refactor skills with templates, assets, and quality guardrails.

SKILL.md

ce-skill-registry-sync

Keep all skill registries synchronized.

SKILL.md