Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

FlashMemory

FlashMemory 收录了来自 ZetaZeroHub 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
3
更新
2026-05-06
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

game-theory-debate
软件开发工程师

Run a multi-agent debate around contested memories. Multiple agents argue for/against a memory claim, then vote to determine its final social status. This is the "game theory enhances collective memory" engine — consensus emerges through structured argumentation, not just majority counting.

2026-05-06
memory-augmented-reply
软件开发工程师

Before generating an AI reply, recall relevant memories from DeepMemory and search related code from FlashMemory, then inject both as augmented context. This is the memory-enhanced RAG pipeline — combining symbolic recall with vector search for richer, history-aware responses.

2026-05-06
memory-evolution-cycle
软件开发工程师

Run a periodic memory evolution cycle: decay stale observations, deprecate low-confidence memories, and prune excess per object. Call every 10 turns or on a daily schedule to keep the memory store healthy and relevant.

2026-05-06
symbolism-extract
软件开发工程师

Extract symbolic order from conversations: identify key concepts as Signs, anchor them to ObjectRefs, and record interpretant claims via DeepMemory MCP. This is the "semiotics deconstructs semantics" engine — it turns natural language into structured, contestable memory units instead of opaque vectors.

2026-05-06
user-feedback-handler
软件开发工程师

Process user feedback on AI memories: agreement promotes status, disagreement deletes, refinement revises claims. Translates natural user reactions into DeepMemory governance operations.

2026-05-06
flashmemory-core
软件开发工程师

FlashMemory CLI for cross-language code analysis and semantic search. Use this skill when you need to understand project architecture, locate implementations, or index large codebases using natural language queries. Make sure to use this skill whenever the user asks about the codebase structure, finding code, or searching files.

2026-04-12
flashmemory-index
软件开发工程师

Build and maintain semantic vector indexes for large codebases using FlashMemory. Use this skill whenever you need to index a new project, re-index after making code changes, perform incremental file updates, or switch between vector engine backends. Make sure to use this whenever you modify code or pull new changes so the semantic search index stays up-to-date.

2026-04-12
flashmemory-query
软件开发工程师

Search the codebase using FlashMemory semantic queries to find implementations, understand architecture, and navigate unfamiliar code without knowing exact filenames. Use this skill whenever the user asks to find specific code, locate a function's implementation, understand how something works, or when you need to research a codebase that is too large to read entirely.

2026-04-12