Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
stacklok
GitHub 제작자 프로필

stacklok

9개 GitHub 저장소에서 수집된 51개 skills를 저장소 단위로 보여줍니다.

수집된 skills
51
저장소
9
업데이트
2026-07-17
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

#01
toolhive
skills 13개 · 2026-05-29
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터네트워크·컴퓨터 시스템 관리자기타 컴퓨터 관련 직업
직업 카테고리 4개 · 100% 분류됨
25%비중
#02
toolhive-studio
skills 9개 · 2026-07-01
소프트웨어 품질 보증 분석가·테스터기타 컴퓨터 관련 직업소프트웨어 개발자정보 보안 분석가
직업 카테고리 4개 · 100% 분류됨
18%비중
#03
toolhive-catalog
skills 7개 · 2026-06-30
소프트웨어 품질 보증 분석가·테스터소프트웨어 개발자기타 컴퓨터 관련 직업정보 보안 분석가
직업 카테고리 4개 · 100% 분류됨
14%비중
#04
docs-website
skills 6개 · 2026-07-09
소프트웨어 개발자소프트웨어 품질 보증 분석가·테스터시장조사 분석가·마케팅 전문가편집자
직업 카테고리 4개 · 100% 분류됨
12%비중
#05
toolhive-registry-server
skills 4개 · 2026-04-21
네트워크·컴퓨터 시스템 관리자소프트웨어 품질 보증 분석가·테스터
직업 카테고리 2개 · 100% 분류됨
7.8%비중
#06
modelith
skills 3개 · 2026-06-30
소프트웨어 개발자
직업 카테고리 1개 · 100% 분류됨
5.9%비중
#07
dockyard
skills 3개 · 2026-07-17
기타 컴퓨터 관련 직업소프트웨어 품질 보증 분석가·테스터정보 보안 분석가
직업 카테고리 3개 · 100% 분류됨
5.9%비중
#08
toolhive-rfcs
skills 3개 · 2026-04-01
소프트웨어 개발자컴퓨터 시스템 분석가프로젝트 관리 전문가
직업 카테고리 3개 · 100% 분류됨
5.9%비중
여기에는 상위 8개 저장소가 표시되며, 전체 저장소 목록은 아래에서 이어집니다.
저장소 탐색

저장소와 대표 skills

toolhive-cli-user
기타 컴퓨터 관련 직업

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, authentication, and skill management (install, uninstall, list, info, build, push, validate). NOT for Kubernetes operator usage or ToolHive development/contributing.

2026-05-29
check-contribution
소프트웨어 품질 보증 분석가·테스터

Validates operator chart contribution practices (helm template, ct lint, docs generation) before committing changes.

2026-05-12
toolhive-release
소프트웨어 개발자

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 "release", "version bump", or "cut a release".

2026-04-28
implement-story
소프트웨어 개발자

Implements a GitHub user story from planning through PR creation, with research, codebase analysis, and structured commits.

2026-04-21
release-notes
소프트웨어 개발자

Generates polished GitHub release notes for a ToolHive release by analyzing every merged PR, cross-referencing linked issues, dispatching expert agents to assess breaking changes, and producing a formatted release body. Use when the user provides a GitHub release URL, tag name, or says "release notes".

2026-04-15
deflake
소프트웨어 품질 보증 분석가·테스터

Finds flaky tests on the main branch by analyzing GitHub Actions failures, ranks them by frequency, and enters parallel plan mode to design deflake strategies. Use when you want to find and fix the flakiest tests.

2026-04-10
code-review-assist
소프트웨어 품질 보증 분석가·테스터

Augments human code review by summarizing changes, surfacing key review questions, assessing test coverage, and identifying low-risk sections. Use when reviewing a diff, PR, or code snippet as a senior review partner.

2026-03-30
vmcp-review
소프트웨어 품질 보증 분석가·테스터

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.

2026-03-18
이 저장소에서 수집된 skills 13개 중 상위 8개를 표시합니다.
deep-links
소프트웨어 개발자

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.

2026-07-01
devcontainer-dev
소프트웨어 개발자

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 debugging "blank white window", "Docker daemon failed to start", or "Missing X server" errors in the devcontainer. The container is fully isolated: no host pnpm install, no host Docker socket, no host X11/GPU — experiment freely without contaminating the host.

2026-06-18
security-vuln-remediation
정보 보안 분석가

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.

2026-05-13
bug-fix-tdd
소프트웨어 품질 보증 분석가·테스터

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.

2026-04-21
testing-with-api-mocks
소프트웨어 품질 보증 분석가·테스터

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.

2026-01-29
testing-api-overrides
소프트웨어 품질 보증 분석가·테스터

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.

2026-01-22
skill-editor
기타 컴퓨터 관련 직업

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

2026-01-21
testing-api-assertions
소프트웨어 품질 보증 분석가·테스터

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.

2026-01-20
이 저장소에서 수집된 skills 9개 중 상위 8개를 표시합니다.
add-mcp-server
기타 컴퓨터 관련 직업

Add new MCP server entries to the ToolHive registry. Creates server.json and icon.svg files with correct schema, _meta extensions, and validation. Use when adding a server, creating a registry entry, onboarding an MCP server, or writing server.json. NOT for reviewing existing entries (use mcp-review).

2026-06-30
mcp-review
소프트웨어 품질 보증 분석가·테스터

Review MCP server specifications and updates for compliance, security, and quality. Use when evaluating server.json files, PRs adding/updating servers, or assessing MCP server changes. NOT for creating new entries (use add-mcp-server instead).

2026-06-30
catalog-audit
소프트웨어 개발자

Audit existing ToolHive catalog server entries for drift: whether the pinned image still exists, the upstream repo is still alive and active, and the declared env vars and network-permission profile still match what the server actually needs. Use whenever asked to audit, health-check, sweep, or spot-check catalog entries / server.json files for staleness, broken images, dead repos, abandoned projects, or wrong env-vars/permissions - for the community tier, the official tier, the whole registry, or a named subset. Report-only; it never edits entries. NOT for reviewing a new submission (use mcp-review) or creating one (use add-mcp-server).

2026-06-27
skill-review
소프트웨어 품질 보증 분석가·테스터

Review skill submissions and updates for compliance, security, and quality. Use when evaluating skill.json files, SKILL.md content, PRs adding/updating skills, or assessing skill changes in the ToolHive registry. NOT for reviewing MCP server entries (use mcp-review) or creating new skills (use add-mcp-server).

2026-06-03
ci-agent-hardening
정보 보안 분석가

Audit and harden GitHub Actions workflows against prompt injection, pull_request_target exploits (Pwn Requests), expression injection, cache poisoning, credential theft, and supply chain attacks. Based on Clinejection and hackerbot-claw campaigns. Use when reviewing CI/CD security, securing AI agent workflows, hardening publishing pipelines, or checking for GitHub Actions misconfigurations. Also covers slash command authorization, CLAUDE.md protection, and network egress. NOT for general CI/CD optimization or non-security workflow issues.

2026-04-15
code-review
소프트웨어 품질 보증 분석가·테스터

Reviews pull requests by analyzing code changes, checking for common issues, and providing structured feedback with suggestions.

2026-04-15
skill-creator
소프트웨어 개발자

Guide for creating effective skills. Use when users want to create a new skill, update an existing skill, build a slash command, or extend agent capabilities with specialized knowledge, workflows, tool integrations, or custom commands.

2026-04-15
weekly-product-updates
시장조사 분석가·마케팅 전문가

Generate weekly product updates by analyzing GitHub activity across ToolHive repositories and transforming technical changes into marketing-ready content. Use when you need to create product announcements, blog posts, or customer communications summarizing what shipped.

2026-07-09
upstream-release-docs
소프트웨어 개발자

Analyze an upstream project's new release, verify changes against source code, and update documentation. Covers discovery, deep-dive into PRs/issues, docs audit, source-verified implementation, and review feedback handling.

2026-06-29
docs-review
편집자

Perform comprehensive editorial reviews of documentation with a tech writer / copyeditor lens. Use when asked to review docs, documentation PRs, or documentation changes - especially net-new documentation or LLM-generated content. Reviews can be for single documents or multiple related documents. Focuses on information architecture, clarity, conciseness, structure, readability, and style. Identifies common LLM writing patterns that harm documentation quality and catches multi-document issues like content duplication or misplaced content.

2026-04-20
test-docs-dryrun
소프트웨어 품질 보증 분석가·테스터

Fast CRD schema validation for ToolHive documentation. Extracts all YAML blocks from K8s and vMCP docs, runs kubectl apply --dry-run=server to catch field name errors, type mismatches, and schema drift. No cluster resources are created. Use for: "dry-run the docs", "validate the YAML", "check for schema issues", "run a quick doc check", or after any CRD/API change to catch doc rot. Requires a Kubernetes cluster with ToolHive CRDs installed.

2026-04-15
test-docs
소프트웨어 품질 보증 분석가·테스터

Test ToolHive documentation by executing the steps in tutorials and guides against a real environment, verifying that examples are correct and ToolHive has not regressed. Use when the user asks to test, validate, or verify documentation such as: "test the vault integration tutorial", "verify the K8s quickstart", "check the CLI install docs", "test toolhive vault integration in kubernetes", or any request to run through a doc's instructions to confirm they work. Supports both Kubernetes-based docs (tutorials, K8s guides) and CLI-based docs.

2026-02-05
update-vmcp-yaml-example
소프트웨어 개발자

Updates vMCP YAML examples in documentation, verifies against toolhive source, and creates e2e tests

2026-01-29
저장소 9개 중 9개 표시
모든 저장소를 표시했습니다