plugins/build/skills/framework-selection/SKILL.md
Choose the right Go CLI framework for Kubernetes-native tools. Decision matrix compares Cobra, urfave/cli, and Kong for ecosystem alignment and features.
npx skillsauth add adaptive-enforcement-lab/claude-skills framework-selectionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Building a Kubernetes-native CLI requires thoughtful framework selection. The right choice depends on your complexity needs, ecosystem alignment, and team preferences.
This section covers:
| Criteria | Cobra | urfave/cli | Kong | | ---------- | ------- | ------------ | ------ | | Ecosystem maturity | High | Medium | Growing | | Learning curve | Medium | Low | Low | | Type safety | Low | Low | High | | Kubernetes alignment | High | Medium | Medium | | Configuration integration | Excellent (Viper) | Good | Good | | Shell completion | Built-in | Plugin | Built-in | | Nested subcommands | Excellent | Good | Good |
Choose tools that match kubectl conventions. Your users already know them.
See the full implementation guide in the source documentation.
documentation
Workload Identity Federation implementation guide. GKE setup, IAM bindings, ServiceAccount configuration, migration from service account keys, and troubleshooting patterns.
development
Secure GitHub Actions trigger patterns for pull requests, forks, and reusable workflows. Preventing privilege escalation and code injection through trigger misconfiguration.
development
Structured framework for evaluating GitHub Actions security before adoption. Trust tiers, risk assessment checklist, and decision tree for action evaluation.
testing
Securely store GitHub App credentials across different environments. GitHub Actions secrets, external CI, Kubernetes, and automated rotation patterns.