docs: per-product CLAUDE.md (tier 2) and agent skills - #35
Merged
Conversation
Two-tier agent context, mirroring greennode-mcp:
- go/cmd/vks/CLAUDE.md and go/cmd/vserver/CLAUDE.md capture product-specific
quirks (vks: 0-based pagination/pageSize, /v1, async kubeconfig, control-plane
create; vserver: 1-based pagination/size, /v2/{projectID}, project_id required,
noun-verb command style).
- .claude/skills/new-cli-command and .claude/skills/release-cli guide agents
through scaffolding/adding commands and the release-please release flow.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Items #4 + #5 of the CLI-flow alignment (two-tier agent context, mirroring greennode-mcp).
go/cmd/vks/CLAUDE.mdandgo/cmd/vserver/CLAUDE.md— tier-2 notes capturing each product's real quirks so agents/teams don't carry assumptions across products:page/pageSize),/v1/..., async kubeconfig (generate → update), control-plane-only create (nodeGroups deprecated), struct-flag members.page/size),/v2/{projectID}/...(images/v1), project_id required, noun-verb command style,vserverclient.BuildClient(notcli.NewClient)..claude/skills/new-cli-commandand.claude/skills/release-cli— agent skills that guide scaffolding/adding a command (conventions + TDD + docs) and the release-please release flow.Quirks were verified against the code (pagination bases, project_id requirement), not memory.
Scope
Docs + agent guidance only; no change to Go code or the shipped binary.
Plan status