alivesearch-world

Featured

The human needs something that exists somewhere in the world but they don't know where. A decision, a person, a file, a reference — it's been captured, they just can't find it. Searches decisions, people, files, references, insights, and log history across all walnuts in priority order.

AI & Automation 127 stars 8 forks Updated today MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Find Search across the world. One verb for all retrieval. --- ## How It Searches Priority order — fastest and highest signal first: ### 1. Frontmatter Scan (fast, structured) Scan `_kernel/key.md` across all walnuts. Matches on: type, goal, people names, tags, links, reference descriptions. ### 2. Insights Search (standing knowledge) Scan `_kernel/insights.md` across relevant walnuts. Domain knowledge that persists — "Nova Station test windows are Tue-Thu only." ### 3. Log Search (decisions, history) Search `_kernel/log.md` entries. Signed decisions, session summaries, what happened when. Frontmatter first (last-entry, summary), then entry bodies. ### 4. Task Search (work queue) Search tasks across all walnuts using `tasks.py list` with the `--world` and `--search` flags: ```bash python3 "$ALIVE_PLUGIN_ROOT/scripts/tasks.py" list --world "$WORLD_ROOT" --search "{query}" ``` Returns JSON with tasks matching the query across all walnuts. Each result includes a `walnut` field for attribution. Combine with `--status`, `--priority`, `--assignee`, `--tag` for narrower results. ### 5. Working File Search (drafts) Scan `*/` across walnuts (bundles are flat in walnut root). Find drafts by name, version, age, squirrel attribution. ### 6. Bundle Manifest Search (captured content metadata) Search `*/context.manifest.yaml` files across walnuts (bundles are flat in walnut root). Match on frontmatter: type, date, source, participants, subject. ### 7. Raw Reference Search (exp...

Details

Author
alivecontext
Repository
alivecontext/alive
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category