Pabp Packaging

Platform Application Bundle Protocol (PABP) management, MCP config generators, bundle importers, and compliance verifiers.

gitwalter de6d4da 1.3 KB Updated

File contents

Platform Application Bundle Protocol (PABP)

This skill covers the processes and CLI utilities used to package, inspect, transform, and verify platform applications (PABP) and automatically update localized MCP server config schemas.

When to Use

Use this skill when importing external application packages, generating or inspecting MCP config files, transforming bundles, or verifying PABP compliance.

Prerequisites

  • Conda environment initialized.

Process

Follow these procedures to verify packages and compile MCP configurations.

Verifying PABP compliance

Audit a package bundle for protocol compliance:

conda run -p D:\Anaconda\envs\cursor-factory python scripts/pabp/verify_pabp.py --path path/to/bundle

Generating MCP Configuration

Generate or inspect local Model Context Protocol json server configs:

conda run -p D:\Anaconda\envs\cursor-factory python scripts/pabp/generate_mcp_config.py

Best Practices

  • Strict Inspection: Inspect external application bundles recursively using inspect_bundle_advanced.py before executing imports.
  • Axiomatic Isolation: Keep external application scopes isolated to prevent execution leakage.

gitwalter/antigravity-agent-factory/tree/main/.agent/skills/routing/pabp-packaging commit de6d4daad7

Frequently asked questions

npx skillmds@latest add gitwalter/pabp-packaging