iiRecord
Agentic AI Atlas · specializations/cli-mcp-development/shell-completion-scripts
lib-process:cli-mcp-development--shell-completion-scriptsa5c.ai
II.
LibraryProcess JSON

lib-process:cli-mcp-development--shell-completion-scripts

Structured · live

specializations/cli-mcp-development/shell-completion-scripts 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:cli-mcp-development--shell-completion-scripts",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/cli-mcp-development/shell-completion-scripts",
    "description": "Shell Completion Scripts - Implement tab completion for Bash, Zsh, Fish, and PowerShell\nwith dynamic completions and context awareness.",
    "libraryPath": "library/specializations/cli-mcp-development/shell-completion-scripts.js",
    "specialization": "cli-mcp-development",
    "references": [
      "- Bash Completion: https://github.com/scop/bash-completion",
      "- Zsh Completion: https://zsh.sourceforge.io/Doc/Release/Completion-System.html",
      "- Fish Completion: https://fishshell.com/docs/current/completions.html"
    ],
    "example": "const result = await orchestrate('specializations/cli-mcp-development/shell-completion-scripts', {\n  projectName: 'my-cli',\n  cliFramework: 'commander',\n  shells: ['bash', 'zsh', 'fish', 'powershell'],\n  commands: ['init', 'build', 'deploy', 'config']\n});",
    "usesAgents": [
      "shell-scripting-expert",
      "cli-testing-architect",
      "cli-docs-writer",
      "cli-packaging-specialist"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "skill-area:mcp-server-implementation",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "skill-area:cli-tooling",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "workflow:sdk-api-design",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "lib-agent:cli-mcp-development--cli-testing-architect",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    },
    {
      "from": "lib-process:cli-mcp-development--shell-completion-scripts",
      "to": "lib-agent:cli-mcp-development--cli-docs-writer",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}