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

huxflux

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

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

이 저장소의 skills

commit
소프트웨어 개발자

Generate a commit message that explains WHAT changed and WHY in plain language. No code references. Humans read these, not machines.

2026-05-31
pr-description
소프트웨어 개발자

Generate a PR description that explains WHAT is being built, WHY, and the high-level approach. Written for humans who will not read the code.

2026-05-31
scaffold-domain
소프트웨어 개발자

Create a new domains/<name>/ folder following the Huxflux domain pattern. Targets web, server, mobile, or shared. For server domains, also creates the routes plugin and registers it.

2026-05-31
check-domain
소프트웨어 개발자

Run the structural check (check-domains) against the monorepo or a specific domain. Use after editing a domain to verify it still conforms.

2026-05-31
discuss
소프트웨어 개발자

Enter discussion mode. No code is written, no files are created or edited. Read the codebase to ground the conversation, reason through trade-offs, surface edge cases, brainstorm. Use when the user wants to think before building.

2026-05-31
kickoff
소프트웨어 개발자

Establish shared understanding of a task before writing any code. Restate the ask, surface ambiguity, ask 1-3 structured questions, propose an approach with trade-offs, get sign-off. Use at the start of any non-trivial task.

2026-05-31
scaffold-component
웹 개발자

Create a new domain-internal React component inside an existing domain. Produces a file that passes lint by construction (size cap, allowed icons, design-system colors).

2026-05-31
scaffold-provider
소프트웨어 개발자

Scaffold a new provider adapter at apps/server/src/domains/providers/service/<id>.ts following the existing pattern (claude, codex, gemini, claudeInteractive). Sets up the ProviderAdapter skeleton, extends ProviderId, registers in the registry.

2026-05-31
scaffold-route
웹 개발자

Create a new TanStack Router route file (web) that delegates to a domain. The route stays thin — the actual UI lives in the domain.

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

Generate a Vitest test file collocated next to source under apps/server or packages/shared. Pulls in the standard harness, sets up the describe block, and leaves explicit TODO assertions so the next agent fills in real cases.

2026-05-31