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

dotfiles

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

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

이 저장소의 skills

implement-flow
소프트웨어 개발자

Implement a feature fully autonomously in the background as a Workflow — decompose, then run each task through test-design → implement → refactor → review → verify, closing on executed evidence instead of human approval gates. Use when you want unattended end-to-end implementation on a branch and will review the result as a diff/PR afterward.

2026-07-21
deliver-story
기타 컴퓨터 관련 직업

Deliver a large user story as multiple parallel PRs. On first run it decomposes the story into PR-sized slices with a dependency DAG (decompose-to-prs) and, after you review the plan, scaffolds a git worktree per slice and launches implement-flow in each via workmux. Re-run it to deliver later waves — it adopts the existing plan instead of re-planning. Use when a story is too big for one PR.

2026-07-21
implement-auto
소프트웨어 개발자

Implement a feature autonomously through the full test-design → test-write → implement → refactor → review loop, pausing only for plan approval and pre-commit approval.

2026-07-19
implement
소프트웨어 개발자

Implement a feature autonomously through the full test-design → test-write → implement → refactor → review loop, running independent tasks in parallel (isolated git worktrees) and pausing only for plan approval and pre-commit approval.

2026-07-19
verify-run
소프트웨어 개발자

Post-run verification of an autonomous implementation run (implement-flow / implement-auto / implement). Runs the run-verifier agent to catch the failure modes the evidence gate can't see — staged tails, dead code, vacuous receipts, collapsed commits — and, with --fix, remediates them. Use after an unattended run, before trusting its "done".

2026-07-19
write
기술 작가

Write or edit an article or note. Follows writing style guidelines for clarity and consistency.

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

Review Go tests for adherence to behavior-driven testing principles. Checks tests against Go testing guidelines and rules covering public API testing, test clarity, anti-patterns, and proper mocking. Suggests valuable missing tests for uncovered behaviors.

2026-07-02
write-user-story
프로젝트 관리 전문가

Generate user stories for a new feature. Use when planning a feature, starting a new project, or when asked to write user stories. Triggers on: write user story, user stories for, plan this feature, spec out, break down feature.

2026-05-24
cue
소프트웨어 개발자

Work with CUE configuration files. Handles creating, validating, testing, and debugging CUE schemas and configurations.

2026-05-24
domain-design-review
소프트웨어 품질 보증 분석가·테스터

Review domain designs for architectural anti-patterns before implementation. Auto-triggers when designing new features, aggregates, or bounded contexts.

2026-05-24
implement-go-interface
소프트웨어 품질 보증 분석가·테스터

Create Go interface test doubles (blank, memory, broken, fake) for a given interface, or review an existing implementation package and fill in missing pieces.

2026-05-24
pcommit
소프트웨어 개발자

Create a git commit for staged changes using the commit agent.

2026-05-24
refactor-go
소프트웨어 개발자

Refactor Go code with investigation, planning, implementation via go-refactorer agent, and review by Go test reviewer and Go guidelines agents.

2026-05-24
review-go
소프트웨어 품질 보증 분석가·테스터

Review a Go package for adherence to project Go guidelines (naming, architecture, structure, workflow). Takes a package path and reports violations.

2026-05-24
solution-architect
소프트웨어 개발자

Solution architect for event-driven systems, distributed processes, and Event Sourcing patterns. Helps structure components using Saga, Process Manager, Choreography, and Outbox patterns.

2026-05-24
test-go
소프트웨어 품질 보증 분석가·테스터

Write Go tests following behavior-driven testing principles. Tests behavior through public APIs, not implementation details.

2026-05-24
model-events
소프트웨어 개발자

Perform event modeling from domain requirements or an existing codebase. Discovers business processes, identifies domain events in chronological timeline order, and iterates with user feedback at every stage.

2026-04-12
decompose-to-tasks
프로젝트 관리 전문가

Decompose a user story into ordered implementation tasks with codebase references. Use when breaking down a story, planning tasks, or preparing work for implementation. Triggers on: decompose story, break down story, plan tasks, task breakdown, decompose to tasks.

2026-02-23