Refining issues with technical context and structured details. Use when expanding a brief bug, feature, or refactor description into a detailed issue suitable for developers and AI agents.
원문 언어: 영어
메뉴
이 저장소의 skills
SkillsMP는 bendrucker/claude에서 82개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
bendrucker/claude수집된 skill 82개 중 40개를 표시합니다.
Refining issues with technical context and structured details. Use when expanding a brief bug, feature, or refactor description into a detailed issue suitable for developers and AI agents.
원문 언어: 영어
Interacting with Linear issues, projects, and teams. Use when creating issues, updating issues, querying issues, managing projects, working on tasks, discussing backlogs, or any interaction with Linear.
원문 언어: 영어
Orchestrating Claude Code agent teams. Use when creating teams, spawning teammates, assigning tasks, configuring teammate modes, or setting up team quality gate hooks.
원문 언어: 영어
Hand the current conversation off to a fresh background agent that picks up the work immediately, so you can step away and track it independently. Use when the user wants to background the current work, keep going without them, continue in a separate session,…
원문 언어: 영어
Monitor GitHub Actions runs and extract failure diagnostics. Use when watching PR CI, branch builds, or specific workflow runs.
원문 언어: 영어
Fetch, reply to, and resolve review threads on a GitHub pull request. Use when checking what review feedback needs addressing, whether threads are resolved, replying to review comments, or clearing AI-reviewer threads after acting on them.
원문 언어: 영어
Implement a feature or fix based on an issue. Use when given an issue URL to work on, or when implementing changes described in a tracked issue. Supports GitHub, Linear, and GitLab.
원문 언어: 영어
Follow up as the reviewer on a PR/MR you reviewed: did the author's fixes actually grasp each concern you raised, or just go through the motions? Finds silently resolved or mechanically-fixed threads and returns a graded re-review call. Use when you left…
원문 언어: 영어
Dispatch inbound pull request reviews as background sessions that collect in `claude agents`. Use when reviewing multiple PRs, checking the review queue, batch reviews, or managing your review inbox across GitHub and GitLab. Pass --queue to dispatch an…
원문 언어: 영어
Self-review your own changes in a live tuicr session before committing or opening a PR. You annotate changed lines in the terminal and your comments come back to Claude as edits to apply. Replaces the difit web UI. Use for "review my changes", "self review",…
원문 언어: 영어
Drive tuicr, the terminal code-review TUI, as a live local review surface in tmux: launch a session, seed agent comments, collect inline comments to act on, or watch comments arrive live. The shared core that review:self (inbound) and review:peer (outbound)…
원문 언어: 영어
Read and query Things 3 data (lists, todos, projects, tags, logbook). Not for writes. Use things:url to create, update, or capture to the inbox.
원문 언어: 영어
Triage and prioritize the Things Today list. Use when the user wants to review, prioritize, or reorder their Today list.
원문 언어: 영어
Tmux session, window, and pane management. Use when capturing output, sending keys, opening processes in panes, or checking notifications.
원문 언어: 영어
Review a document through specialized lenses using parallel agents. Use when reviewing documentation, blog posts, READMEs, proposals, or any prose for quality issues across content, style, and embedded artifacts.
원문 언어: 영어
Harvest agent-tooling ideas from prominent developers.
원문 언어: 영어
Research existing solutions when exploring a new problem space. Use when the user mentions "prior art", "existing solutions", "what libraries exist for", or wants to understand the landscape before building.
원문 언어: 영어
Type-safe CLI argument parsing with cleye, the standard parser for this repo's Bun scripts. Use when writing or editing any script that takes arguments (flags, positional parameters, subcommands, --help) instead of reading existing scripts for the pattern.
원문 언어: 영어
Real-browser automation via the `agent-browser` CLI. Use when a task needs an actual browser — navigating pages, filling forms, clicking, taking screenshots, scraping or extracting page data — or for exploratory testing, QA, and dogfooding of web apps. Pulls…
원문 언어: 영어
Resolving git merge conflicts during rebase, merge, or cherry-pick. Use when conflicts arise. Can also drive the operation to completion and push when asked (e.g. "fix conflicts and push").
원문 언어: 영어
Report shell history from atuin's local capture. Covers what commands ran, when, where, and how they exited. Use when asked "what commands did I run", "what was I working on in the terminal", "have I ever run X", "how do I usually invoke X", or about recent…
원문 언어: 영어
GitLab REST and GraphQL API access via glab. Use when making API requests, running GraphQL queries or mutations, querying project data, automating GitLab operations, or looking up GitLab feature, API, or CI/CD documentation.
원문 언어: 영어
Report real device usage from ActivityWatch. Covers per-app time, window titles, and active vs idle spans. Use when asked "what apps did I use", "how long was I in X", "what did I work on today", "how much was I active vs idle", or to mine usage patterns for…
원문 언어: 영어
Fixture exercising the prefer-headers rule across its boundary cases.
원문 언어: 영어
Clear Dependabot and bot noise from your GitHub notification inbox: mark settled merged and closed PRs done, merge green dependency PRs in repos you maintain, dismiss low-value ones, and leave only real human threads behind.
원문 언어: 영어
Live inbox for reviewing inbound pull requests across forges.
원문 언어: 영어
Review a pull request when requested by a peer.
원문 언어: 영어
Entry skill whose name matches its plugin.
원문 언어: 판별 불가
A project-level skill with no observed calls.
원문 언어: 판별 불가
A personal skill that never fires.
원문 언어: 판별 불가
Create and validate Mermaid diagrams. Use when creating, editing, or reviewing Mermaid diagrams in markdown files.
원문 언어: 영어
Signal that you are stepping away so the agent keeps working without stalling on prompts. Drives the current task to completion, batches reversible decisions behind safe defaults, raises only irreversible ones via push, and defers bandwidth- or power-heavy…
원문 언어: 영어
Shorthand to make Claude convert a wall of prose into structured questions via the AskUserQuestion tool. Invoke with /ask.
원문 언어: 영어
Survey a project for ways to adopt newer language and major-dependency features that did not exist when the code was written, replacing boilerplate with modern idioms. Use when the user wants to modernize a codebase, adopt new language features, retire…
원문 언어: 영어
Writing JXA (JavaScript for Automation) code for macOS automation. Use when authoring JXA scripts, learning JXA syntax, or understanding how to automate macOS apps via Application() calls.
원문 언어: 영어
Reading and managing Apple Mail via JXA. Use when working with email, archiving messages, or processing the inbox.
원문 언어: 영어
OpenTelemetry instrumentation conventions. Use when instrumenting code with spans, setting up tracing, or writing trace tests.
원문 언어: 영어
Raycast extension development. Use when working with @raycast/api imports, Raycast commands/tools, or building extensions.
원문 언어: 영어
Running and managing Apple Shortcuts via the macOS shortcuts CLI. Use when the user wants to run, list, or inspect shortcuts.
원문 언어: 영어
Creating Apple Shortcuts programmatically as plist XML files. Use when the user wants to build, generate, or author Apple Shortcuts without the GUI app.
원문 언어: 영어