From openstack-k8s-agent-tools
Analyzes code flow in openstack-k8s-operators using Go parsing, reconciler tracing, webhook detection, and visual diagrams for reconciliation loops, resource lifecycles, and error paths.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openstack-k8s-agent-tools:explain-flow [directory][directory]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive code flow analysis for openstack-k8s-operators operators using automated parsing and visual representation.
This skill provides comprehensive code flow analysis for openstack-k8s-operators operators using automated parsing and visual representation.
When explaining code flow, I will:
The skill analyzes:
# Focus on reconcile functions
grep -r "func.*Reconcile" --include="*.go" .
I will generate:
func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request)client.Get(), client.Create(), client.Update(), client.Delete()ctrl.Result{RequeueAfter: time.Duration}if err != nil blocksreturn ctrl.Result{}, errInvoke /explain-flow with:
The skill will automatically parse the code, extract flow patterns, and provide visual representations with actionable insights.
npx claudepluginhub openstack-k8s-operators/devskills --plugin openstack-k8s-agent-toolsGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.