package

Create, list, and view statistics for SAP ADT development packages.

7|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/modalala/sapcli-skill --skill package-modalala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: package
Source: https://github.com/modalala/sapcli-skill/tree/main/skills/adt-transport/package
Command: npx skills add https://github.com/modalala/sapcli-skill --skill package-modalala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the management of SAP development packages to streamline package creation, listing, and auditing within the ADT transport workflow.

Core Features & Use Cases

  • Create, list, and view statistics for SAP development packages to support lifecycle management.
  • Integrates with sapcli tool interfaces to perform package operations from the command line, reducing manual steps and errors.
  • Use Case: A developer creates a new package, lists all packages, and fetches package statistics for compliance reporting.

Quick Start

Use the package create command to instantiate a new SAP development package.

Frequently Asked Questions about package

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SAP development package management from the command line?

You can automate SAP development package management by using sapcli tool interfaces to coordinate package creation, listing, and statistics operations within the ADT transport deployment workflow.

What is the process for creating an SAP ADT development package?

Creating an SAP ADT development package involves using the package_create tool interface with an object_name parameter to instantiate the package within the ADT transport deployment workflow.

Can I list all SAP development packages and fetch statistics for compliance reporting?

Yes, you can use the package_list interface to list all SAP development packages and the package_stats interface to fetch package statistics for compliance reporting and auditing.

Does the SAP package management skill require specific dependencies to run?

No, the SAP package management skill operates with no dependencies and aligns with the ADT protocol described in its metadata to manage package lifecycle tasks.

What are the limitations of using sapcli for SAP package lifecycle management?

The skill's implementation depth is basic, defining only package_create, package_list, and package_stats interfaces with an object_name parameter, which may limit complex package lifecycle management operations.