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.
Idioma do texto original: inglês
Menu
Skills neste repositório
O SkillsMP coletou 82 skills de bendrucker/claude. Abra uma skill para revisar a origem e os detalhes.
bendrucker/claudeMostrando 40 de 82 skills coletadas.
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Orchestrating Claude Code agent teams. Use when creating teams, spawning teammates, assigning tasks, configuring teammate modes, or setting up team quality gate hooks.
Idioma do texto original: inglês
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,…
Idioma do texto original: inglês
Monitor GitHub Actions runs and extract failure diagnostics. Use when watching PR CI, branch builds, or specific workflow runs.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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",…
Idioma do texto original: inglês
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)…
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Triage and prioritize the Things Today list. Use when the user wants to review, prioritize, or reorder their Today list.
Idioma do texto original: inglês
Tmux session, window, and pane management. Use when capturing output, sending keys, opening processes in panes, or checking notifications.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Harvest agent-tooling ideas from prominent developers.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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").
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
Fixture exercising the prefer-headers rule across its boundary cases.
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Live inbox for reviewing inbound pull requests across forges.
Idioma do texto original: inglês
Review a pull request when requested by a peer.
Idioma do texto original: inglês
Entry skill whose name matches its plugin.
Idioma do texto original: Indeterminado
A project-level skill with no observed calls.
Idioma do texto original: Indeterminado
A personal skill that never fires.
Idioma do texto original: Indeterminado
Create and validate Mermaid diagrams. Use when creating, editing, or reviewing Mermaid diagrams in markdown files.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
Shorthand to make Claude convert a wall of prose into structured questions via the AskUserQuestion tool. Invoke with /ask.
Idioma do texto original: inglês
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…
Idioma do texto original: inglês
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.
Idioma do texto original: inglês
Reading and managing Apple Mail via JXA. Use when working with email, archiving messages, or processing the inbox.
Idioma do texto original: inglês
OpenTelemetry instrumentation conventions. Use when instrumenting code with spans, setting up tracing, or writing trace tests.
Idioma do texto original: inglês
Raycast extension development. Use when working with @raycast/api imports, Raycast commands/tools, or building extensions.
Idioma do texto original: inglês
Running and managing Apple Shortcuts via the macOS shortcuts CLI. Use when the user wants to run, list, or inspect shortcuts.
Idioma do texto original: inglês
Creating Apple Shortcuts programmatically as plist XML files. Use when the user wants to build, generate, or author Apple Shortcuts without the GUI app.
Idioma do texto original: inglês