A collection of Agent Skills for SAP LeanIX — reusable, portable instructions that extend AI coding agents with LeanIX-specific workflows and domain knowledge. Skills work across a wide range of AI tools, including Claude Code, Cursor, GitHub Copilot, VS Code, OpenAI Codex, Gemini CLI, and many others.
The skills in this repository are designed to work with the LeanIX MCP Server, which exposes LeanIX capabilities as tools that AI agents can call.
All skills below ship inside the sap-leanix plugin. Installing the plugin makes every listed skill available; new skills are added by appending to the plugin's skills array — no separate installs.
| Skill | Description |
|---|---|
| automations-toolkit | Build, debug, and deploy LeanIX automation scripts |
| calculations-toolkit | Create, debug, and manage calculations |
This repository is also a Claude Code plugin marketplace. A plugin is a collection of one or more skills; this marketplace ships the sap-leanix plugin that bundles every LeanIX skill in this repo, along with the LeanIX MCP server config. Install via Claude Code:
/plugin marketplace add SAP/leanix-ai-plugins
/plugin install sap-leanix@leanix-ai-pluginsInside Claude Code, each skill is invoked as sap-leanix:<skill-name> (for example, sap-leanix:automations-toolkit). The LeanIX MCP server connects automatically on first use — Claude Code triggers the OAuth sign-in flow.
For other agents (Cursor, Gemini CLI, Codex, etc.) or for advanced configurations (technical user / API token authentication), see MCP-SETUP.md for the full LeanIX MCP server setup walkthrough.
Skills follow the Agent Skills open standard. Consult your agent's documentation for how to load them:
This project is open to feature requests, bug reports, and feedback via GitHub issues. See our Contribution Guidelines for ways to participate.
If you find any bug that may be a security problem, please follow our instructions in our security policy on how to report it. Please do not create GitHub issues for security-related doubts or problems.
We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.
Copyright 2026 SAP SE or an SAP affiliate company and leanix-ai-plugins contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.