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

dotfiles

dotfiles에는 kouloumos에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
2
업데이트
2026-04-22
Forks
0
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

add-ssh-key
네트워크·컴퓨터 시스템 관리자

Add an SSH public key to a remote server's authorized_keys file

2026-04-22
save-context
소프트웨어 개발자

Save working documents to .context/ with proper frontmatter

2026-04-22
rebase-pr
소프트웨어 개발자

Rebase a contributor's PR onto latest main. Fetches the PR, creates a backup branch on origin, sets up a worktree, analyzes divergence, rebases, and force-pushes back to the contributor's fork. Use when a PR needs to be brought up to date with main.

2026-04-21
release
소프트웨어 개발자

Merge source branch (default main) to production, create a CalVer release, and generate release content (GitHub release notes, Discord announcement, blog post)

2026-04-15
cleanup-history
소프트웨어 개발자

Analyze branch commits, identify fixup candidates, rebase with autosquash, and post a PR comment explaining the cleanup.

2026-04-08
create-issue
프로젝트 관리 전문가

Create a well-structured GitHub issue from a conversation or description

2026-04-08
link-local
소프트웨어 개발자

Link or unlink a local library for testing in a consumer project. Handles build, npm install from path, and cleanup. Default action is "link". Use "unlink" to reverse.

2026-04-08
pair-review
소프트웨어 품질 보증 분석가·테스터

Co-review a pull request. Use when reviewing PRs together.

2026-04-08
resolve-bot-comments
소프트웨어 품질 보증 분석가·테스터

Review and resolve bot review comments on a PR. Critically evaluates suggestions from greptile-apps, cursor, and other bots.

2026-04-08
restructure-commits
소프트웨어 개발자

Restructure a PR's messy commit history into clean logical commits. Analyzes the full diff, proposes groupings by concern, rebuilds commits from scratch while preserving authorship, and verifies zero code diff against the original.

2026-04-08
sync-branch
소프트웨어 개발자

Sync a feature branch with the target branch (main by default). Analyzes divergence, identifies truly unique commits vs already-merged ones, and executes the cleanest rebase strategy. Use when a branch has fallen behind or diverged from main.

2026-04-08