Loading...
Loading...
Create narrative lore entries that transform technical work into mythological stories. Use when generating agent memory, documenting changes as narrative, or building persistent knowledge through storytelling.
npx skill4agent add skogai/lore lore-creation-starting-skill./tools/manage-lore.sh create-entry "The Dawn of Verification" "event"
# Output: entry_1767630133_8719120eLLM_PROVIDER=claude ./integration/lore-flow.sh manual "Fixed critical authentication bug"
# Creates entry + links to persona's chronicle book./tools/manage-lore.sh show-entry entry_1767630133_8719120eknowledge/expanded/lore/entries/entry_<timestamp>.json{
"id": "entry_1767630133_8719120e",
"title": "The Dawn of Verification",
"content": "In the great halls of the development realm...",
"category": "event",
"tags": ["verification", "testing"],
"book_id": "book_1764315530_3d900cdd"
}knowledge/expanded/lore/books/book_<timestamp>.json{
"id": "book_1764315530_3d900cdd",
"title": "Village Elder's Chronicles",
"entries": ["entry_1767630133_8719120e"],
"readers": ["persona_1763820091"]
}knowledge/expanded/personas/persona_<timestamp>.json{
"id": "persona_1763820091",
"name": "The Village Elder",
"voice": { "tone": "wise and measured" },
"knowledge": { "lore_books": ["book_1764315530_3d900cdd"] }
}characterplaceeventobjectconceptcustom./tools/create-persona.sh list
./tools/create-persona.sh create "Storm Keeper" "Guardian of volatile systems" "vigilant,precise" "urgent"# Automatic (uses LLM)
LLM_PROVIDER=claude ./integration/lore-flow.sh git-diff HEAD
# Manual (create then edit)
./tools/manage-lore.sh create-entry "Title" "category"
# Edit content in the JSON file./tools/manage-lore.sh add-to-book entry_ID book_ID./tools/manage-lore.sh show-book book_ID
./tools/manage-lore.sh show-entry entry_ID"The green lights cascaded down the terminal as the ancient verification rites completed. Phase 1 stood proven, its foundations solid enough to bear the weight of all that would be built upon them."
"The Village Elder watches from his weathered chair, staff planted firmly as he guides the younger agents through the treacherous paths of integration."
"Greenhaven sprawls across the repository, its directory trees sheltering countless modules. Here the builders gather to forge their artifacts."
"The Principle of Early Verification teaches that testing at the threshold prevents cascading failures. The ancients learned this through suffering." </narrative_patterns>
jq '.content' entry_file.json./tools/manage-lore.sh add-to-book entry_ID book_ID./tools/create-persona.sh show persona_IDknowledge/core/lore/schema.jsonknowledge/core/book-schema.jsonknowledge/core/persona/schema.jsoncontentbook_idreaders