Skip to main content
在 Manus 中运行任何 Skill
一键导入
rockywuest
GitHub 创作者资料

rockywuest

按仓库查看 3 个 GitHub 仓库中的 6 个已收集 skills。

已收集 skills
6
仓库
3
更新
2026-04-25
仓库浏览

仓库与代表性 skills

auto-checkpoint
软件开发工程师

Injects last operational state into every agent session and creates backups before context compaction. Reads a checkpoint file (e.g. state/current.md) and injects it as context so the agent always knows where it left off. Warns when the checkpoint is stale. Use when building persistent agents that need continuity across sessions, context compactions, or restarts.

2026-03-30
memory-qdrant
软件开发工程师

Semantic memory recall for AI agents using a local Qdrant vector database. Searches past conversations, matches keywords against a facts file, and routes queries to relevant knowledge files. Use when building agents that need long-term memory, fact verification, or domain-specific knowledge retrieval — all without sending data to the cloud.

2026-03-30
nox-auto-capture
软件开发工程师

Automatically captures corrections, decisions, facts, and lessons from agent conversations and stores them in a local Qdrant vector database. Filters system noise with 30+ skip patterns, deduplicates via SHA256, and only captures user messages. Use when building agents that should learn from conversations without manual memory management.

2026-03-30
nox-preference-learner
软件开发工程师

Train your agent by talking. Detects approval/disapproval signals in conversations and builds a behavioral preference database. Injects learned preferences into agent context before each response. RLHF-lite without model fine-tuning — the agent adapts its behavior based on accumulated human feedback patterns.

2026-03-30
已展示 3 / 3 个仓库
已展示全部仓库