iiRecord
Agentic AI Atlas · specializations/desktop-development/linux-packaging
lib-process:desktop-development--linux-packaginga5c.ai
II.
LibraryProcess JSON

lib-process:desktop-development--linux-packaging

Structured · live

specializations/desktop-development/linux-packaging json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:desktop-development--linux-packaging",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/desktop-development/linux-packaging",
    "description": "Linux Distribution Packaging - Create distribution packages for Linux including .deb (Debian/Ubuntu),\n.rpm (Fedora/RHEL), AppImage, Flatpak, and Snap; configure repositories and package metadata.",
    "libraryPath": "library/specializations/desktop-development/linux-packaging.js",
    "specialization": "desktop-development",
    "references": [
      "- electron-builder Linux targets: https://www.electron.build/configuration/linux",
      "- Flatpak documentation: https://docs.flatpak.org/",
      "- Snapcraft: https://snapcraft.io/docs"
    ],
    "example": "const result = await orchestrate('specializations/desktop-development/linux-packaging', {\n  projectName: 'MyDesktopApp',\n  framework: 'Electron',\n  packageFormats: ['deb', 'rpm', 'appimage', 'flatpak', 'snap'],\n  distributions: ['ubuntu', 'debian', 'fedora']\n});",
    "usesAgents": [
      "linux-packaging-expert",
      "deb-package-builder",
      "rpm-spec-generator",
      "appimage-builder",
      "flatpak-manifest-generator",
      "snap-yaml-generator",
      "desktop-entry-developer",
      "repo-developer",
      "linux-validator"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "skill-area:desktop-ui-frameworks",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "skill-area:cross-platform-desktop",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "role:desktop-developer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "role:fullstack-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "workflow:desktop-app-release",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "workflow:release-management",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "specialization:desktop-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:desktop-development--linux-packaging",
      "to": "lib-agent:desktop-development--linux-packaging-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}