← Back to catalog
technicalpickles

Author in the catalog

technicalpickles

37 skills370 stars totalgithub.com/technicalpickles

Published skills

pull-request

10

Invoke this skill BEFORE running any gh pr create, gh pr edit, or gh pr comment command, or any task that will produce or modify a GitHub pull request. This is the skill for authoring outbound PR communication: creating, drafting, opening, filing, or starting a PR; updating a PR body or description; posting a comment or reply to review feedback. Trigger on short and casual phrasings, not only the

Desenvolvimento#github#gitby technicalpickles

push

10

Use when running git push or diagnosing why a push failed. Especially when output mixes SSH transport with hook output (lefthook, husky, pre-commit), errors include "Permission denied (publickey)" or "rejected/non-fast-forward", a pre-push hook fails, or about to debug SSH with `-v`.

Desenvolvimento#git#aiby technicalpickles

pull-feedback

10

Use when the user has authored a GitHub pull request and wants to work through review feedback on it. Triggers on phrases like "pull down the review on #N", "address the feedback", "what did @reviewer say on my PR", "let's work through the comments", or any request to triage, respond to, or systematically handle review threads on the user's own PR. Do NOT use for reviewing someone else's PR, autho

Desenvolvimento#github#gitby technicalpickles

checkout

10

Use when checking out a PR, branch, or ref for local work - sets up worktree with context

Automaçãoby technicalpickles

commit

10

Use when committing changes to git - provides best practices for staging, commit messages, signing, and handling hook failures

Desenvolvimento#git#aiby technicalpickles

sandbox-first

10

Use when a Bash command fails in the sandbox, or when considering whether to use dangerouslyDisableSandbox. Guides sandbox-first execution and sandbox config diagnosis.

Design e Frontend#aiby technicalpickles

working-with-mcp

10

Use when user mentions MCPProxy/MCP tools (e.g., "check buildkite mcp", "use slack mcp") or when you need to discover or call tools through MCPProxy - immediately checks if mcp__MCPProxy__* tools are available, suggests /mcp reconnect if missing (MCPProxy MCP server not connected), explains when to use MCP tools vs HTTP API for debugging

Automação#mcp#aiby technicalpickles

fixing-ci

10

Use when CI is failing on a branch, PR, or specific Buildkite build and the user wants to iteratively fix it through verify-locally → push → check → iterate. Strong signals: "fix CI", "make CI green", "CI is failing", "tests are failing in Buildkite", "iterate on this build", a Buildkite build URL paired with intent to push fixes, a PR with a red check the user wants to make green, or repeat-push

Desenvolvimento#ai#testby technicalpickles

designing-clis

10

Use when building, improving, or reviewing command-line interfaces for better user experience - before implementing commands/output/errors, when users report confusion or frustration, or when CLI feels hard to use - provides UX principles, visual design techniques, and practical patterns for creating discoverable, delightful CLIs

Design e Frontendby technicalpickles

hk

10

Use when hk.pkl exists in project, hook output shows hk running, or working with git hooks in hk-managed projects. Also use when setting up, configuring, or troubleshooting hk git hooks.

Desenvolvimento#gitby technicalpickles

actually-lsp-ignore

10

Ignore actually-lsp nudges for an ecosystem in this project. Use when the user wants to silence, dismiss, or ignore the LSP setup nudges for a specific ecosystem (Rust, TypeScript, Ruby), or invokes `/actually-lsp-ignore` directly. Writes `dismissed=true` to `.claude/actually-lsp.json`. Persistent across sessions for this project only.

DevOps e Infra#typescriptby technicalpickles

park

10

Save current work context for later resumption

Automaçãoby technicalpickles

snapshot

10

Capture current session state without stopping

Automaçãoby technicalpickles

working-with-mise

10

Use when adding, configuring, or troubleshooting mise-managed tools - ensures proper CLI usage, detects existing config files, and diagnoses PATH/activation issues when commands aren't found

Automaçãoby technicalpickles

developing-pipelines

10

Use when creating, modifying, or debugging Buildkite pipeline YAML files - ensures current syntax from official docs, validates configurations before proposing changes, and references Buildkite best practices instead of relying on training data

Desenvolvimento#aiby technicalpickles

investigating-builds

10

Use when the user is working with an existing Buildkite CI run and wants to understand, diagnose, or act on it. Strong signals: a buildkite.com URL, the word "buildkite", the `bk` CLI, the `bktide` tool, or a reference to a specific pipeline, build, or job. Covers intents like: "why did this build fail", "what's flaking", "summarize pass/fail rates across recent builds", "pull logs for this job",

Documentos#ai#wordby technicalpickles

working-in-scratch-areas

10

Use when creating one-off scripts, debug tools, analysis reports, or temporary documentation - ensures work is saved to persistent .scratch areas with proper documentation, organization, and executable patterns

Desenvolvimentoby technicalpickles

triage

10

Use when reviewing git state across worktrees, stashes, and branches - helps decide what to clean up, resume, or address

Desenvolvimento#gitby technicalpickles

update

10

Use when updating your branch with upstream changes - fetches, merges, and intelligently resolves conflicts

Automaçãoby technicalpickles

distill-rules

10

Review routing corrections and propose updates to vault CLAUDE.md routing rules.

Automaçãoby technicalpickles

actually-lsp-doctor

10

Diagnose and fix LSP setup for the current project's detected ecosystems (Rust, TypeScript, Ruby). Use when the SessionStart hook nudged about a missing LSP plugin, when the env isn't ready (no `bundle install`, no `cargo build`, missing server binary), when LSP calls are failing, or when the user invokes `/actually-lsp-doctor` directly. Walks the per-ecosystem state machine, reports what's missin

Design e Frontend#typescript#aiby technicalpickles

unpark

10

Resume work from a parked handoff

Automaçãoby technicalpickles

colima

10

Use when Docker commands fail with "Cannot connect to Docker daemon", when starting/stopping container environments on macOS, when managing Docker contexts or profiles, or when running incus (system containers / VMs with nested virtualization) on macOS - provides Colima lifecycle management, profile handling, SSH commands, and troubleshooting

DevOps e Infra#ai#dockerby technicalpickles

api-documentation-discovery

10

Use when APIs fail repeatedly with version-related errors (method not found, wrong arguments, unknown flag) or when about to use library APIs with uncertain knowledge - guides finding current, accurate documentation instead of guessing from training data

Automação#ai#apiby technicalpickles

scope

10

Guide for working with Scope, a developer environment management tool that automates environment checks, detects known errors, and provides automated fixes. Use when creating Scope configurations (ScopeKnownError, ScopeDoctorGroup, ScopeReportLocation), debugging environment issues, or writing rules for error detection and remediation.

Desenvolvimentoby technicalpickles

inbox

10

Use when checking what PRs are waiting for your review, or when starting your day to see what needs attention

Automação#aiby technicalpickles

enrich

10

Turn an ingested insight into a proper zettelkasten note with clean prose. Stage 2 of the processing pipeline.

Automaçãoby technicalpickles

process-inbox

10

Process accumulated inbox notes through the full pipeline (ingest, enrich, route, connect, link). User-facing orchestrator.

Automaçãoby technicalpickles

writing-for-scannability

10

Use when structuring prose so readers can skim it - drafting or restructuring READMEs, docs, PR or issue bodies, design docs, RFCs, or any long-form text where a wall of prose hides the structure. Also use when explicitly asked to make something scannable or skimmable, convert prose to a list, surface a buried list, fix a wall of text, or decide whether bullets or prose fit. Strong signal: text wi

Escrita e Conteúdoby technicalpickles

investigating-runs

10

Use whenever the user mentions a GitHub Actions / GHA run, even casually — invoke this skill before reaching for raw `gh` commands, because the bundled `gha-snapshot` helper distills `gh run view --log-failed` (a firehose) into a readable block with per-job status, failed-step log tails, and annotations. Specific triggers (any one is enough): a `github.com/.../actions/runs/...` URL; the phrase "Gi

Desenvolvimento#github#gitby technicalpickles

connect

10

Find related notes via semantic search and weave links. Stage 4 of the processing pipeline.

Pesquisa e Webby technicalpickles

ingest

10

Split a raw session notes file into individual insight notes in the inbox. Stage 1 of the processing pipeline.

Automaçãoby technicalpickles

obsidian

10

Obsidian vault mechanics - wiki links, .obsidian/ config, daily notes, plugins. Use when working with Obsidian vaults or structured markdown.

Automação#ai#markdownby technicalpickles

link-daily

10

Link a processed note to today's daily note. Stage 5 of the processing pipeline.

Automação#aiby technicalpickles

working-in-monorepos

10

Use when working in repositories with multiple subprojects (monorepos) where commands need to run from specific directories - prevents directory confusion, redundant cd commands, and ensures commands execute from correct locations

DevOps e Infraby technicalpickles

route

10

Analyze an enriched note and route to the best vault destination. Stage 3 of the processing pipeline.

Automaçãoby technicalpickles

taskwarrior

10

Use when querying or modifying tasks via the taskwarrior CLI, offering dense recipes for listing, lookups, and full-text search. Activates on commands like task list, task add, task info, task done, or any taskwarrior interaction.

DevOps e Infraby technicalpickles

Category alert

Get new Desenvolvimento skills every Monday