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

johnnymo87

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

수집된 skills
92
저장소
7
업데이트
2026-07-26
저장소 탐색

저장소와 대표 skills

troubleshooting-nixos-host
네트워크·컴퓨터 시스템 관리자

Use on any NixOS host (devbox on Hetzner, cloudbox on GCP) when SSH connection fails, host key mismatch, NixOS issues, CPU/IO contention (high load), or verifying the host is properly configured

2026-07-26
opencode-launch
소프트웨어 개발자

Launch headless opencode sessions from CLI. Use when you need to start a new opencode session in the background to work on a task in parallel, or when spawning work on a specific directory.

2026-07-26
rebuilding
네트워크·컴퓨터 시스템 관리자

How to apply configuration changes to NixOS hosts (devbox, cloudbox). Use when you need to rebuild the system, apply home-manager changes, or recover from issues.

2026-07-25
pagerduty-mcp-setup
네트워크·컴퓨터 시스템 관리자

Use when setting up or rotating PagerDuty MCP auth for OpenCode on macOS Keychain or cloudbox sops, or when debugging missing PagerDuty tools.

2026-07-25
rollbar-mcp-setup
네트워크·컴퓨터 시스템 관리자

Use when setting up or rotating Rollbar MCP auth for OpenCode on macOS Keychain or cloudbox sops, when triaging a Rollbar error paged via PagerDuty, or when debugging missing Rollbar tools.

2026-07-25
opencode-agents
기타 컴퓨터 관련 직업

Documents the OpenCode agent set — what each does, when to use it, and why the others were cut. Use when questioning agent choices or considering adding/removing agents.

2026-07-25
operating-aigateway
네트워크·컴퓨터 시스템 관리자

Use when operating, deploying, debugging, or extending the aigateway LLM cost-capture proxy on cloudbox — routing opencode's Vertex providers through it, querying the per-request cost ledger (gateway_request_log), adding model prices, or rolling routing back.

2026-07-22
monitoring-serve-pool
네트워크·컴퓨터 시스템 관리자

Use when an opencode-serve pool member is unresponsive/wedged, when the serve-canary restarted a serve overnight, or when tuning the serve units' memory limits. Covers the "alive but frozen" failure mode, the canary timer, and where its forensics dumps land.

2026-07-21
이 저장소에서 수집된 skills 51개 중 상위 8개를 표시합니다.
cross-device-deployment
네트워크·컴퓨터 시스템 관리자

Use when deploying pigeon code changes across all machines after merging to main

2026-07-25
worker-architecture
소프트웨어 개발자

Use when you need to understand worker architecture, endpoint flow, and command routing behavior before making changes

2026-06-21
daemon-architecture
소프트웨어 개발자

Use when you need to understand daemon route flow, storage model, worker connectivity, and command injection architecture before making changes

2026-04-22
opencode-plugin-architecture
소프트웨어 개발자

Use when you need to understand the OpenCode plugin event lifecycle, session state transitions, and daemon API contracts

2026-04-22
opencode-plugin-development
소프트웨어 개발자

Use when developing or refactoring OpenCode plugin handlers, tests, and daemon integration payloads

2026-04-22
swarm-architecture
컴퓨터 시스템 분석가

Use when you need to understand the swarm IPC subsystem — tables, routes, the per-target arbiter, the session→directory registry, and the wire envelope — before changing it

2026-04-22
swarm-development
소프트웨어 개발자

Use when implementing or testing swarm IPC features (new kinds, channels, plugin tools, or schema changes) with a TDD-first workflow

2026-04-22
swarm-operations
네트워크·컴퓨터 시스템 관리자

Use for day-to-day swarm IPC ops — health checks, inspecting queued/handed-off/failed messages, debugging stuck deliveries, force-failing retry loops, tailing arbiter logs

2026-04-22
이 저장소에서 수집된 skills 18개 중 상위 8개를 표시합니다.
datadog-monitors
네트워크·컴퓨터 시스템 관리자

Create, inspect, and update Datadog monitors via API - get monitor details by ID or URL, create or update metric/query alerts with thresholds and Slack notifications. Use when setting up alerting, tuning monitors, investigating monitor triggers, or checking monitor group states.

2026-05-15
datadog-auth
소프트웨어 개발자

Troubleshoot Datadog API authentication issues (401/403 errors), understand API keys vs app keys, and configure correct regions. Use when hitting auth errors or setting up Datadog API access.

2026-05-04
datadog-error-tracking
네트워크·컴퓨터 시스템 관리자

Search and manage Datadog Error Tracking issues via API - find grouped errors by service, resolve/ignore issues. Use when investigating production errors or managing error tracking issue states.

2026-05-04
datadog-incidents
소프트웨어 개발자

Work with Datadog Incidents API - fetch incidents with enrichment, update incident fields, understand incident data structures. Use when working with incidents or the dd-cli get-incident/update-incident commands.

2026-05-04
datadog-log-metrics
소프트웨어 개발자

Create log-based count metrics via API - works with all storage tiers including flex. Use when you need to monitor log patterns but logs are in flex tier (where log monitors don't work).

2026-05-04
datadog-logs
네트워크·컴퓨터 시스템 관리자

Search Datadog logs via API - query syntax, storage tiers (indexes, flex, online-archives), pagination. Use when searching logs or using the dd-cli search-logs command.

2026-05-04
datadog-slos
네트워크·컴퓨터 시스템 관리자

List and inspect Datadog SLOs via API - view SLI values, error budgets, thresholds, and history. Use when checking SLO compliance, reviewing error budgets, or finding SLOs by tag.

2026-05-04
datadog-workflows
소프트웨어 개발자

Fetch Datadog Workflow Automation definitions and instances via API. Use when inspecting workflow configurations or execution history.

2026-05-04
using-github-api-with-gh-cli
소프트웨어 개발자

This skill teaches how to access GitHub's REST and GraphQL APIs via gh api for inline PR comments, review threads, and data not available through standard gh commands. Use this when you need PR review comments, thread status, or other GitHub data that gh pr view doesn't provide.

2025-12-27
creating-ephemeral-kubernetes-exec-pods
네트워크·컴퓨터 시스템 관리자

This skill creates ephemeral pods cloned from existing deployments for interactive shell access with full application context. Use this when you need Rails console, database access, or debugging with env vars and secrets without affecting production pods.

2025-12-02
fixing-tmux-socket-issues
네트워크·컴퓨터 시스템 관리자

This skill repairs tmux socket connection errors when the socket directory is deleted while tmux is running. Use this when you see "error connecting to /private/tmp/tmux-UID/default (No such file or directory)" while tmux sessions are still active.

2025-11-16
configuring-neovim
소프트웨어 개발자

This skill guides working with Neovim configuration including testing changes headlessly, managing plugins with lazy.nvim, configuring LSP servers, and troubleshooting startup errors. Use this when modifying nvim config files or debugging nvim issues.

2025-11-01
querying-web-search-agent
소프트웨어 개발자

This skill guides the process of creating context-free queries for a web search agent (another Claude instance with web search tools). Use this when you need expert guidance from web research but the search agent has no access to the codebase or conversation history.

2025-10-21
managing-stacked-pull-requests
소프트웨어 개발자

This skill teaches how to manage stacked PRs (pr1 → pr2 → pr3) after the base PR merges. Covers rebasing dependent PRs onto the updated base branch using cherry-pick workflow. Use this when you have a chain of dependent PRs and need to update them after merging earlier PRs in the stack.

2025-10-19
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다