← All plugins
sap-rpt1
v2.4.1SAP-RPT-1-OSS local tabular prediction workflows for FI/CO prototype datasets. Use when preparing SAP finance CSV exports for classification or regression experiments with source-verified setup, leakage checks, and governance review.
CodexClaude Code1 skill
by Eduard JiglauGPL-3.0404updated 1 day ago
Source
git clone https://github.com/secondsky/sap-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-rpt1/ inside the repository.
Layout
plugins/sap-rpt1/
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/sap-rpt1/SKILL.md
Skills1
sap-rpt1skills/sap-rpt1/SKILL.md
SAP-RPT-1-OSS local tabular prediction workflows for FI/CO prototype datasets. Use when preparing SAP finance CSV exports for classification or regression experiments with source-verified setup, leakage checks, and governance review.
Manifests2
plugins/sap-rpt1/.codex-plugin/plugin.json
{
"name": "sap-rpt1",
"version": "2.4.1",
"description": "SAP-RPT-1-OSS local tabular prediction workflows for FI/CO prototype datasets. Use when preparing SAP finance CSV exports for classification or regression experiments with source-verified setup, leakage checks, and governance review.",
"author": {
"name": "Eduard Jiglau",
"email": "hello@sap-ai-skills.com",
"url": "https://sap-ai-skills.com"
},
"homepage": "https://sap-ai-skills.com",
"repository": "https://github.com/secondsky/sap-skills",
"license": "GPL-3.0",
"keywords": [
"artificial intelligence",
"llm",
"machine learning",
"rpt1",
"sap",
"sap-rpt1"
],
"skills": "./skills/",
"interface": {
"displayName": "SAP RPT1",
"shortDescription": "SAP-RPT-1-OSS local tabular prediction workflows for FI/CO pr...",
"longDescription": "SAP-RPT-1-OSS local tabular prediction workflows for FI/CO prototype datasets. Use when preparing SAP finance CSV exports for classification or regression experiments with source-verified setup, leakage checks, and governance review.",
"developerName": "Eduard Jiglau",
"category": "AI",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Use SAP RPT1 for SAP guidance."
],
"websiteURL": "https://sap-ai-skills.com"
}
}plugins/sap-rpt1/.claude-plugin/plugin.json
{
"name": "sap-rpt1",
"description": "SAP-RPT-1-OSS local tabular prediction workflows for FI/CO prototype datasets. Use when preparing SAP finance CSV exports for classification or regression experiments with source-verified setup, leakage checks, and governance review.",
"version": "2.4.1",
"author": {
"name": "Eduard Jiglau",
"email": "hello@sap-ai-skills.com",
"url": "https://sap-ai-skills.com"
},
"license": "GPL-3.0",
"homepage": "https://sap-ai-skills.com",
"repository": "https://github.com/secondsky/sap-skills",
"keywords": [
"artificial intelligence",
"llm",
"machine learning",
"rpt1",
"sap",
"sap-rpt1"
],
"category": "ai",
"commands": [
"./commands/rpt1-fico-predict.md",
"./commands/rpt1-fico-prepare.md"
]
}