stacklok

63 mods across 6 repositories, 2.3k stars between them.

toolhive-release

25

stacklok/toolhive

Skill Claude CodeCodex

Creates ToolHive release PRs by analyzing commits since the last release, categorizing changes, recommending semantic version bump type (major/minor/patch), and triggering the release workflow. Use when cutting a release, preparing a new version, checking what changed since last release, or when the user mentions…

2.1k +1 yesterday A 77 tokens original Apache-2.0

vmcp-review

26

stacklok/toolhive

Skill Claude CodeCodex

Reviews vMCP code changes for known anti-patterns that make the codebase harder to understand or more brittle. Use when reviewing PRs, planning features, or refactoring vMCP code.

2.1k +1 yesterday A 44 tokens original Apache-2.0

toolhive AGENTS.md

27

stacklok/toolhive

Instructions file CodexOpenCode

AGENTS.md instructions for stacklok/toolhive, a project described as: ToolHive is an enterprise-grade platform for running and managing Model Context Protocol (MCP) servers.

2.1k +1 yesterday A 4 tokens copy · 100% Apache-2.0

toolhive CLAUDE.md

28

stacklok/toolhive

Instructions file

Claude Code instructions for stacklok/toolhive, covering claude.md, project overview, build and development commands, available subagents and core development.

2.1k +1 yesterday A 1,430 tokens original Apache-2.0

toolhive-cli-user

29

stacklok/toolhive

Skill Claude CodeCodex

Guide for using ToolHive CLI (thv) to run and manage MCP servers and skills. Use when running, listing, stopping, building, or configuring MCP servers locally. Covers server lifecycle, registry browsing, secrets management, client registration, groups, container builds, exports, permissions, network isolation…

2.1k +1 yesterday A 98 tokens original Apache-2.0

bug-fix-tdd

30

stacklok/toolhive-studio

Skill Claude CodeCodex

Reproduce and fix bugs using TDD. Use when analyzing a bug report, writing a regression test, or applying a minimal fix. Covers test placement, mock patterns, and the red-green-refactor workflow for automated bug fixing.

163 3d ago A 52 tokens original Apache-2.0

deep-links

31

stacklok/toolhive-studio

Skill Claude CodeCodex

Deep links in ToolHive Studio. Use when implementing, debugging, or asking about deep link features (toolhive-gui:// protocol), adding new deep link intents, understanding the deep link architecture, IPC model, or platform/packaging support.

163 3d ago A 53 tokens original Apache-2.0

devcontainer-dev

32

stacklok/toolhive-studio

Skill Claude CodeCodex

Spin up and interact with ToolHive Studio's containerized dev environment (Xvfb + noVNC + DinD). Use when running, testing, or debugging the app in isolation — locally, in a git worktree, or in GitHub Codespaces; when touching .devcontainer/, scripts/devcontainer-.sh, or the devContainer:dev npm script; or when…

163 3d ago B 142 tokens original Apache-2.0

stacklok/toolhive-studio

Skill Claude CodeCodex

Remediate security vulnerabilities found by Grype or pnpm audit. Use when a security scan fails, a CVE needs fixing, or you need to analyze, upgrade, override, or ignore a vulnerable dependency.

163 3d ago A 50 tokens original Apache-2.0

skill-creator

34

stacklok/toolhive-studio

Skill Claude CodeCodex

Create new AI agent skills for Claude Code, Codex, and Cursor. Use when asked to create a skill, add a new agent capability, or set up a slash command.

163 3d ago A 40 tokens original Apache-2.0

skill-editor

35

stacklok/toolhive-studio

Skill Claude CodeCodex

REQUIRED for editing any skill file. Ensures changes sync to Claude, Codex, and Cursor. Never edit .claude/skills/ files directly - always use this skill.

163 3d ago D 40 tokens original Apache-2.0

stacklok/toolhive-studio

Skill Claude CodeCodex

Verify API requests in tests. Use when testing that correct API calls are made for create, update, or delete operations. Use when testing mutations, form submissions, or actions with backend side effects.

163 3d ago A 45 tokens original Apache-2.0

stacklok/toolhive-studio

Skill Claude CodeCodex

Test that components send correct query parameters or request arguments. Use when testing filtering, sorting, pagination, or any read operation where request parameters matter. Use for test-scoped mock customization.

163 3d ago A 42 tokens original Apache-2.0

stacklok/toolhive-studio

Skill Claude CodeCodex

Start here for all API mocking in tests. Covers auto-generation, fixtures, and when to use other skills. Required reading before creating, refactoring, or modifying any test involving API calls.

163 3d ago A 44 tokens original Apache-2.0

stacklok/toolhive-studio

Instructions file CodexOpenCode

Instructions for stacklok/toolhive-studio, covering project overview, essential commands, common gotchas, boundaries and code conventions.

163 3d ago A 603 tokens original Apache-2.0

stacklok/toolhive-studio

Instructions file

Instructions for stacklok/toolhive-studio, covering project overview, build and development commands, environment requirements, common gotchas and auto-generated code — never edit manually.

163 3d ago A 1,205 tokens original Apache-2.0

brood-box CLAUDE.md

42

stacklok/brood-box

Instructions file

Instructions for stacklok/brood-box, covering brood-box, commands — always use task (taskfile.yaml), architecture — strict ddd (domain-driven design), layers and ddd rules (non-negotiable).

64 2d ago A 5,203 tokens original Apache-2.0

code-reviewer

43

stacklok/toolhive-registry-server

Agent Claude Code

Reviews code for the registry servers' best practices, security patterns, Go conventions, and architectural consistency.

24 5d ago A 23 tokens original Apache-2.0

golang-code-writer

44

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'…

24 5d ago A 225 tokens original Apache-2.0

security-advisor

45

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…

24 5d ago A 222 tokens original Apache-2.0

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…

24 5d ago A 309 tokens original Apache-2.0

unit-test-writer

47

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…

24 5d ago A 228 tokens original Apache-2.0

deploy-otel

48

stacklok/toolhive-registry-server

Skill Claude CodeCodex

Deploy the OpenTelemetry observability stack (Prometheus, Grafana, OTEL Collector) to a Kind cluster for testing registry server telemetry. Use when you need to set up monitoring, metrics collection, or observability infrastructure.

24 5d ago A 49 tokens copy · 91% Apache-2.0