Skip to main content
GitHub 저장소

dotfiles

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

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

이 저장소의 skills

go
소프트웨어 개발자

Best practices for working with Go codebases. Use when writing, debugging, or exploring Go code, including reading dependency sources and documentation.

2026-07-16
hc-loop
소프트웨어 개발자

Autonomous orchestration loop for hive hc tasks. The high-capability manager model reads pending tasks, delegates implementation to cheaper worker sub-agents, critically reviews their output, and commits only code that passes quality checks. Runs to completion without stopping to ask questions.

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

Post-implementation design re-evaluation. After a feature reaches a working state through iteration, step back and re-examine what actually got built: are the data structures and algorithms the right fit for the access patterns that emerged, can code paths that grew through iteration be consolidated, and what iteration residue (tests for abandoned designs, dead flags/scaffolding, debug logging) should be deleted. Produces a tiered proposal report and applies only approved changes. Use when the user says "rethink this", "step back and re-evaluate", "is this the right design/data structure", "apply CS fundamentals", or wants a design pass on a working feature branch before PR. Not for bug-hunting (/review) or expression-level polish (/simplify) — this questions the design those skills preserve.

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

Orchestrate parallel claude and codex CLI agents through tmux to deliver a feature end-to-end. The orchestrator delegates planning, work, and review to spawned agents in tmux windows; it does NOT write or edit code itself. User-invoked only.

2026-07-01
diff-review
소프트웨어 품질 보증 분석가·테스터

Open the current branch's diff (or a specific PR) in Plannotator's browser-based code review UI and act on the returned feedback. Use when the user says "review my changes in plannotator", "open the diff for review", "review this PR in plannotator", "let me annotate the diff", or returns to a session to gate code the agent produced.

2026-07-01
review
소프트웨어 품질 보증 분석가·테스터

Single-pass code review of the current branch (or a diff) that routes the changes to relevant concerns, dispatches fresh-context reviewer sub-agents, verifies findings to strip false positives, and reports a ranked, evidence-backed review. Use when the user asks to review local changes, a branch, or a PR before it goes to humans.

2026-07-01
review-with-codex
소프트웨어 품질 보증 분석가·테스터

Spawn codex as an independent external reviewer in a new tmux window. Codex performs a general PR review and publishes findings back via hive messaging. Use standalone for an external second opinion, or alongside /review to run both concurrently.

2026-07-01
interview-me
컴퓨터 시스템 분석가

Deep-dive spec interviewer. Reads a file or requirement, analyzes it against the codebase, then conducts a rigorous 1-on-1 interview using AskUserQuestion to produce a comprehensive, opinionated specification document. Acts as a collaborative architect with active pushback.

2026-05-12
catchup
소프트웨어 개발자

Show changes compared to base branch (defaults to main). Use when the user asks what changed, wants a summary of branch differences, or says "catch me up".

2026-05-12
doc-review
프로젝트 관리 전문가

Open a plan, research, or design doc in Plannotator's browser UI for human review and act on the returned annotations. Use when the user says "review the plan", "open the doc in plannotator", "let me annotate the research", "review the latest doc", or returns to a session to gate work the agent produced.

2026-05-12
go-benchmark
컴퓨터 프로그래머

Write and analyze Go benchmarks using modern patterns and tools

2026-05-12
plan-mini
소프트웨어 개발자

Mini research → plan for small, self-contained changes. Use for well-scoped tasks like bug fixes, adding a single field, or small feature additions where the overall system impact is limited. Faster than /research + /plan-write — single sub-agent per step, no user interview, lighter output.

2026-05-07
plan-write
컴퓨터·정보 시스템 관리자

Create detailed implementation plans through interactive research and iteration. Use when the user wants to plan a feature, task, or ticket before implementing. Expects a research document as input. Interviews the user, then uses sub-agents to draft and review the plan before writing a structured plan to .hive/plans/.

2026-05-07
ci-watch
소프트웨어 품질 보증 분석가·테스터

Monitor CI and review comments for the current branch's PR. Use with /loop to automatically fix failing CI checks or address PR review comments at a set interval. Trigger when the user says "watch CI", "monitor my PR", "fix CI in a loop", "babysit my PR", "keep an eye on CI", or similar phrases. Exits cleanly when CI passes and no unresolved comments remain.

2026-05-04
design-doc
컴퓨터 시스템 분석가

Generate a design doc from template and save to .hive/design-docs/. Use when the user asks to create, draft, or write a design doc, design proposal, or technical proposal.

2026-05-04
pr-create-auto
소프트웨어 개발자

Create a PR from current branch changes. Use when the user asks to open a PR, create a pull request, or says "pr this up".

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

Research codebase comprehensively using parallel sub-agents. Use when the user asks for deep research, wants to understand how a feature works, or needs thorough analysis of patterns and architecture across the codebase.

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

Wrap up a work session - organize commits, push branch to remote, update task state

2026-03-26
hc-next
소프트웨어 개발자일반 사무원

Start the next hive hc task, prioritizing work related to current branch

2026-03-26
obsidian
일반 사무원

Save documents to the .hive/ context directory (symlinked into Obsidian). Use when the user asks to save, write, or put a document into their notebook.

2026-03-26
plan-to-hc
소프트웨어 개발자

Create a hive hc epic from the current plan file, inserting the ENTIRE PLAN TEXT into the epic and creating subtasks to track all work items.

2026-03-26
tea
소프트웨어 개발자

Gitea/Forgejo CLI and API usage. Use when working with tea CLI commands or making direct API calls to Gitea/Forgejo instances.

2026-03-26
scooter-find-replace
소프트웨어 개발자

Use the scooter CLI for find and replace operations across codebases. Use when the user asks for bulk find-and-replace, renaming symbols across files, codebase-wide text substitution, or when sed/awk would be too fragile for multi-file replacements.

2026-02-13
tui-dev
소프트웨어 개발자

Expert guidance for building TUI applications with the Charm Bracelet ecosystem (Bubbletea, Lipgloss, Bubbles). Use when implementing components, styling, or working with MVU architecture.

2026-02-07
tui-test
소프트웨어 품질 보증 분석가·테스터

Specialized guidance for testing TUI applications with Bubbletea, including golden file testing, component testing, and integration testing with teatest.

2026-02-07