iiRecord
Agentic AI Atlas · cobra-scaffolder
lib-skill:cli-mcp-development--cobra-scaffoldera5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--cobra-scaffolder

Structured · live

cobra-scaffolder 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--cobra-scaffolder",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "cobra-scaffolder",
    "description": "Generate Cobra/Viper-based Go CLI applications with persistent flags, subcommands, and configuration management. Creates production-ready Go CLI with modern patterns.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/cobra-scaffolder/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# Cobra Scaffolder\n\nGenerate a complete Cobra CLI application with Viper configuration, proper Go module structure, and best practices.\n\n## Capabilities\n\n- Generate Go-based Cobra CLI projects\n- Create command hierarchy with persistent and local flags\n- Integrate Viper for configuration mana"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "skill-area:cli-tooling",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--cobra-scaffolder",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}