Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

monorepo

monorepo에는 shepherdjerred에서 수집한 skills 64개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
64
Stars
23
업데이트
2026-07-26
Forks
8
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

buildkite-helper
소프트웨어 개발자

BuildKite CI/CD pipeline configuration, YAML syntax, dynamic pipelines, and agent management When user works with BuildKite, mentions CI pipelines, .buildkite/ directory, buildkite-agent commands, pipeline YAML, build steps, BuildKite API, or asks about CI configuration, pipeline generation, step dependencies, retry configuration, agent queues, or Kubernetes CI agents

2026-07-26
pr-health
소프트웨어 개발자

Check PR health status (conflicts, CI, approval) and get actionable next steps

2026-07-26
pr-monitor
소프트웨어 개발자

Monitor a PR through reviews and merge conflicts until ready for human review. Use when user says "monitor PR", "watch PR", or wants automated PR workflow. Creates PR if needed, then monitors review comments and merge conflicts. Note: this monorepo's CI runs on Buildkite (`buildkite/monorepo/pr` + `ci/merge-conflict`) per PR — watch it via `bk build view` or the Buildkite web UI, not `gh run`.

2026-07-26
helm-types-gen
소프트웨어 개발자

Use when asking about generating Helm types, HelmValuesForChart, TypeScript interfaces from Helm charts, or the helm-types CLI.

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

Talos Linux cluster administration using talosctl When user mentions Talos, talosctl, or Talos cluster operations

2026-07-26
version-management
소프트웨어 개발자

Use when asking about version management, Renovate annotations, versions.ts patterns, or pinning image/chart versions.

2026-07-25
git-helper
소프트웨어 개발자

Git version control best practices, advanced operations, and modern features When user works with git, mentions git commands, branching, rebasing, merging, or git troubleshooting

2026-07-21
git-spice-helper
소프트웨어 개발자

git-spice (gs) stacked-branch and stacked-PR workflow — the authoritative branch & PR reference for shepherdjerred/monorepo. Load BEFORE any branch-management op: creating branches, creating/updating/stacking/moving PRs, restacking, rebasing a stack, or syncing a branch with main — and whenever the user mentions git-spice, gs, stacks/stacking, or "open/create a PR".

2026-07-21
pr-workflow-automation
소프트웨어 개발자

Automated PR workflow with amendments and retry logic When user asks to create a PR, merge changes, or needs PR management

2026-07-21
worktree-workflow
소프트웨어 개발자

Git worktree workflow for isolated feature development and PR creation When user starts new work, needs to switch contexts, or wants parallel development

2026-07-21
sentry-helper
소프트웨어 개발자

Complete Sentry operations via sentry-cli and REST API - issues, releases, source maps, traces, events When user mentions Sentry, errors, issues, releases, source maps, error tracking, stack traces

2026-07-16
torvalds-deployment
소프트웨어 개발자

Use when asking about adding services, createXxxDeployment patterns, or homelab deployment conventions. Services use per-namespace charts.

2026-07-16
xcode-cloud-debug
소프트웨어 개발자

Pull Xcode Cloud build logs and debug iOS Archive/TestFlight failures for the Tasks for Obsidian app (packages/tasks-for-obsidian). Use when an Xcode Cloud build fails, when the user forwards a "Command PhaseScriptExecution failed with a nonzero exit code" email, when an Archive - iOS action is red, when a TestFlight upload didn't happen, or when you need the raw xcodebuild/Metro logs from a cloud build that you cannot see locally. Covers pulling logs via the App Store Connect API, reading the log bundle, reproducing the release bundle locally, and the known "@tasknotes/model" Metro resolution failure.

2026-07-16
bun-workspaces
소프트웨어 개발자

Bun monorepo workspaces - configuration, filtering, dependencies, and multi-package management When user works with Bun monorepos, workspaces, multi-package projects, or mentions bun --filter

2026-07-11
bugsink-helper
소프트웨어 개발자

Bugsink self-hosted error tracking via REST API - teams, projects, issues, events, releases, stacktraces When user mentions Bugsink, self-hosted error tracking, or needs to query Bugsink API for issues, events, stacktraces, or releases

2026-07-03
bun-test-patterns
소프트웨어 품질 보증 분석가·테스터

Bun test runner - Jest-compatible testing with mocks, snapshots, coverage, and DOM testing patterns When user writes tests with Bun, uses bun:test, creates mocks, runs test coverage, or mentions describe/it/expect patterns

2026-07-03
chezmoi-helper
소프트웨어 개발자

Chezmoi dotfiles management - templates, scripts, multi-machine config, and CLI operations When user works with chezmoi, dotfiles, mentions chezmoi commands, .tmpl files, or dotfile management

2026-07-03
op-helper
소프트웨어 개발자

Helps with 1Password CLI (op) for secure secret retrieval and management When user mentions 1Password, secrets, op command, or asks about credential management

2026-07-03
pinchtab-helper
소프트웨어 개발자

PinchTab browser automation - profiles, instances, multi-instance routing, tabs, actions, and anti-detection When user mentions PinchTab, browser automation, pinchtab commands, headed/headless browser, or web scraping with Chrome

2026-07-03
storage-backup
네트워크·컴퓨터 시스템 관리자

Use when asking about storage classes, Velero backups, backup schedules, ZFS volumes, or disaster recovery patterns.

2026-07-03
oai-solution-reviewer
소프트웨어 품질 보증 분석가·테스터

This skill should be used when the user asks to "grade my solution", "review my code", "score this", "how did I do", "grade sheet", "review my OAI prep", "grade my practice problem", "review my interview prep", "evaluate my solution", "how would this score", or wants feedback on a coding interview practice solution. Evaluates Java implementations against OpenAI interviewer grading criteria and produces a comprehensive grade sheet with letter grades, numeric scores, pass/fail, and prose feedback.

2026-06-13
discord
소프트웨어 개발자

Interact with Discord live as an agent — send/read messages, invoke other bots' slash commands, join voice channels. Use the `toolkit discord` daemon for common ops, or write a Bun/TypeScript script for anything it doesn't cover. Use when testing or iterating on Discord bots, verifying bot behavior on a real server, or when any task needs to act on Discord directly.

2026-06-13
xstate-helper
소프트웨어 개발자

XState v5 state machines, statecharts, and the actor model for complex, event-driven application logic. When user works with XState, state machines, statecharts, actors, createMachine/setup, createActor, @xstate/react, @xstate/store, useMachine/useActor/useSelector, invoke/spawn, guards/actions/assign, or needs to model complex async flows, wizards, and event-driven state.

2026-06-07
argocd-app-patterns
네트워크·컴퓨터 시스템 관리자

Use when asking about ArgoCD applications, Helm chart deployment via ArgoCD, sync policies, or typed Helm values patterns.

2026-05-16
argocd-helper
네트워크·컴퓨터 시스템 관리자

ArgoCD GitOps deployment management and troubleshooting When user mentions ArgoCD, GitOps, application sync, or argocd commands

2026-05-16
bun-runtime-best-practices
소프트웨어 개발자

Bun runtime best practices and API usage patterns When user works with file I/O, environment variables, subprocess spawning, or uses Node.js APIs that have Bun equivalents

2026-05-16
cdk8s-abstractions
소프트웨어 개발자

Use when asking about ZFS volumes, TailscaleIngress, Tailscale ingress, Funnel public access, container props, Redis construct, or other reusable CDK8s abstractions.

2026-05-16
chezmoi-update
네트워크·컴퓨터 시스템 관리자

This skill should be used when the user asks to "update chezmoi", "sync dotfiles", "match live state", "match repo state", "chezmoi re-add", "chezmoi diff fix", "chezmoi apply", or mentions chezmoi source/live discrepancies, divergence between dotfiles repo and filesystem, or wants to reconcile chezmoi state in either direction.

2026-05-16
deep-research
서신 담당 사무원

This skill should be used when the user asks to "deep research", "research this topic", "investigate thoroughly", "do a deep dive on", "comprehensive research on", "find everything about", "survey the landscape of", "compare approaches to", "write a report on", "gather information about", or wants multi-source investigation with synthesis and citations. Also triggers on "what are the best practices for", "how do others solve", or "state of the art in" when the user clearly wants breadth and depth beyond a simple answer.

2026-05-16
discord-bot-helper
소프트웨어 개발자

Discord.js v14 for building Discord bots - slash commands, events, components, embeds, and permissions When user works with Discord bots, discord.js, slash commands, Discord API, or mentions discord.js patterns

2026-05-16
docker-helper
네트워크·컴퓨터 시스템 관리자

Complete Docker operations via CLI - containers, images, networks, volumes, and compose When user mentions Docker, containers, docker commands, Dockerfile, images, docker-compose, or container registry

2026-05-16
eslint-rule-dev
소프트웨어 개발자

ESLint custom rule development - AST traversal, rule testing, plugins, and flat config When user creates ESLint rules, develops ESLint plugins, works with AST, or mentions RuleTester

2026-05-16
figma-use
웹·디지털 인터페이스 디자이너

This skill should be used when the user asks to "create a Figma design", "design in Figma", "make a Figma mockup", "create an app icon", "design UI", "render JSX to Figma", "export from Figma", "modify Figma design", or mentions Figma design tasks. Controls Figma desktop via CLI with imperative commands and declarative JSX rendering.

2026-05-16
fish-helper
네트워크·컴퓨터 시스템 관리자

Fish shell scripting - functions, abbreviations, completions, and configuration When user works with .fish files, mentions Fish shell, fish config, Fisher plugins, or Fish scripting patterns

2026-05-16
gh-helper
네트워크·컴퓨터 시스템 관리자

Complete GitHub operations via gh CLI - repos, issues, PRs, code search, actions, file management When user mentions GitHub, repositories, issues, PRs, gh command, code search, commits, file contents

2026-05-16
go-helper
소프트웨어 개발자

Go development with modules, testing, linting, and common patterns When user works with .go files, mentions Go, golang, go modules, go test, or encounters Go compiler errors

2026-05-16
grafana-helper
네트워크·컴퓨터 시스템 관리자

Complete Grafana operations via REST API - dashboards, Prometheus/Loki queries, alerting, annotations, Sift When user mentions Grafana, dashboards, Prometheus, Loki, metrics, logs, alerts, PromQL, LogQL

2026-05-16
helm-helper
네트워크·컴퓨터 시스템 관리자

Helm chart management for Kubernetes deployments When user mentions Helm, charts, helm commands, values, releases, or Kubernetes packaging

2026-05-16
hono-helper
웹 개발자

Hono web framework for edge-first, lightweight APIs - routing, middleware, validation, and multi-runtime support When user works with Hono, builds APIs, creates middleware, uses Zod validation with Hono, or mentions hono patterns

2026-05-16
jvm-helper
소프트웨어 개발자

Java and Kotlin development with modern patterns, build tools, and JVM tooling When user works with .java or .kt files, mentions Java, Kotlin, Gradle, Maven, JVM, or JDK features

2026-05-16
이 저장소에서 수집된 skills 64개 중 상위 40개를 표시합니다.