← Voltar para o catálogo
bendrucker

Autor no catálogo

bendrucker

52 skills780 estrelas no totalgithub.com/bendrucker

Skills publicadas

Mostrando 48 de 52

bun

15

Bun runtime patterns. Use when running bun commands, working with package.json/bun.lock, writing TypeScript scripts under Bun, or developing Claude Code plugins.

Escrita e Conteúdo#typescriptpor bendrucker

valid-skill

15

A valid skill for testing purposes.

Desenvolvimento#testpor bendrucker

cleye

15

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.

Escrita e Conteúdopor bendrucker

claude-code:session

15

Query Claude Code session history via a DuckDB index over `~/.claude/projects/`. Use when asked about Claude Code activity ("how many tokens today?", "what did I work on this week?") or instead of reading, grepping, or jq-ing session transcripts. Not for codebase search, git log queries, or arbitrary databases.

Desenvolvimento#gitpor bendrucker

missing-desc

15

My personal plugin marketplace and settings for Claude Code

Desenvolvimentopor bendrucker

claude-code:agent-team

15

Orchestrating Claude Code agent teams. Use when creating teams, spawning teammates, assigning tasks, configuring teammate modes, or setting up team quality gate hooks.

Automaçãopor bendrucker

Invalid_Name

15

A skill with an invalid name format.

Desenvolvimentopor bendrucker

claude-code:skill

15

Creating and optimizing Claude Code Skills including activation patterns, content structure, and development workflows. Use when creating new skills, converting memory files to skills, debugging skill activation, or understanding skill architecture and best practices.

Desenvolvimentopor bendrucker

with-refs

15

A skill with references.

Desenvolvimentopor bendrucker

claude-code:hook

15

Configure, create, or troubleshoot Claude Code hooks (PreToolUse, PostToolUse, UserPromptSubmit), debug hook failures, or set up any automation within Claude Code. Examples include "I want to run tests before every file edit", "My hook isn't firing", "1 out of 2 hooks ran", or "How do I create a hook that formats JSON output with jq?"

Desenvolvimento#ai#testpor bendrucker

git:conflicts

15

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").

Desenvolvimento#gitpor bendrucker

interview:plan

15

Comprehensive interview for planning new features or changes. Use when the user wants thorough upfront planning before implementation, or when starting work on a complex feature.

Desenvolvimentopor bendrucker

opentelemetry

15

OpenTelemetry instrumentation conventions. Use when instrumenting code with spans, setting up tracing, or writing trace tests.

Desenvolvimento#testpor bendrucker

writing

15

Enforce direct, concise prose style and catch writing slop. Use when writing or editing PR descriptions, issue bodies, commit messages, documentation, Slack messages, or any human-facing text. Also use when asked to clean up, rewrite, or "de-AI" existing text.

Escrita e Conteúdo#aipor bendrucker

github:actions-monitor

15

Monitor GitHub Actions runs and extract failure diagnostics. Use when watching PR CI, branch builds, or specific workflow runs.

Desenvolvimento#github#gitpor bendrucker

mac:jxa-run

15

Execute JXA scripts scoped to a macOS application. Use when running JXA expressions or script files against an app via osascript. Validates Application() scope via AST.

Desenvolvimento#aipor bendrucker

mac:jxa

15

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.

Escrita e Conteúdo#javascriptpor bendrucker

shortcuts:cli

15

Running and managing Apple Shortcuts via the macOS shortcuts CLI. Use when the user wants to run, list, or inspect shortcuts.

Desenvolvimentopor bendrucker

github:pr-comments

15

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.

Desenvolvimento#github#gitpor bendrucker

gitlab:api

15

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.

DevOps e Infra#git#apipor bendrucker

interview:clarify

15

Targeted interview for execution-time clarification. Use when you hit an ambiguity or decision point during implementation that needs user input before proceeding.

Design e Frontendpor bendrucker

gitlab:ci-monitor

15

Watch GitLab CI and investigate pipeline failures. Use when a pipeline or job is failing or red, when watching MR CI, branch builds, or a specific pipeline, when waiting for CI to go green, or when authoring or validating .gitlab-ci.yml.

Desenvolvimento#git#aipor bendrucker

issue:refine

15

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.

Desenvolvimento#aipor bendrucker

mail

15

Reading and managing Apple Mail via JXA. Use when working with email, archiving messages, or processing the inbox.

Desenvolvimento#aipor bendrucker

pull-request:create

15

Create a pull request, merge request, or change request with proper formatting and content guidelines. Invoke when the user wants to create, open, or submit a PR, MR, or CR—including after committing changes.

Design e Frontendpor bendrucker

pull-request:update

15

Update a pull request or merge request body to reflect the current state of changes. Use when a PR/MR has evolved through additional commits and the body needs to reflect what will be merged.

Desenvolvimentopor bendrucker

research:prior-art

15

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.

Pesquisa e Webpor bendrucker

gitlab:merge-request

15

Working with GitLab merge requests via glab. Use when creating, updating, reviewing, or merging MRs, enabling auto-merge or merge trains, requesting or re-requesting reviewers, handling approvals, or working review threads, discussions, and draft notes. Load before running any `glab mr` or MR-mutating `glab api` command.

Marketing#git#aipor bendrucker

issue

15

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.

Desenvolvimento#github#gitpor bendrucker

review:peer

15

Review a pull request when requested by a peer. Use when reviewing PRs, providing code review feedback, or analyzing proposed changes. Supports GitHub and GitLab. Pass --triage to summarize a PR and estimate its review effort without reviewing it.

Desenvolvimento#github#gitpor bendrucker

tech-spec:create

15

Create a technical specification through interactive planning and expert review. Use when starting a new feature or project that needs documented architecture, implementation approach, and design decisions. Invoke with product requirements (PRD, brief, or similar).

Design e Frontendpor bendrucker

linear

15

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.

Produtividadepor bendrucker

review:self

15

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", "let me look at the diff before committing".

Design e Frontendpor bendrucker

things:triage

15

Triage and prioritize the Things Today list. Use when the user wants to review, prioritize, or reorder their Today list.

Desenvolvimentopor bendrucker

x-callback-url:xcall

15

Call x-callback-url schemes from the CLI synchronously. Use when invoking macOS app URL schemes (Things, Bear, OmniFocus, etc.).

Desenvolvimentopor bendrucker

mermaid

15

Create and validate Mermaid diagrams. Use when creating, editing, or reviewing Mermaid diagrams in markdown files.

Desenvolvimento#ai#markdownpor bendrucker

shortcuts:shortcut

15

Creating Apple Shortcuts programmatically as plist XML files. Use when the user wants to build, generate, or author Apple Shortcuts without the GUI app.

Design e Frontendpor bendrucker

improve-claude-code

15

Triage and batch-implement Claude-tagged Things todos as PRs for the claude config repo, discover improvement candidates from session history, or watch open PRs to implement review feedback and close shipped todos. Use when the user wants to work on their Claude Code improvement backlog, process Things todos tagged claude-code, batch-implement configuration changes, mine session history for ground

Produtividadepor bendrucker

pull-request:babysit

15

Monitor a PR's CI, fix trivial failures, and self-cancel when green; --merge drives to merged, --reviews hands off to AI-review triage.

DevOps e Infra#aipor bendrucker

pull-request:follow-up

15

Follow up as the author on review feedback left on your own PR/MR: check which reviewer comments still need a response, investigate how threads were resolved (including silent resolves), and draft replies. With --auto, autonomously triage AI-reviewer (bot) threads and loop until the reviewer is satisfied, clearing a bot review hands-off. With --local, run the same bot loop pre-push through the rev

Marketing#aipor bendrucker

raycast

15

Raycast extension development. Use when working with @raycast/api imports, Raycast commands/tools, or building extensions.

Design e Frontend#apipor bendrucker

things:url

15

Create, update, and manage Things 3 tasks and projects, including quick inbox captures. Not for reads. Use things:jxa to query data.

Dados e Análisepor bendrucker

type-ignore:fix

15

Fix type errors instead of ignoring them. Use when cleaning up type ignores across files or batch-fixing type errors.

Marketingpor bendrucker

writing:analyze

15

Curate the writing plugin's trope ruleset by auditing wordlist entries against session history and surfacing candidate phrases. Use when refreshing trope detection, reviewing wordlist health, or mining sessions for new AI-writing patterns to add or stale rules to remove.

Documentos#ai#wordpor bendrucker

review:follow-up

15

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 review comments and want to verify the author acted on them before re-approving. Triggers: "did they fix my review comments", "re-review this PR"

Marketing#aipor bendrucker

tech-spec:review

15

Review a technical specification through expert lenses. Use to identify gaps, risks, and missing considerations in an existing spec. Works on any tech spec, not just those created with tech-spec:create.

DevOps e Infrapor bendrucker

things:jxa

15

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.

Dados e Análisepor bendrucker

writing:review

15

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.

Escrita e Conteúdopor bendrucker

Alerta por categoria

Receba novas skills de Escrita e Conteúdo toda segunda