Add unified cross-source search and macOS desktop organizer skills - #2
Open
gpalagan wants to merge 3 commits into
Open
Add unified cross-source search and macOS desktop organizer skills#2gpalagan wants to merge 3 commits into
gpalagan wants to merge 3 commits into
Conversation
Proposal + two Cowork skills for indexing/searching across sources and safely organizing local files. - docs/unified-search-and-organization/PROPOSAL.md: master design covering the connector contract, normalized loom.doc.v1 record, hybrid BM25+dense ranking with live citations, local-first privacy model, and a phased rollout that maps onto the M365/Slack/Calendar tools already available. - skills/unified-search: read-only skill that fans out across email, chat, cloud docs, calendar and local files, dedupes by content hash, and returns ranked, cited results. Bundles architecture, connector map, and the loom.doc.v1 JSON schema. - skills/desktop-organizer: scan -> classify -> propose -> confirm -> execute -> report pipeline with a mandatory dry-run, undo manifest, never-delete quarantine, protected-path skipping, and an optional user-defined directory hierarchy. Includes a runnable reference implementation (organize.py) and an example config. Both skills follow the house skills/<name>/SKILL.md convention and reuse the existing MCP tool-loading model; the organizer script uses only stdlib + pyyaml (already a dependency). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WcZuofEEnVYEhZzKk4XAjm
Convert the three open questions into confirmed decisions: local-first embeddings, copy-tree organizer destination, and Phase-0 sources first. These already match what the shipped skills and organize.py implement. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WcZuofEEnVYEhZzKk4XAjm
Replace with Notion/Linear in the user-extensible-source examples. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WcZuofEEnVYEhZzKk4XAjm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposal + two Cowork skills for indexing/searching across sources and
safely organizing local files.
docs/unified-search-and-organization/PROPOSAL.md: master design covering
the connector contract, normalized loom.doc.v1 record, hybrid BM25+dense
ranking with live citations, local-first privacy model, and a phased
rollout that maps onto the M365/Slack/Calendar tools already available.
skills/unified-search: read-only skill that fans out across email, chat,
cloud docs, calendar and local files, dedupes by content hash, and returns
ranked, cited results. Bundles architecture, connector map, and the
loom.doc.v1 JSON schema.
skills/desktop-organizer: scan -> classify -> propose -> confirm ->
execute -> report pipeline with a mandatory dry-run, undo manifest,
never-delete quarantine, protected-path skipping, and an optional
user-defined directory hierarchy. Includes a runnable reference
implementation (organize.py) and an example config.
Both skills follow the house skills//SKILL.md convention and reuse the
existing MCP tool-loading model; the organizer script uses only stdlib +
pyyaml (already a dependency).
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01WcZuofEEnVYEhZzKk4XAjm