بنقرة واحدة
alive-search
Search across all walnuts -- decisions, people, files, references, insights, log history
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Search across all walnuts -- decisions, people, files, references, insights, log history
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Morning briefing -- read all walnut states, surface priorities, inbox count, stale walnuts, people nudges
Morning operating system -- sync inputs, read everything, surface priorities, show the day
Load an ALIVE walnut -- read kernel files, show current state, surface one observation, ask what to work on
Checkpoint -- route stash items, write log entry, update bundle, trigger projection, reset stash
Something new is emerging. A venture, an experiment, a person entering the orbit, a life area getting serious. It needs its own walnut — its own identity, history, and future. Scaffolds the full structure, maps existing context sources, and optionally migrates files across.
Generate a believable, lived-in ALIVE world from a free-text persona description (custom path) or a deterministic sandbox preset. Routes the create/list/activate/deactivate/delete/status surface and orchestrates the 5-stage subagent generation pipeline.
| name | alive-search |
| description | Search across all walnuts -- decisions, people, files, references, insights, log history |
| version | 1.0.0 |
| author | ALIVE Context System |
| license | MIT |
| toolsets | ["terminal","file"] |
| triggers | ["find","search for","where did","when did","who said"] |
| metadata | {"hermes":{"tags":["ALIVE","context","search"]}} |
Find something that exists somewhere in the world.
_kernel/log.md across all walnuts02_Life/people/ walnut names and key.md_kernel/insights.md across all walnuts_kernel/key.md across all walnutsUse terminal to search:
# 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
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
Exclude 01_Archive from results by default. Mention if matches exist there: "Also found in archive: [walnut]".