alive-search
FeaturedSearch across all walnuts -- decisions, people, files, references, insights, log history
AI & Automation 127 stars
8 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Search World
Find something that exists somewhere in the world.
## Search Priority
1. **Decisions** -- search `_kernel/log.md` across all walnuts
2. **People** -- search `02_Life/people/` walnut names and key.md
3. **Files** -- search filenames and bundle manifests
4. **Insights** -- search `_kernel/insights.md` across all walnuts
5. **Identities** -- search `_kernel/key.md` across all walnuts
## Method
Use terminal to search:
```bash
# Search logs
grep -rl "[query]" "$ALIVE_WORLD_ROOT"/*/_kernel/log.md "$ALIVE_WORLD_ROOT"/*/*/_kernel/log.md 2>/dev/null
# Search insights
grep -rl "[query]" "$ALIVE_WORLD_ROOT"/*/_kernel/insights.md "$ALIVE_WORLD_ROOT"/*/*/_kernel/insights.md 2>/dev/null
# Search people
grep -rl "[query]" "$ALIVE_WORLD_ROOT"/02_Life/people/*/_kernel/key.md 2>/dev/null
# Search bundle manifests
grep -rl "[query]" "$ALIVE_WORLD_ROOT"/*/context.manifest.yaml "$ALIVE_WORLD_ROOT"/*/*/context.manifest.yaml 2>/dev/null
```
## Display Results
```
Found [N] matches for "[query]":
Logs:
[walnut] -- [matching snippet with date]
[walnut] -- [matching snippet with date]
People:
[[person-name]] -- [role, last updated]
Insights:
[walnut] -- [matching section]
Load any of these?
1. [walnut name]
2. [[person name]]
3. Search again with different terms
```
## Skip Archive
Exclude 01_Archive from results by default. Mention if matches exist there: "Also found in archive: [walnut]".
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
AI & Automation Featured
alivesearch-world
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.
127 Updated today
alivecontext AI & Automation Featured
alive-history
Search past sessions -- what happened, when, and why. Filters by walnut, topic, person, or timeframe
127 Updated today
alivecontext AI & Automation Featured
alive-world
Dashboard of all walnuts -- grouped by ALIVE domain, health signals, what needs attention
127 Updated today
alivecontext