VerifiedGit
v1.0.0

1. Update local develop ref without switching branches (safe for concurrent sessions)

by @egregore-labs0 pulls
URLopenbooklet.com/s/1-update-local-develop-ref-without-switching-branches-safe-for-concurrent-sessions
Pinnedopenbooklet.com/s/1-update-local-develop-ref-without-switching-branches-safe-for-concurrent-sessions@1.0.0
APIGET /api/v1/skills/1-update-local-develop-ref-without-switching-branches-safe-for-concurrent-sessions

git fetch origin develop:develop --quiet

21 skills from this repoegregore-labs/egregore
1. Update local develop ref without switching branches (safe for concurrent sessions)viewing
{Chain Name}.claude/skills/archive/SKILL.md

**Date**: YYYY-MM-DD **Author**: {author} **Category**: pattern **Subtype**: prompt-chain **Topics**: {topic1}, {topic2} **Move types**: {type1}, {type2}, ...

{display_name}.claude/skills/onboarding/SKILL.md

GitHub: {github_username} Role: {role} Focus: (not yet collected) Work style: (not yet collected) Joined: {YYYY-MM-DD} EOF ```

/me — View or set your display name.claude/skills/me/SKILL.md

Show your profile or change how you're known across Egregore.

/summon — Design and Launch a Persistent Agent Process.claude/skills/summon/SKILL.md

Summon a spirit — a persistent agent that runs on a schedule or watches for conditions. Unlike `/loop` (dumb scheduler), `/summon` designs the process through adaptive questioning, produces a reviewable spec, then launches it.

3a: Fork upstream (idempotent — no-ops if fork exists).claude/skills/contribute/SKILL.md

gh repo fork "$UPSTREAM_REPO" --clone=false 2>/dev/null || true

Add collaborator to core repo.claude/skills/invite/SKILL.md

CORE=$(curl -s -o /dev/null -w "%{http_code}" -X PUT \ -H "Authorization: Bearer $GH_TOKEN" \ -H "Accept: application/vnd.github+json" \ "https://api.github.com/repos/$GITHUB_ORG/$REPO_NAME/collaborators/$USERNAME" \ -d "{\"permission\":\"push\"}")

After cloning, add to managed repos list.claude/skills/setup/SKILL.md

jq --arg repo "$REPO" '.repos += [$repo] | .repos |= unique' egregore.json > tmp.$$.json && mv tmp.$$.json egregore.json ```

Check if any staged/committed files touch site 2/.claude/skills/save/SKILL.md

git diff develop --name-only | grep '^site 2/' | head -1 ```

dark-mode.claude/skills/dark-mode/SKILL.md

Use when generating or modifying any visual output that renders in a browser or artifact viewer: HTML pages, CSS, React SSR components, Egregore artifacts, markdown renderers, web components, design-system tokens, Tailwind themes, or standalone demos. Triggers on requests involving dark mode, theme toggles, color systems, card surfaces, browser rendering, or visual polish. The load-bearing lesson: if React SSR emits an inline hex color through `style={}`, CSS dark-mode overrides cannot reach it, so every theme-sensitive color must be emitted as `var(--token)` rather than a resolved hex. Do not use for TUI output, plain markdown files, or non-visual code.

egregore-voice.claude/skills/egregore-voice/SKILL.md

Use when writing any external communication for Egregore — essays, launch posts, website copy, announcements, README prose, social content, or any text that represents Egregore to the world. Triggers on: 'write this for the site', 'draft the announcement', 'help me write this essay', 'landing page copy', 'external post', 'blog post', 'Archive Fever', 'write in my voice', or any task producing text that an outside reader will see. Do NOT use for internal docs, CLAUDE.md files, handoffs, code comments, or technical specs — those have their own conventions. This skill prevents vanilla AI slop and ensures all external output reflects the manuscriptic, architecturally precise, philosophically grounded voice of Egregore.

Ensure upstream remote exists (no-op if already there).claude/skills/update/SKILL.md

git remote add upstream https://github.com/egregore-labs/egregore.git 2>/dev/null || true

Exact match.claude/skills/view/SKILL.md

FILE="memory/quests/${name}.md"

Get the promotion payload.claude/skills/ingest-google/SKILL.md

bash bin/connector-google.sh promote <service> <id> ```

Handoff: [Topic].claude/skills/handoff/SKILL.md

**Date**: YYYY-MM-DD **Author**: [from git config user.name] **To**: [recipient, if specified] **Project**: [project name from context]

Interview Analysis: {Participant} — {Type} Interview.claude/skills/ingest-user-interview/SKILL.md

**Date**: YYYY-MM-DD **Participant**: {name} **Researcher**: {researcher} **Type**: {onboarding|feedback|research|exit} **Source**: {Granola (doc-id) | file path | pasted} **Emotional Arc**: {opening} → {closing} **Engagement**: {level}

Meeting Intelligence: {Title}.claude/skills/meeting/SKILL.md

**Date**: YYYY-MM-DD **Attendees**: {names} **Source**: Granola ({doc-id}) **Approach**: {description of analysis approach chosen} **Intent**: {what the user asked for} **Tone**: {tone description} | Alignment: {score}

Memory repo directory.claude/skills/sync-repos/SKILL.md

MEMORY_DIR=$(basename "$(jq -r '.memory_repo' egregore.json)" .git)

Multiplayer Claude Code — shared intelligence layer for organizations.claude/skills/test/SKILL.md
My recent sessions — capture output, don't display raw JSON.claude/skills/ask/SKILL.md

bash bin/graph.sh query "MATCH (s:Session)-[:BY]->(p:Person {name: '$me'}) RETURN s.topic AS topic, s.summary AS summary ORDER BY s.date DESC LIMIT 5"

Tutorial Journey: {Name}.claude/skills/tutorial/SKILL.md

**Date**: {YYYY-MM-DD} **Usage type**: {usage_type} **Duration**: Steps 1-4

Auto-indexed from egregore-labs/egregore

Are you the author? Claim this skill to take ownership and manage it.

Related Skills

@openbooklet

graceful-error-recovery

Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.

1.1K0
@openbooklet

audience-aware-communication

Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.

1.1K0
@openbooklet

Refactoring Expert

Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.

600
@openbooklet

Research Expert

Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.

600
@openbooklet

clarify-ambiguous-requests

Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.

1.1K0
@openbooklet

structured-step-by-step-reasoning

Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.

1.1K0