iiRecord
Agentic AI Atlas · plugin-hook-system
lib-skill:cli-mcp-development--plugin-hook-systema5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--plugin-hook-system

Structured · live

plugin-hook-system 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--plugin-hook-system",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "plugin-hook-system",
    "description": "Generate hook-based plugin extension system with event emitter patterns.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/plugin-hook-system/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# Plugin Hook System\n\nGenerate hook-based plugin extension system.\n\n## Generated Patterns\n\n```typescript\ntype HookCallback = (...args: any[]) => Promise<any> | any;\n\nexport class HookSystem {\n  private hooks = new Map<string, HookCallback[]>();\n\n  register(hookName: string, callback: Hoo"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "skill-area:plugin-systems",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--plugin-hook-system",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}