toolhive-studio
Build, test, and secure the ToolHive MCP desktop app
All Skills in This Repository (5)
Pure Emerald Level Indicatorstesting-api-assertions
Verify captured API requests for method, path, payload in tests.
testing-with-api-mocks
Generate OpenAPI-based API mocks and organize fixtures for deterministic tests.
skill-creator
Create and propagate skills across Claude, Codex, and Cursor directories.
skill-editor
Edit canonical SKILL.md files and replicate updates to Claude, Codex, and Cursor.
testing-api-overrides
Validate UI component API query parameters using conditional overrides and scenario-based mocks.
Frequently Asked Questions
FAQPage SchemaHow to install ToolHive Studio skills?▼
Run `npx skills add stacklok/toolhive-studio --all -g -y` in your terminal to install all skills in this suite globally.
What is ToolHive Studio?▼
It is an Electron desktop app for discovering, deploying, and managing MCP servers in secure, isolated containers. These skills help developers build, test, and fix that app.
How do I test API calls in this project?▼
The testing skills explain the auto-generated MSW mock fixtures, conditional overrides for read operations, and request recording for verifying create, update, and delete calls.
How do I fix security vulnerabilities in dependencies?▼
The security-vuln-remediation skill walks your agent through scanning with Grype, tracing dependencies, upgrading packages, applying pnpm overrides, and documenting each fix.
Do these skills work with Claude Code, Codex, and Cursor?▼
Yes. Every skill is replicated across .claude, .codex, and .cursor directories, so it works identically in all three coding agents.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core