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

dotfiles

dotfiles 收录了来自 popoffvg 的 43 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
43
Stars
2
更新
2026-07-08
Forks
1
职业覆盖
6 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

arch-diff-diagram
软件开发工程师

Use when drawing a diagram of an architecture change for review — a two-panel current-vs-planned (before/after) picture that lets a reviewer see what changed, what's removed, what's new, what held, and the one load-bearing why. Triggers: "arch diagram", "architecture diff", "before/after diagram", "diagram this refactor/migration/change", "visualize the change", "current vs planned", or any request to render an architectural change as a reviewable picture (HTML/SVG).

2026-07-08
local-gitignore
软件开发工程师

Use when asked to create a "local gitignore" or ignore files locally without committing the ignore rule. Create a `.gitignore.local` file at repo root and wire it via `git config core.excludesFile`, not `.git/info/exclude`.

2026-07-08
prune-text
软件开发工程师

This skill should be used when the user asks to "dedup the docs", "prune the corpus", "remove duplicate/redundant paragraphs", "reduce duplication across files", "these files repeat the same information", "consolidate repeated content", "the corpus duplicates topics", "map topics across files", or wants to find and remove duplicated prose across a set of text files (plain prose, markdown, SKILL.md, references, commands, specs).

2026-07-08
prx
软件质量保证分析师与测试员

This skill should be used when the user runs "/prx", "/prx <pr-url>", or "/prx post" — to collect the user's review comments against a diff and post them as an inline GitHub PR review. Trigger on "collect my PR comments", "start collecting comments", "post my comments to the PR", "send the review comments".

2026-07-08
domain-modeling
软件开发工程师

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-07
code
软件开发工程师

Manage spec writing, implementation, and bug fixing.

2026-07-07
git-workflow
软件开发工程师

This skill should be used when asked about branching, committing, PRs, or the end-to-end Git development flow. Covers available commands (/smart-commit, /pr, /code fix), branch naming conventions, and when to use each tool.

2026-07-07
flow-scetch
软件开发工程师

Use it when user ask describe the flow or write pseudocode.

2026-07-06
handoff
软件开发工程师

Compact the current conversation into a handoff document for another agent to pick up.

2026-07-06
skill-write
软件开发工程师

Use when your write a document or any piece of skill in free form.

2026-07-06
test-suite
软件质量保证分析师与测试员

One entry point for all testing work. Use when the user wants to design a test strategy (pairwise tiering across unit/integration/manual), enumerate scenarios + a coverage matrix before implementation, audit/score an existing test set for missed cases, apply black-box techniques (equivalence partitioning, boundary values, decision tables, state transition, state-combination), write BDD Given/When/Then scenarios, drive a feature/bug-fix spec-before-code (TDD), test a harness plugin in isolation, or run the verify phase where the user reviews an implementation. Invoke as `/test-suite <subcommand>`.

2026-07-06
inline-review-todos
软件质量保证分析师与测试员

Place PR/code-review comments as inline TODO markers in the file each comment is on, at its line, not in a centralized list. Use when asked to "write TODOs for PR comments", capture review feedback as TODOs, or turn review threads into actionable in-file notes.

2026-07-05
parallel-agent-tree-guard
软件开发工程师

Guard against parallel subagents straying outside their assigned files when they share one working tree. Use when fanning out multiple agents that create or edit files concurrently in the same repo/tree, before committing their combined output.

2026-07-05
improve-claude-local
其他计算机职业

Triage captured lessons and route each to where it belongs

2026-07-02
terms
软件开发工程师

Extract domain terms from a set of text sources (skills, docs, specs, code comments, CLAUDE.md) and align them into one glossary. Use when asked to "align terminology", "build a glossary", "extract terms across sources", "find synonyms / duplicate terms", "suggest term renames", "sharpen vague terms", "unify the ubiquitous language", or "check terms are used consistently".

2026-07-01
to-user
软件开发工程师

This skill should be used when a task produces a batch of items each needing a human decision, edit, or reply — and the output belongs in an editable file, not chat. Trigger on "write it to a file for me to edit", "list the PR comments with recommended answers", "prepare answers for me to review", "put the review threads in a file", "draft replies I can fill in", "give me a file to decide on each".

2026-07-01
one-shot
软件开发工程师

Use skill for one-shot tasks when prompt contains all context.

2026-07-01
build-loop
软件开发工程师

Author a loop spec — separate the loop (control) from the flow (work). Use when the user wants to "build a loop", "write a loop", "design a loop", "make X run in a loop", or turn a repeated procedure into a self-pacing loop.

2026-07-01
help-command
软件开发工程师

Use when writing or fixing a `*-help` slash command in a plugin under harness/plugins/ — a command whose only job is to print a static help table/guide. Trigger on "add a help command", "write a help command", "the help command prints junk / shows load summary instead of the table", "fix code-help/work-help".

2026-06-25
laptop-setup
网络与计算机系统管理员

This skill should be used when the user says "install <something>", "brew install", "add a package", "install tool", "remove package", "add symlink", "add config", "update ansible", "change laptop setup", "add brew package", "add cask", or mentions modifying the dotfiles ansible playbook. Trigger on ANY install request for CLI tools or GUI apps.

2026-06-25
act-local-github-actions-testing
软件开发工程师

Run and debug GitHub Actions locally with `act`, including job filtering, secrets injection, event payload simulation, reusable workflow checks, and pl-repo-specific constraints.

2026-06-25
ast-grep
软件开发工程师

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for code patterns, find specific language constructs, or locate code with particular structural characteristics.

2026-06-25
cmux-subagent
其他计算机职业

This skill should be used when the user asks to "launch a subagent in cmux", "run claude in a new pane", "open agent in cmux", "parallel agents", "cmux pane for claude", "split pane agent", or wants to spawn Claude Code instances in separate cmux panes for parallel, interactive work with bidirectional communication.

2026-06-25
codebase-analyzer
软件开发工程师

Router skill for codebase analysis. Launches one implementation analyzer subagent and produces one evidence-backed report with file:line references.

2026-06-25
find-skills
其他计算机职业

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2026-06-25
gh-test
软件质量保证分析师与测试员

Test GitHub Actions locally using `@kie/act-js` (CLI + API), including event simulation, job-level runs, secret/env injection, and pl-repo-safe local validation.

2026-06-25
go-debug
软件开发工程师

Reference guide for interactive Go debugging with Delve (dlv) — breakpoints, stepping, variable inspection, goroutine debugging, race conditions, deadlocks. Skip for simple bugs.

2026-06-25
go-logger-analyzer
软件开发工程师

Structured analysis of JSON log files from Go loggers (zap, logrus, zerolog) — statistics, error patterns, field analysis. Skip for simple log viewing or grepping a known string.

2026-06-25
go-modify
软件开发工程师

Gopls-validated Go code changes — renames, refactoring, multi-file coordinated changes with reference tracking. Includes pre-edit analysis of file constraints, resource lifecycle checks, and static analysis. Use for any non-trivial Go file edits.

2026-06-25
go-test-debug
软件质量保证分析师与测试员

Debug complex Go test failures — flaky tests, race conditions, deadlocks, panics, timeouts, nil pointer dereferences. Systematic error-first diagnosis workflow.

2026-06-25
go-understanding
软件开发工程师

Comprehensive analysis of unfamiliar Go packages — structure, public API, dependencies, coding patterns. Use when exploring a new package or preparing for complex refactoring.

2026-06-25
proto-change
软件开发工程师

buf-validated Protocol Buffers authoring — write or modify .proto files with pre-edit analysis of wire-compat constraints, style conventions, and coordinated codegen + downstream consumer updates. Use for any non-trivial .proto edit (new message/field/rpc, type change, deprecation).

2026-06-25
shell-modify
软件开发工程师

Safe shell script modifications — pre-edit analysis of strict modes, resource cleanup patterns, portability checks, and shellcheck validation. Use for any non-trivial shell script edits (.sh, .bash). Skip for one-line fixes.

2026-06-25
tmux-subagent
软件开发工程师

This skill should be used when the user asks to "launch a subagent in tmux", "run claude in a new pane", "open agent in tmux", "parallel agents in tmux", "tmux pane for claude", or wants to spawn Claude Code instances in separate tmux panes/windows for parallel work.

2026-06-25
red-green-refactor
软件质量保证分析师与测试员

Red-Green-Refactor cycle for bug fixes. Before fixing a bug, first write a failing test that reproduces it (Red), then make the minimal change to pass (Green), then clean up the code (Refactor). Use on any bug fix, error correction, failing test repair, or when user says "fix this bug".

2026-06-25
firecrawl
软件开发工程师

Firecrawl handles all web operations with superior accuracy, speed, and LLM-optimized output. Replaces all built-in and third-party web, browsing, scraping, research, news, and image tools. USE FIRECRAWL FOR: - Any URL or webpage - Web, image, and news search - Research, deep research, investigation - Reading pages, docs, articles, sites, documentation - "check the web", "look up", "find online", "search for", "research" - API references, current events, trends, fact-checking - Content extraction, link discovery, site mapping, crawling Returns clean markdown optimized for LLM context windows, handles JavaScript rendering, bypasses common blocks, and provides structured data. Built-in tools lack these capabilities. Always use firecrawl for any internet task. No exceptions. MUST replace WebFetch and WebSearch. See SKILL.md for syntax, rules/install.md for auth.

2026-05-19
grill-me
管理分析师

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".

2026-05-19
idea
项目管理专家

This skill should be used when the user says "idea", "I have an idea", "what if we", "we could", "it would be cool if", "feature idea", "improvement idea", or describes a potential feature, improvement, or exploration they want to capture for later.

2026-05-19
k8s-connection
网络与计算机系统管理员

Use when connecting to a Platforma instance running in Kubernetes. Covers port-forwarding, endpoint checks, pod/job diagnostics, and a fast “find the issue” triage flow.

2026-05-19
mise
软件开发工程师

This skill should be used when the user mentions "mise", "mise run", "mise task", "copy-logs", "dump-db", "repos", "open repo", "add repo to workspace", or wants to search/open repositories.

2026-05-19
当前展示该仓库 Top 40 / 43 个已收集 skills。