Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

dotfiles

dotfiles에는 EricCrosson에서 수집한 skills 7개가 있으며, 저장소 수준 직업 범위와 사이트 내 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