iiRecord
Agentic AI Atlas · viper-go-setup
lib-skill:cli-mcp-development--viper-go-setupa5c.ai
II.
LibrarySkill JSON

lib-skill:cli-mcp-development--viper-go-setup

Structured · live

viper-go-setup 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--viper-go-setup",
  "_kind": "LibrarySkill",
  "_file": "generated-library/skills.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "viper-go-setup",
    "description": "Set up Viper for Go configuration management with file, env, and flag binding.",
    "libraryPath": "library/specializations/cli-mcp-development/skills/viper-go-setup/SKILL.md",
    "specialization": "cli-mcp-development",
    "contentSummary": "# Viper Go Setup\n\nSet up Viper for Go configuration management.\n\n## Generated Patterns\n\n```go\npackage config\n\nimport (\n    \"github.com/spf13/viper\"\n    \"github.com/spf13/cobra\"\n)\n\ntype Config struct {\n    Server   ServerConfig   `mapstructure:\"server\"`\n    Database DatabaseConfig `ma"
  },
  "outgoingEdges": [
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "skill-area:cli-design",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "skill-area:configuration-management",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "topic:developer-experience",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "role:platform-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-skill:cli-mcp-development--viper-go-setup",
      "to": "specialization:cli-mcp-development",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}