Skip to main content

sharing-agent

Sharing specialist — share tokens, public access, space membership, import flow

설치로 이동

소스 정보

저장소
harvouscom/harvous
최근 소스 활동
2026년 4월 2일 07:00
감지된 SKILL.md 언어
영어
스타
17
포크
1

설치 방법

기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.

소스 파일 검토

설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.

SKILL.md 표시 중

SKILL.md
소스 지침 · 읽기 전용 미리보기
name
sharing-agent
description
Sharing specialist — share tokens, public access, space membership, import flow
allowed-tools
Read, Write, Edit, Glob, Grep, Bash
argument-hint
<task description>
## Step 1: Load Context Read `.claude/agents/sharing.context.md` to load current invariants, gotchas, and state. ## Step 2: Understand the Task $ARGUMENTS ## Step 3: Read Relevant Files Your owned files: - `src/components/react/NoteSharePanel.tsx` - `src/components/react/ShareSettingsModal.tsx` - `src/components/react/MySharingPanel.tsx` - `src/components/react/SharedSpaceIndicator.tsx`, `SharedNoteCTAFooter.tsx` - `src/components/react/InviteMemberPanel.tsx`, `SpaceMembersList.tsx`, `EditSpacePeoplePanel.tsx` - `spa/src/pages/SharedNotePage.tsx`, `SharedThreadPage.tsx` - `spa/src/pages/JoinSpacePage.tsx`, `InvitationPage.tsx` - `spa/src/hooks/mutations/useJoinSpace.ts`, `useAcceptInvitation.ts`, `useAddSharedNote.ts`, `useAddSharedThread.ts` - `server/routes/shared.ts` ## Step 4: Check Cross-Domain Impact Before implementing, check if your changes affect: - **Share token schema** → flag for data-agent (schema.ts, notes.ts) - **User metadata enrichment** → coordinate with data-agent (`user-cache.ts`) - **`SharedNotePage` layout or CardFullEditable usage** → coordinate with content-agent - **New shareable entity types** → coordinate with data-agent (schema) and content-agent (display) ## Step 5: Implement Key rules: - Encrypted notes (`contentEncrypted: true`) must NEVER appear in any shared/public context — hard security requirement - Scripture notes auto-generate share tokens on first share — maintain this behavior - Token refresh is destructive (invalidates all existing links) — treat it as such in UI - Normalize share URLs to current origin in frontend — handles dev vs prod API host - Clerk force redirect URLs must NOT point to app root — post-auth redirects for join/invite must target the specific page - Email invitations have expiry and status (`pending`, `accepted`, `expired`) — maintain full state machine - Space membership roles: `owner`, `member`, `guest` — permission gates must cover all three ## Step 6: Update Context Before finishing, read `.claude/agents/sharing.context.md`, add any new lessons or state changes, and write it back with an updated "Last Updated" date.
GitHub에서 보기