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

thurbeen-skills

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

수집된 skills
9
Stars
0
업데이트
2026-05-24
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

drawio
소프트웨어 개발자

Generate a DrawIO cloud-architecture diagram (generic, Azure, or AWS) from a natural-language description. Always writes a `.drawio.png` — a PNG with the editable mxfile XML embedded in a PNG text chunk, so the same file renders inline in markdown and opens as an editable diagram in app.diagrams.net or drawio-desktop. Provider is auto-detected from the description; GCP is not supported.

2026-05-24
bump-pr-fixer
소프트웨어 개발자

Find Renovate dependency update PRs with failing CI and fix them using Claude Code.

2026-04-23
publish
소프트웨어 개발자

Refactor and test recent changes across all repos with publishable changes, ship PRs with auto-merge, then monitor CI and auto-fix failures until merged.

2026-04-23
code-security
정보 보안 분석가

Review the pending diff on the current branch for security issues (injection, authz, secrets, crypto misuse, SSRF, XSS, etc.) and apply fixes. Runs on the current repo by default; pass "all" to fan out across every accessible repo with pending changes. Stops before commit; pair with /publish to ship.

2026-04-23
create-repo
소프트웨어 개발자

Create a GitHub repository from template with full configuration (merge settings, branch protection, profile READMEs).

2026-04-23
docs-update
소프트웨어 개발자

Review the pending diff on the current branch for documentation drift (README, docs/, CHANGELOG, docstrings, inline comments, config examples) and apply updates. Runs on the current repo by default; pass "all" to fan out across every accessible repo with pending changes. Stops before commit; pair with /publish to ship.

2026-04-23
infra-monitor
네트워크·컴퓨터 시스템 관리자

Monitor Kubernetes cluster health and create fix PRs via Claude Code for GitOps-fixable issues.

2026-04-23
test-driven-development
소프트웨어 개발자

Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR — write the test first, watch it fail, write minimal code to pass.

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

Decompose a goal into subtasks, spawn thurbox worker sessions in parallel, poll their sentinel-terminated outputs, review PRs, and aggregate results. Supports bd-backed state tracking (default-on when .beads/ present) and a worker-review step before merge.

2026-04-17