abap skills

191 tagged abap, measured the same way as everything else here.

Browse within: sap 65atc 56bdc 56fiori 27ai-coding-assistant 25ai-assistant 22hacktoberfest 22ai-skills 21joule 18documentation 7knowledge-base 7markdown 7adt 6abap2ui5 5

dependency-upgrade

01

secondsky/sap-skills

Skill Claude CodeCodex

Secure dependency upgrades with supply chain protection, cooldowns, and staged rollout. Use when upgrading deps, configuring security policies, or preventing supply chain attacks.

427 2d ago A 34 tokens GPL-3.0

sap-abap-cds

02

secondsky/sap-skills

Skill Claude CodeCodex

Comprehensive SAP ABAP CDS (Core Data Services) reference for data modeling, view development, and semantic enrichment. Use when creating CDS views or view entities, defining data models with annotations, working with associations and cardinality, implementing input parameters, using built-in functions, writing CASE…

427 2d ago A 113 tokens GPL-3.0

sap-abap

03

secondsky/sap-skills

Skill Claude CodeCodex

Comprehensive ABAP development skill for SAP systems. Use when writing ABAP code, working with internal tables, structures, ABAP SQL, object-oriented programming, RAP (RESTful Application Programming Model), CDS views, EML statements, ABAP Cloud development, string processing, dynamic programming, RTTI/RTTC, field…

427 2d ago A 100 tokens GPL-3.0

analyze-and-plan

04

marcellourbani/vscode_abap_remote_fs

Skill Claude CodeCodex

Standalone Phase 1 of SAP UI testing. Discovers the configured test folder and target system, downloads one complete ABAP source snapshot, then READS that source and captures the full picture in three reference artifacts — flow.md (functional flow), units.md (per-unit input/output inventory), and findings.md (the…

381 3d ago A 125 tokens original MIT

build-scripts

05

marcellourbani/vscode_abap_remote_fs

Skill Claude CodeCodex

Standalone Phase 6 of SAP UI testing. Rediscovers the configured test folder, program, approved cases, and primary system from disk; validates upstream inputs; then writes one tests/ /test-scripts/TC-XXX.spec.ts per case using @sap-testing/runtime. Use when the user asks to write, generate, or convert Playwright…

381 3d ago A 79 tokens original MIT

design-cases

06

marcellourbani/vscode_abap_remote_fs

Skill Claude CodeCodex

Standalone Phase 3 of SAP UI testing. Turns the findings.md decision surface and the screens.md control map into one tests/ /test-cases/TC-XXX.md per candidate case — grounded in the actual code behaviour (overlap/dedup/boundary), with a per-case selection-screen state table and a mandatory post-test verification…

381 3d ago A 133 tokens original MIT

abap-check

07

abap2UI5/abap2UI5

Skill Claude CodeCodex

The catalogue of ABAP problems a green CI does not catch - abapGit round-trip and import failures (BOM, line endings, trailing whitespace, EOF newline, 255-character lines, metadata sidecars for CLAS and for DDLS/BDEF/TABL), activation errors abaplint does not model (classconstructor visibility, LOCAL FRIENDS, generic…

378 yesterday A 167 tokens original MIT

ui5-check

08

abap2UI5/abap2UI5

Skill Claude CodeCodex

The catalogue of UI5 problems a green CI does not catch - names that do not exist in the oldest supported release (icons, controls, properties, aggregations, enum values, modules, themes), layout that only works from a newer release on, views that fail to load rather than to render, and CSP/runtime traps. Also the…

378 yesterday A 137 tokens original MIT

view-chain-layout

09

abap2UI5/abap2UI5

Skill Claude CodeCodex

The layout rules for a z2ui5clui5viewbuilder chain - one call per line, four spaces per tree level, the end( ) column, which factory( ) shape goes with which chain shape, blank lines, and the linter rule that checks them. Identical in abap2UI5, abap2UI5/samples, abap2UI5/samples-controls and abap2UI5/samples-stack.…

378 yesterday A 125 tokens original MIT

likweitan/abap-skills

Skill Claude CodeCodex

Generate SAP BTP (Business Technology Platform) solution architecture diagrams as native draw.io (.drawio) files following the official SAP BTP Solution Diagram guidelines (Fiori Horizon design system) and open them via a configured draw.io MCP server. USE WHEN: user asks to create/draw/design/sketch a BTP diagram…

57 5d ago A 178 tokens original MIT

cds-view-entities

11

likweitan/abap-skills

Skill Claude CodeCodex

Help with CDS (Core Data Services) view entity development including data modeling, annotations, associations, compositions, access controls, aggregate expressions, built-in functions, and input parameters. Use when users ask about CDS views, CDS view entities, CDS annotations, CDS associations, CDS compositions, CDS…

57 5d ago A 153 tokens original MIT

clean-abap

12

likweitan/abap-skills

Skill Claude CodeCodex

Check ABAP code for compliance with Clean ABAP principles. Use this skill when users ask to check, validate, review, or analyze ABAP code for clean code compliance, code quality, best practices, or adherence to Clean ABAP guidelines. Triggers include requests like "check this ABAP code", "is this clean ABAP", "review…

57 5d ago A 99 tokens original MIT

view-chain-layout

13

abap2UI5/samples

Skill Claude CodeCodex

The layout rules for a z2ui5clui5viewbuilder chain - one call per line, four spaces per tree level, the end( ) column, which factory( ) shape goes with which chain shape, blank lines, and the linter rule that checks them. Identical in abap2UI5, abap2UI5/samples, abap2UI5/samples-controls and abap2UI5/samples-stack.…

56 yesterday A 125 tokens copy · 100% MIT

capture-answer

14

Gixsy95/abap_wiki

Skill Claude CodeCodex

Ingests an expert's answers to an L2 questionnaire in the abapwiki knowledge base: transforms the answers (filled in the interviews/ file or given verbally) into a canonical citable expert-answer (slices/ /inputs/expert-answers/), moves gaps to 'answered' and closes the questions. Use this skill when the owner/expert…

44 7d ago A 88 tokens original MIT

ingest-l1

15

Gixsy95/abap_wiki

Skill Claude CodeCodex

L1 analysis loop for the abapwiki knowledge base: for each batch it launches the abap-analyzer sub-agent in parallel, then the adversarial judge abap-deepcheck (separate session), applies only the analyses that pass the fail-closed gate, and commits. Resumes exactly after an interruption. Use this skill to document…

44 7d ago A 91 tokens original MIT

research-l2

16

Gixsy95/abap_wiki

Skill Claude CodeCodex

Executes Phases 1-3 of the L2 process of the abapwiki knowledge base on a slice: launches the abap-functional-researcher sub-agent (gap discovery + multi-source auto-research: wiki -> raw/docs -> MCP abap-fs on the system read-only -> standard knowledge), ingests gaps and evidence, and generates questionnaires for…

44 7d ago A 115 tokens original MIT

abap-code-review

17

shrek-abaper/sap-engineering-skill

Skill Claude CodeCodex

Performs structured pre-release security and quality review of SAP ABAP programs across 9 dimensions (SEC, AUTH, DATA, PERF, STD, INTERFACE, CHANGE, COMP, FUNC), producing a formal sign-off-ready Markdown assessment report. Trigger when the user asks to review, audit, assess, or check ABAP code before release …

33 15d ago A 162 tokens original MIT

shrek-abaper/sap-engineering-skill

Skill Claude CodeCodex

Comprehensive integration guide for connecting external systems (Java, Python, .NET, Node.js, low-code platforms, etc.) to SAP (ECC, S/4HANA On-Premise, S/4HANA Cloud). Covers OData V2/V4, RFC/JCo, SOAP over HTTP RFC (no-JCo RFC calls via standard HTTPS), IDoc/PI-PO, BAPI, RAP REST APIs, BTP Integration Suite, SAP…

33 15d ago A 517 tokens original MIT

sap-transport-gate

19

shrek-abaper/sap-engineering-skill

Skill Claude CodeCodex

Use for SAP Transport Request pre-release gate review (QAS/PRD). Triggers on any TR number in input (pattern: uppercase letters + K + 6 digits, e.g., DEVK900123, ECDK943668). Asks user: code-quality-only or functional+code review. Performs 10-dimension risk review of ABAP/CDS/DDIC source, object list, dependencies…

33 15d ago A 185 tokens original MIT

sap-abap

20

BoxLogoDev/sapstack

Skill Claude CodeCodex

This skill handles all SAP ABAP development tasks: writing and debugging reports, function modules, classes, BAdIs, enhancement spots, user exits, ALV, SmartForms, Adobe Forms, CDS views, RAP (RESTful ABAP Programming Model), OData services, ABAP Unit testing, performance analysis, short dump resolution, and Clean…

18 2d ago A 156 tokens original MIT

sap-ariba

21

BoxLogoDev/sapstack

Skill Claude CodeCodex

This skill handles all SAP Ariba tasks including Sourcing (RFx, e-Auction), Contracts, Procurement (catalog, requisition, PR-to-PO), Supplier Lifecycle & Performance (SLP), Spend Analysis, Network (supplier collaboration), Buying & Invoicing, Guided Buying, integration with S/4HANA (CIG / Ariba Network Adapter)…

18 2d ago A 143 tokens original MIT

sap-basis

22

BoxLogoDev/sapstack

Skill Claude CodeCodex

This skill handles SAP BASIS administration including transport management, system performance analysis, user authorization, client administration, background job management, and system monitoring. Use when user mentions BASIS, STMS, transport, transport request, SM50, SM66, ST05, ST12, SM21, authorization, PFCG…

18 2d ago A 118 tokens original MIT

dump-triage

23

yzonur/sap-adt-mcp

Skill Claude CodeCodex

Triage ABAP short dumps (ST22) — list recent dumps, group by root cause, read the dump chapters, pull the source at the termination point, and produce a prioritized report with a concrete fix suggestion per dump family. Use whenever the user mentions dumps, ST22, runtime errors, CX exceptions, "production crashed"…

14 14d ago A 107 tokens original MIT

legacy-code-doc

24

yzonur/sap-adt-mcp

Skill Claude CodeCodex

Reverse-document legacy ABAP — read a Z program/class/function group end to end, map its structure, database touchpoints, callers, and side effects, and produce structured documentation (purpose, flow, interfaces, data, risks). Use whenever the user asks "what does this program do", wants documentation for…

14 14d ago A 109 tokens original MIT