stacklok/toolhive-registry-server
Agent Claude Code
Reviews code for the registry servers' best practices, security patterns, Go conventions, and architectural consistency.
Discover, govern and control access to MCP servers and agent skills across your organization
stacklok/toolhive-registry-server
Agent Claude Code
Reviews code for the registry servers' best practices, security patterns, Go conventions, and architectural consistency.
stacklok/toolhive-registry-server
Agent Claude Code
Always use this agent when you need to write, generate, or create new Go code, including functions, structs, interfaces, methods, or complete packages. Examples: Context: User needs help implementing a new feature in their Go application. user: 'I need to write a function that validates email addresses using regex'…
stacklok/toolhive-registry-server
Agent Claude Code
Use this agent when you need security guidance for coding tasks, including code reviews, architecture decisions, dependency choices, authentication implementations, data handling, or any development work that involves security considerations. Examples: Context: User is implementing user authentication in their…
stacklok/toolhive-registry-server
Agent Claude Code
Use this agent when you need architectural oversight, task delegation, and technical leadership for code development projects. Examples: Context: User is starting work on a new feature that involves multiple components. user: 'I need to implement user authentication with OAuth2 support' assistant: 'I'll use the…
stacklok/toolhive-registry-server
Agent Claude Code
Use this agent when you need to write comprehensive unit tests for Go code, particularly for functions, methods, or components that require thorough testing coverage. Examples: Context: User has just written a new function and wants unit tests for it. user: 'I just wrote this function to validate email addresses, can…