bun

7
bendruckerbendrucker

Bun runtime patterns and best practices. Use when running bun commands (bun run, bun test, bunx), working with package.json or bun.lock, writing TypeScript scripts that run under Bun, developing Claude Code skills/hooks/scripts (which use Bun as their runtime), or working in projects that use Bun as their package manager. Covers bunx execution, lockfile handling, module resolution, shell scripting with Bun.$, subprocess spawning, file I/O, and testing with bun test.

194 days ago

shortcuts:cli

7
bendruckerbendrucker

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

194 days ago

personal-review:review

7
bendruckerbendrucker

Interactive daily review workflow across Calendar, Things, GitHub, and Linear. Use when the user asks for a daily review, morning review, evening review, or weekly review.

194 days ago

x-callback-url:xcall

7
bendruckerbendrucker

Call x-callback-url schemes from the CLI and receive responses synchronously. Use when invoking macOS app URL schemes that have no CLI but support x-callback-url (Things, Bear, OmniFocus, etc.) and you need to capture the result.

194 days ago

plan:guidelines

7
bendruckerbendrucker

Detailed planning guidelines and best practices. Use when you want explicit guidance on creating high-quality implementation plans, or when a plan was rejected and you need to understand why.

194 days ago

gitlab:docs

7
bendruckerbendrucker

Browsing GitLab documentation efficiently. Use when you need to look up GitLab features, configuration, API details, or CI/CD syntax.

194 days ago

review:peer

7
bendruckerbendrucker

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.

194 days ago

gitlab:api

7
bendruckerbendrucker

GitLab REST and GraphQL API access via glab. Use when making API requests, querying project data, or automating GitLab operations.

194 days ago

mermaid

7
bendruckerbendrucker

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

194 days ago

type-ignore:fix

7
bendruckerbendrucker

Fixes type ignores in a file, directory, or codebase by discovering ignores and dispatching parallel fixer agents. Use when cleaning up type ignores across multiple files, eliminating ignores before a release, or batch-fixing type errors.

194 days ago

claude-code:hook

7
bendruckerbendrucker

Use this skill when you need to configure, create, or troubleshoot Claude Code hooks. This includes setting up PreToolUse hooks, PostToolUse hooks, UserPromptSubmit hooks, debugging hook failures, or 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?"

194 days ago

pull-request:create

7
bendruckerbendrucker

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.

194 days ago

interview:clarify

7
bendruckerbendrucker

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

194 days ago

things:jxa

7
bendruckerbendrucker

Read and query Things 3 data (lists, todos, projects, tags, logbook). Not for writes — use things:url to create/update, things:inbox for quick captures.

194 days ago

wireframe

7
bendruckerbendrucker

Create wireframes for UI mockups. Supports SVG (precise layouts) and HTML/Tailwind (standard UI patterns). Use when creating wireframes, mockups, or skeletal UI layouts.

194 days ago

gh

7
bendruckerbendrucker

GitHub CLI usage and workflow patterns. Use when working with GitHub repositories, pull requests, issues, or API interactions.

194 days ago

git:conflicts

7
bendruckerbendrucker

Resolving git merge conflicts. Use when rebasing, merging, or cherry-picking results in conflicts.

194 days ago

git

7
bendruckerbendrucker

Git workflow and branching best practices. Use when working with git commands, creating branches, or pushing changes.

194 days ago

linear

7
bendruckerbendrucker

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.

194 days ago

gitlab:ci

7
bendruckerbendrucker

Working with GitLab CI/CD pipelines and jobs. Use when viewing pipelines, debugging jobs, or validating CI configuration.

194 days ago

vscode:edit

7
bendruckerbendrucker

Open content in VS Code for interactive editing before using it in the next step.

194 days ago

interview:plan

7
bendruckerbendrucker

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.

194 days ago

claude-code:skill

7
bendruckerbendrucker

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.

194 days ago

pull-request:update

7
bendruckerbendrucker

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.

194 days ago

calendar

7
bendruckerbendrucker

Reading and managing macOS Calendar events. Use when checking schedules, finding events, creating meetings, or answering questions about availability.

194 days ago

things:url

7
bendruckerbendrucker

Create, update, and manage Things 3 tasks and projects. Not for reads — use things:jxa to query data. For simple inbox captures, use things:inbox.

194 days ago

things:inbox

7
bendruckerbendrucker

Quick captures to the Things 3 inbox. Not for reads (things:jxa), scheduled tasks, updates, or projects (things:url).

194 days ago

shortcuts:shortcut

7
bendruckerbendrucker

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

194 days ago

gitlab:glab

7
bendruckerbendrucker

glab CLI basics and GitLab workflow overview. Use when working with GitLab repositories or adapting GitHub patterns to GitLab.

194 days ago

review:self

7
bendruckerbendrucker

Self-review your own code changes using a visual diff viewer. Opens a GitHub-style web UI where you can add comments on changed lines. Comments are returned to Claude for action.

194 days ago

claude-code:session

7
bendruckerbendrucker

View current session info or search conversation history. Use when debugging sessions, reviewing activity, finding past discussions, or summarizing recent work.

194 days ago

gitlab:merge-request

7
bendruckerbendrucker

Working with GitLab merge requests via glab. Use when creating, updating, reviewing, or merging MRs.

194 days ago

github:notifications

7
bendruckerbendrucker

Managing GitHub notifications inbox. Use when listing, filtering, or triaging notifications (mark read, done, unsubscribe).

194 days ago

research:prior-art

7
bendruckerbendrucker

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.

194 days ago

cleye

7
bendruckerbendrucker

Type-safe CLI argument parsing with cleye. Use when writing CLI scripts, adding flags or parameters to Bun scripts, or parsing command-line arguments.

194 days ago

git-town

7
bendruckerbendrucker

Branch workflow automation with git-town. Use when creating feature branches, syncing with upstream, proposing PRs, or managing stacked branch workflows.

194 days ago

completions

6
bendruckerbendrucker

ZSH completion system patterns and conventions. Use when implementing custom completion handling, writing completion files, or working with zsh autocomplete. Do not use when installing packages from homebrew, since that typically installs completions automatically.

194 days ago