用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MykolaPinchuk/QAMAS --skill handoff命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Create a safe checkpoint git commit on the current branch (avoid runtime artifacts and secrets).
Deterministic onboarding for this repo (read minimal index files first, then bounded discovery).
Run QAMAS CLI (`qamas ask`) on the user's question and return exact stdout.
正在显示 SKILL.md
基于 SOC 职业分类
| name | handoff |
| description | Prepare handoff: update HANDOFF/REPO_MAP, rotate logs, and create a safe handoff git commit. |
When invoked, do this in order.
A) Documentation and state (must do)
HANDOFF.md:REPO_MAP.md only if needed:.gitignore stays strict for runtime artifacts and secrets.B) Log rotation (must do)
agent_logs/YYYY-MM-DD_agentNN.md, where NN is 00, 01, 02, ... chosen as the next unused number for today.agent_logs/current.md -> that filename.agent_logs/INDEX.md:- YYYY-MM-DD_agentNN.md — <short summary> (optional: commit <hash>)agent_logs/current.md.C) Safe handoff commit (must do, unless safety checks fail) Before committing, always show:
git statusgit diff --statNever commit runtime artifacts, caches, or secrets (see .gitignore).
Commit message:
agentNN: handoff(<area>): <short description>agentNN from agent_logs/current.md (field id:). If missing, stop and ask the human.<area> from: workflow, docs, core, browse, persist, ci, misc.