iiRecord
Agentic AI Atlas · cli-mock-stdin
lib-skill:cli-mcp-development--cli-mock-stdina5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--cli-mock-stdin

Structured · live

cli-mock-stdin json

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

File · generated-library/skills.yamlCluster · generated-library
Record JSON
{
  "id": "lib-skill:cli-mcp-development--cli-mock-stdin",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "cli-mock-stdin",
    "description": "Create mock stdin utilities for interactive CLI testing.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/cli-mock-stdin/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# CLI Mock Stdin\n\nCreate mock stdin utilities for testing.\n\n## Generated Patterns\n\n```typescript\nimport { Readable } from 'stream';\n\nexport function mockStdin(inputs: string[]): Readable {\n  let index = 0;\n  return new Readable({\n    read() {\n      if (index < inputs.length) {\n        "
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "skill-area:e2e-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cli-mock-stdin",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}