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

dotfiles

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

수집된 skills
105
Stars
12
업데이트
2026-07-23
Forks
0
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

work-eod
소프트웨어 개발자

End-of-day — draft and post daily comments for tracked tickets missing a comment

2026-07-23
work-start
소프트웨어 개발자

Morning startup workflow for daily notes, yesterday summary, agenda, status comments, meeting sections, and daily branch setup. Use when invoked as `$work-start` or when the user asks to start the work day.

2026-07-23
work-track
소프트웨어 개발자

Track a Linear ticket or GitHub PR in today's daily note with fields and timestamped activity. Use when invoked as `$work-track` or when the user asks to track a work item.

2026-07-23
linear-plan
소프트웨어 개발자

Start work on a Linear ticket by gathering context, planning, creating a branch/worktree, implementing, testing, opening a draft PR, and updating Linear. Use when invoked as `$linear-plan` or when the user asks to start a Linear ticket.

2026-07-23
graphify
소프트웨어 개발자

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.

2026-07-22
graphify
소프트웨어 개발자

Use for any question about a codebase, its architecture, file relationships, or project content — especially when graphify-out/ exists, where the question should be treated as a graphify query first. Turns any input (code, docs, papers, images, videos) into a persistent knowledge graph with god nodes, community detection, and query/path/explain tools.

2026-07-22
linear-plan
소프트웨어 개발자

Load the shared skill from ~/.agents/skills/linear-plan/SKILL.md.

2026-07-21
pr-approve
소프트웨어 개발자

Approve a GitHub pull request, inferring the target from context when no PR is given. Use when the user invokes `$pr-approve`, asks to approve a PR, or approves a pull request mentioned earlier in the conversation.

2026-07-21
pr-post-findings
소프트웨어 개발자

Post findings from the most recent review output as inline GitHub PR comments and record them in today's daily note. Use when invoked as `$pr-post-findings` or when the user asks to post review findings to the current PR.

2026-07-17
pr-daily
소프트웨어 개발자

Set up the daily dotfiles branch from the current daily branch, clean up previous daily branches, and ensure a draft PR exists. Use when invoked as `$pr-daily` or when the user asks to start the daily dotfiles workflow.

2026-07-17
git-rebase
소프트웨어 개발자

Rebase the current branch onto a target branch using safety checks, backup branches, and an appropriate rebase strategy. Use when invoked as `$git-rebase` or when the user asks to update/rebase a branch.

2026-07-16
ios-qa
소프트웨어 품질 보증 분석가·테스터

Live-device iOS QA for SwiftUI apps. (gstack)

2026-07-13
ios-clean
소프트웨어 개발자

Remove the DebugBridge SPM package and all #if DEBUG wiring from an iOS app. (gstack)

2026-07-07
ios-sync
소프트웨어 개발자

Regenerate the iOS debug bridge against the latest upstream gstack templates. (gstack)

2026-07-07
setup-gbrain
기타 컴퓨터 관련 직업

Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. (gstack)

2026-07-07
sync-gbrain
기타 컴퓨터 관련 직업

Keep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. Wraps the gstack-gbrain-sync orchestrator with state (gstack)

2026-07-07
branch-finish
소프트웨어 개발자

Use when implementation is complete and you need to decide how to integrate the work — presents structured options for merge, PR, keep, or discard

2026-07-06
dupe
기타 컴퓨터 관련 직업

No-op workflow for when the user says they duplicated the chat/session into another tab. Use when invoked as `$dupe` or when the user says this tab was duplicated and no action is needed.

2026-07-06
gh-stack
소프트웨어 개발자

Manage stacked branches and pull requests with the gh-stack GitHub CLI extension. Use when the user wants to create, push, rebase, sync, navigate, or view stacks of dependent PRs. Triggers on tasks involving stacked diffs, dependent pull requests, branch chains, or incremental code review workflows.

2026-07-06
gha-checks
소프트웨어 개발자

Check GitHub Actions CI status for PRs and branches. Use when the user asks "did CI pass", "check status", "what failed", "are checks green", "PR checks", "CI status", "workflow status", "re-run jobs", or wants a quick summary of GitHub Actions runs for a PR or the current branch.

2026-07-06
gha-log-reader
소프트웨어 개발자

Diagnoses failing GitHub Actions runs by reading logs, identifying the root cause, and suggesting fixes. Use this skill whenever a user shares a GHA run URL, pastes runner log output, mentions a failing workflow, asks why a CI job is broken, or says anything like "my GHA is failing", "workflow failed", "can you check my run", or "CI is broken". Also trigger when raw log text is detected in the conversation that appears to come from a GitHub Actions runner. Do NOT use for general GHA workflow authoring questions, YAML formatting help, or passing runs with no failure context.

2026-07-06
git-cleanup
소프트웨어 개발자

Delete local branches that have been merged or whose PRs are closed/stale

2026-07-06
git-commit
소프트웨어 개발자

Create a git commit following the project's established style

2026-07-06
git-push
소프트웨어 개발자

Intelligently push the current git branch to its remote with safety checks. Use when invoked as `$git-push` or when the user asks to push committed work.

2026-07-06
git-split
소프트웨어 개발자

Split the most recent git commit into multiple logical commits without interactive rebase. Use when invoked as `$git-split` or when the user asks to split HEAD into smaller commits.

2026-07-06
git-status
소프트웨어 개발자

Intelligently analyze git status and provide insights about current project state

2026-07-06
git-worktrees
소프트웨어 개발자

Create and manage git worktrees using the global ~/.worktrees/ convention. Use when starting feature work that needs isolation, before executing implementation plans, or any time a git worktree is needed.

2026-07-06
optimize
소프트웨어 개발자

Audit Codex and shared agent harness configuration for efficiency, redundant work, permission friction, hook overhead, plugin cost, skill metadata portability, and dead config. Use when invoked as `$optimize`, when the user asks to optimize the agent harness, or when porting shared skills, commands, agents, hooks, or MCP config between agent tools.

2026-07-06
pr-create
소프트웨어 개발자

Create or update a GitHub pull request for the current branch. Use when the user invokes `$pr-create`, asks to create/open a PR, or wants the current branch pushed and described as a draft PR.

2026-07-06
pr-merge
소프트웨어 개발자

Merge the current branch's PR after confirmation

2026-07-06
pr-open-for-review
소프트웨어 개발자

Mark the current branch's draft PR as ready for review

2026-07-06
pr-resolve-feedback
소프트웨어 품질 보증 분석가·테스터

Address GitHub PR review comments by fetching, evaluating, fixing, committing, and resolving feedback. Use when invoked as `$pr-resolve-feedback` or when the user asks to resolve PR feedback.

2026-07-06
pr-update-desc
소프트웨어 개발자

Update the PR description for the current branch

2026-07-06
resolve-feedback
소프트웨어 품질 보증 분석가·테스터

Address GitHub PR review comments — fetch, evaluate, fix, commit, and resolve. Use when given a PR comment URL or PR URL to process review feedback. Triggers: GitHub discussion URLs, "fix this review comment", "address PR feedback", "resolve PR comments", PR URLs with #discussion_ fragments.

2026-07-06
retro
기타 컴퓨터 관련 직업

Improve agent harness configuration based on recent friction points. Use when invoked as `$retro` or when the user asks for autonomous cleanup of Codex, agent harness, or migrated Claude configuration.

2026-07-06
session-save
소프트웨어 개발자

Save current Codex session to 2ndBrain vault with frontmatter, executive brief, and full transcript

2026-07-06
work-runners
네트워크·컴퓨터 시스템 관리자

Check macOS GHA runner status for the getditto org

2026-07-06
pr-approve
소프트웨어 개발자

Load the shared skill from ~/.agents/skills/pr-approve/SKILL.md.

2026-07-04
boris
기타 컴퓨터 관련 직업

Load the shared skill from ~/.agents/skills/boris/SKILL.md.

2026-06-30
brainstorm
프로젝트 관리 전문가

Load the shared skill from ~/.agents/skills/brainstorm/SKILL.md.

2026-06-30
이 저장소에서 수집된 skills 105개 중 상위 40개를 표시합니다.