# Pabp Packaging

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

- Skill: `gitwalter/pabp-packaging` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gitwalter/pabp-packaging`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gitwalter/pabp-packaging/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gitwalter (https://skillmd.com/u/gitwalter)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/gitwalter/pabp-packaging

---


# 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:
```bash
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:
```bash
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.

