Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

mandragora

mandragora에는 mvrozanti에서 수집한 skills 6개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
6
Stars
5
업데이트
2026-07-12
Forks
1
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

hotkeys
소프트웨어 개발자

Use when adding, changing, looking up, or auditing keybindings/hotkeys/shortcuts across the mandragora repo. Loads the cross-program inventory and the user's existing binding "language" (modifier conventions, key families, shared prefixes) before proposing changes. Triggers on "bind X to Y", "what does <key> do", "find a free key for Z", conflict checks, hotkey audits, or any edit to hyprland/aerc/nvim/zsh/tmux/yazi/mpv/waybar bindings.

2026-07-12
gpu-lock
소프트웨어 개발자

Use when about to launch any GPU/CUDA/PyTorch/Ollama workload, when wrapping a program that uses an LLM or image generator, when handling GPU coordination on Mandragora, or when working with the bots (im-gen, llm-via-telegram, crush, MCP server). Loads the full Mandragora gpu-lock contract — non-blocking respect-the-holder protocol, CLI verbs, library API, VRAM cleanup discipline, hard rules.

2026-06-27
handoff
소프트웨어 개발자

Use when the user wants to pass current task context to another AI agent (Gemini, Qwen, etc.) so they can continue mid-thought. Writes a structured baton-pass to ~/.ai-shared/handoffs/. Triggered explicitly via /handoff [to].

2026-05-30
nrp
소프트웨어 개발자

Use when /etc/nixos/mandragora has uncommitted changes that span multiple unrelated topics and the user wants each topic committed separately. Walks the diff, groups hunks by concern, and commits each group as its own commit.

2026-05-27
nb-vault-sync
소프트웨어 개발자

Use when the user wants to refresh Open Notebook (nb.mvr.ac) with the current state of the mandragora-desktop obsidian vault. Runs the `nb-vault-sync` CLI, which idempotently diffs `~/Documents/mandragora-desktop-obsidian-vault/` against the `vault` notebook in Open Notebook and POST/DELETEs sources to match. Manual trigger only — never auto-run on edits, never embed (LLM cost) unless the user asks. Trigger phrases: "sync vault to nb", "refresh open-notebook", "update notebook from vault", "/nb-sync".

2026-05-27
pickup
일반 사무원

Use when the user wants to resume work from a handoff written by another agent. Reads the latest open handoff addressed to Claude from ~/.ai-shared/handoffs/ and continues from there. Triggered explicitly via /pickup.

2026-04-27