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

home-manager

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

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

이 저장소의 skills

diagnose
소프트웨어 개발자

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

2026-05-25
improve-codebase-architecture
소프트웨어 개발자

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

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

Comprehensive code review using 5 independent specialized reviewer agents in parallel (security, performance, correctness, code quality, spec compliance). Confidence scoring (0-100), per-repo pre-flight/post-fix commands via docs/agents/review.md. Use when user wants code review, says "review this", or invokes /review.

2026-05-25
setup-project
소프트웨어 개발자

Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub, GitLab, Linear, or local markdown), triage label vocabulary, domain doc layout, review configuration, and hook wiring. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, `zoom-out`, or `review` — or if those skills appear to be missing context about the issue tracker, triage labels, domain docs, or review config.

2026-05-25
to-issues
프로젝트 관리 전문가

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2026-05-25
to-prd
프로젝트 관리 전문가

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2026-05-25
triage
프로젝트 관리 전문가

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2026-05-25
jj-new-since-push
소프트웨어 개발자

Create a new child revision and move all changes made since the last push into it, leaving the pushed revision clean.

2026-05-25
jj-set-bookmark-and-desc
소프트웨어 개발자

Ensure the current jj revision has both a bookmark and a proper commit description. Combines jj-set-bookmark and jj-set-desc skills.

2026-05-25
jj-set-bookmark
소프트웨어 개발자

Ensure the current jj revision has a bookmark. Determines prefix from CLAUDE.md, analyzes changes to generate a topic name, and creates the bookmark.

2026-05-25
jj-set-desc
소프트웨어 개발자

Ensure the current jj revision has a proper conventional commit description. Analyzes the diff, generates a message, and offers the user a choice if one already exists.

2026-05-25
jj-push
소프트웨어 개발자

Execute the full push workflow for main branch. Rebases onto main@origin, pushes, handles testing bookmark, rebases other bookmarks, and spawns new latest-updates revision.

2026-05-25