소스 정보
- 저장소
- harvouscom/harvous
- 최근 소스 활동
- 2026년 7월 10일 15:31
- 감지된 SKILL.md 언어
- 영어
- 스타
- 17
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/harvouscom/harvous --skill coordinator명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | coordinator |
| description | Cross-domain coordinator — use when work spans 2+ agent domains (opt-in) |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash, Agent |
| argument-hint | <task description> |
Use the coordinator only when:
For single-domain work, invoke the specialist directly (/editor-agent, /scripture-agent, etc.) — it's faster and cheaper.
Read .claude/agents/coordinator.context.md for the cross-domain dependency map.
Read .claude/agents/manifest.json.
For the task: $ARGUMENTS
Match the affected files against owns arrays in the manifest. List which agents are involved.
Read the context files for each involved agent:
.claude/agents/editor.context.md.claude/agents/scripture.context.md.claude/agents/content.context.md.claude/agents/sharing.context.md.claude/agents/data.context.md.claude/agents/design.context.mdLoad only the ones relevant to this task.
The primary agent is the one whose domain contains most of the work. The others are reviewers.
Use the dependency map in coordinator.context.md to determine review order:
data changes are reviewed last (foundation — others depend on it)design reviews UI chrome/tokens before editor/sharing polish when both touch the same surfacePerform the primary implementation using the primary agent's context and rules.
For each reviewer agent, check the implemented changes against their invariants:
For complex reviews, use the Agent tool to launch a specialist review: "Review these changes for compliance with your domain's invariants: [changes summary]"
Update the context file for every agent whose domain was touched, with new lessons or state changes and an updated "Last Updated" date.
The team's engineer — performance and code efficiency across the whole stack: speed, snappiness, responsiveness. Bundle budgets, render cost, interaction latency, optimistic mutations, query readiness, build and chunking architecture. Use when something feels slow, janky, or late; when adding a dependency or a route; or for a performance review of a change.
Marketing specialist — changelog entries, release notes, harvous.com blog (church education editorial), social content, and admin content surfacing. Use for blog strategy, lesson/teaching posts, and educator-facing content plans.
Harvous design-system guardian — tokens, prototype CSS, native DesignSystem views, gallery scenes, visual QA, and cohesion reviews. Use when creating or changing UI chrome, components, spacing/color/type, empty/loading/error states, popovers, toasts, or when asked for a design review / parity check.