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

nix-config-v2

nix-config-v2 收录了来自 samjwillis97 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
6
更新
2026-05-10
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

brainstorming
软件开发工程师

Use when starting a new feature, design change, or architecture decision. Explores approaches and tradeoffs before planning or coding. NEVER skip this for non-trivial work.

2026-05-10
executing-plans
项目管理专家

Use when executing an implementation plan. Each step is delegated to a fresh subagent for isolated context, then reviewed before proceeding. Do NOT execute plans inline — use subagents.

2026-05-10
finishing-work
软件开发工程师

Use when implementation is complete and you need to decide how to integrate the work - guides completion by presenting structured options for merge, PR, or cleanup

2026-05-10
planning
软件开发工程师

Use when creating implementation plans. Breaks work into small, verifiable steps with exact file paths and verification commands. Use after brainstorming approval.

2026-05-10
receiving-code-review
软件质量保证分析师与测试员

Use when you receive code review feedback (from a reviewer subagent, /review command, or human). Guides proper processing of feedback without dismissing or cherry-picking.

2026-05-10
systematic-debugging
软件开发工程师

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-05-10
testing-discipline
软件质量保证分析师与测试员

Use when implementing features or fixing bugs to determine whether tests should be written. Context-aware - scouts existing test infrastructure before deciding. Not all code needs tests.

2026-05-10
verification
软件质量保证分析师与测试员

Use before claiming any work is complete. Ensures actual verification evidence exists - tests run, builds pass, behavior confirmed. No hedging.

2026-05-10
writing-skills
软件开发工程师

Use when creating new skills for the agent. Follows a test-driven approach - observe failure without the skill, write the skill, then verify it closes the gap.

2026-05-10
creating-a-commit
软件开发工程师

Use when creating git commits, staging changes, or writing commit messages - defines commit format rules, conventional commits usage, ticket-branch handling, and AI attribution requirements

2026-05-09
dispatching-parallel-agents
软件开发工程师

Use when considering parallel execution of multiple tasks. Guides when to parallelise vs sequence, how to partition work, and how to handle partial failures.

2026-05-09
git-workflow
软件开发工程师

Use when starting new work, managing branches, or finishing features. Covers branch creation, commit discipline, and merge workflows.

2026-05-09
address-pr-comments
软件开发工程师

Use when evaluating and addressing unresolved PR review comments, before implementing any fixes from code review feedback on a pull request

2026-04-08
creating-a-commit
软件开发工程师

Use when creating git commits, staging changes, or writing commit messages - defines commit format rules, conventional commits usage, ticket-branch handling, and AI attribution requirements

2026-04-03
git-worktrees-with-f
软件开发工程师

Use when about to run any git worktree command (add, remove, list, prune), git clone for a new repo, or when the user asks to work on a different branch. Also use when you see git worktree in a plan or think about creating parallel working directories.

2026-04-03