All skills
Skillintermediate

Go — document checklists

## Conditional

Claude Code Knowledge Pack7/10/2026

Overview

Go — document checklists

Conditional

  • cli.md — Use Cobra + Viper as the default stack for Go CLI applications. Cobra provides the command/subcommand/flag structure and Load if: Project includes CLI commands or cobra/urfave setup
  • continuous-integration.md — Set up production-grade CI/CD pipelines for Go projects using GitHub Actions. Load if: Project includes CI/CD pipelines or GitHub Actions