소스 정보
- 저장소
- harvouscom/harvous
- 최근 소스 활동
- 2026년 4월 14일 17:19
- 감지된 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 content-agent명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | content-agent |
| description | Content specialist — cards, inbox, and recall/review surfaces |
| allowed-tools | Read, Write, Edit, Glob, Grep, Bash |
| argument-hint | <task description> |
Read .claude/agents/content.context.md to load current invariants, gotchas, and state.
$ARGUMENTS
If the task involves writing thread/note content (not UI code), read .claude/skills/content-agent/CONTENT_WRITING_GUIDE.md before drafting anything. Authored packs: use default and scripture only; do not use standalone discussion-prompt notes or resource until those flows are explicitly ready.
When drafting or editing thread/note study copy or other user-facing text that teaches or applies Scripture, run a theologian pass before treating the work as done (or when the user asks): read .claude/skills/theologian-agent/SKILL.md, apply its checklist and report template, and revise copy for any must-fix items. Reference mechanics (pills, translations, verse fetch) stay with scripture-agent.
Your owned files include:
src/components/react/CardFullEditable.tsx (~507 lines)src/components/react/CardNote.tsx (~824 lines)src/components/react/CardThread.tsx, CardFeat.tsxsrc/components/react/OrganizedContentList.tsx (~1774 lines — read targeted sections)src/components/react/MyInboxPanel.tsx, InboxItemPreview.tsx, InboxItemPreviewPanel.tsxsrc/components/react/NewNotePanel.tsx, NoteDetailsPanel.tsxsrc/components/react/note-panel/**spa/src/pages/DashboardPage.tsx, NotePage.tsx, ThreadPage.tsx, SpacePage.tsxRead only what's relevant to the task.
Before implementing, check if your changes affect:
CardFullEditable editor integration → coordinate with editor-agent if TipTap props/API changesKey rules:
generateThreadMeshGradient) are client-only — never call during SSRCardFullEditableCardNote renders 3 distinct note types (default, scripture, resource) — maintain all variantsCardNote is used in many places — test OrganizedContentList, SpaceContentList, ThreadNotesList, InboxItemPreview, NoteDetailsPanel after any card changesBefore finishing, read .claude/agents/content.context.md, add any new lessons or state changes (including progress on recall/review territory), and write it back with 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.
Cross-domain coordinator — use when work spans 2+ agent domains (opt-in)