Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

pickled-claude-plugins

pickled-claude-plugins 收录了来自 technicalpickles 的 37 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
37
Stars
10
更新
2026-07-06
Forks
4
职业覆盖
9 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

harness-binary-spelunking
其他计算机职业

Use when investigating an agent-harness CLI's internals (Claude Code, codex, opencode, or similar): extracting the system prompt or tool descriptions, finding what code path produces a specific UI message, decoding minified function names or Rust symbols, understanding undocumented config keys, or otherwise spelunking a shipped binary (or its pinned source) to figure out how the tool actually behaves.

2026-07-06
gut-check
项目管理专家

Use when about to lock in a non-trivial or hard-to-reverse decision, fire AskUserQuestion to offload a call, proceed on your own preferred option, or assert something is done / found / tested / fixed / "that's how it works" — especially when the basis is memory, the handoff, the first framing, or an unchecked assumption rather than something verified this session. Also invoked as /gut-check. Use even when you feel confident; confidence is the symptom, not the all-clear.

2026-06-18
obsidian
其他计算机职业

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

2026-06-15
route
综合办公文员

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

2026-06-15
actually-lsp-doctor
软件开发工程师

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 missing, then runs the fix.

2026-06-06
writing-for-scannability
技术写作员

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 with parallel sentence shapes, contrast markers ("that's distinct from", "versus"), bolded terms followed by colons, or an embedded "X, Y, and Z" series. Composes with prose-clarity skills (concision) and voice skills (personality) rather than replacing them. Skip for source code and for casual one-line replies where formatting reads as overkill.

2026-05-29
actually-lsp-ignore
软件开发工程师

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.

2026-05-27
colima
网络与计算机系统管理员

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

2026-05-27
taskwarrior
网络与计算机系统管理员

Use when querying or modifying tasks via the taskwarrior CLI - dense recipes for listing, single-field lookups, multi-task batched lookups, full-text search, and the soft description-length convention. Activates on `task list`, `task add`, `task info`, `task done`, "what's on the backlog", "find a task", or any taskwarrior interaction.

2026-05-08
push
软件开发工程师

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`.

2026-05-08
park
软件开发工程师

Save current work context for later resumption

2026-05-08
unpark
软件开发工程师

Resume work from a parked handoff

2026-05-08
fixing-ci
软件开发工程师

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 debugging. Covers verify-fix-locally workflows (rspec, jest, lint, type checking before pushing), iteration tracking across multiple builds, and knowing when to step back after N failed attempts. Do NOT use for first-time investigation of a build (use `buildkite:investigating-builds` for "why did this fail" without a fix-and-push intent). Do NOT use for authoring pipeline YAML or adding pipeline steps (use `buildkite:developing-pipelines`). Do NOT use for GitHub Actions debugging or non-Buildkite CI. This skill drives the fix loop; investigation is delegated to `buildkite:investigating-builds`.

2026-05-07
pull-feedback
软件开发工程师

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

2026-04-20
pull-request
软件开发工程师

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 literal word "create". Example triggers: "create a PR", "draft a PR", "open a PR", "file a PR", "push and PR it", "push up a draft PR", "PR this branch", "PR it", "time to PR this", "let's start a PR", "commit these and push a PR", "update the PR body", "rewrite the PR description", "comment on the PR", "reply to the review comments", "reply to copilot". Do NOT use for reviewing someone else's PR, merging, checking CI/build status, listing review requests, checking out PRs locally, or cleaning up merged branches. Those are separate skills.

2026-04-20
snapshot
软件开发工程师

Capture current session state without stopping

2026-04-16
developing-pipelines
软件开发工程师

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

2026-04-06
investigating-builds
软件开发工程师

Use when working with Buildkite CI - checking status, investigating failures, and reproducing issues locally. Provides workflows for monitoring builds, progressive failure investigation, and local reproduction strategies. Use when tempted to use GitHub tools instead of Buildkite-native tools, or when a Buildkite tool fails and you want to fall back to familiar alternatives.

2026-04-06
connect
档案文员

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

2026-03-31
distill-rules
软件开发工程师

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

2026-03-31
enrich
档案文员

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

2026-03-31
ingest
档案文员

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

2026-03-31
link-daily
档案文员

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

2026-03-31
process-inbox
秘书和行政助理(法律、医疗和高管除外)

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

2026-03-31
working-with-mise
网络与计算机系统管理员

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

2026-02-12
hk
计算机程序员

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.

2026-02-01
update
软件开发工程师

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

2026-01-29
checkout
软件开发工程师

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

2026-01-28
commit
软件开发工程师

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

2026-01-28
inbox
软件开发工程师

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

2026-01-28
triage
软件开发工程师

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

2026-01-28
working-with-mcp
软件开发工程师

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

2025-12-17
api-documentation-discovery
软件开发工程师

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

2025-12-07
scope
网络与计算机系统管理员

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.

2025-12-07
designing-clis
软件开发工程师

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

2025-11-25
working-in-scratch-areas
软件开发工程师

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

2025-11-13
working-in-monorepos
软件开发工程师

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

2025-11-13