Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
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개 표시
모든 저장소를 표시했습니다
rockywuest Agent Skills | SkillsMP