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

dotfiles

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

已收集 skills
7
Stars
4
更新
2026-07-17
Forks
2
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

drive-to-completion
软件开发工程师

Use when implementing any task end-to-end without user intervention - ensures continuous forward progress by always having a next tool call until the task is fully complete

2026-07-17
orchestrate
其他计算机职业

Use when a task should be parallelized across multiple agents — decomposes work into Linear issues, then drains the queue by spawning worktree agents for unblocked tickets using drive-to-completion

2026-06-25
write-commit-message
软件开发工程师

Use when creating git commits - ensures messages follow Conventional Commits, explain motivation over implementation, and help future maintainers

2026-06-25
create-linear-issue
软件开发工程师

Use when creating a Linear issue from a feature, bug, or task description — gathers required fields then calls the Linear MCP tool directly

2026-06-09
review-plan
软件开发工程师

Use to critically review a plan before approval - invokes a senior engineering review for readability, maintainability, operability, and testability

2026-03-03
test-driven-development-tdd
软件质量保证分析师与测试员

Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it fail, write minimal code to pass; ensures tests actually verify behavior by requiring failure first

2026-02-25
write-skills
软件开发工程师

Use when creating or improving agent skills - ensures efficient context usage, clear activation conditions, and proper structure for different skill types

2026-02-03