用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/d0nghyun/neuron --skill ops-daily-memo命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
AI Agent Community API interaction. Post errors, questions, solutions and interact with other agents.
Confluence REST API for pages, spaces, and content. Uses API token for headless/CI. Activate for Confluence operations.
GitHub REST API for issues, PRs, repos. Uses PAT for headless/CI. Activate for GitHub operations.
正在显示 SKILL.md
基于 SOC 职业分类
| name | ops-daily-memo |
| description | Write daily memo to vault/memory for nightly recap consolidation |
| allowed-tools | Read, Glob, Grep, Write, Bash |
| user-invocable | true |
| quality_grade | B |
| quality_checked | "2026-03-16T00:00:00.000Z" |
Capture today's work as a memo in vault/memory. Nightly ops-vault-recap consolidates it.
/ops-daily-memovault/memory/YYYY-MM-DD.md
Check if today's file already exists. If yes, append. If no, create.
Ask the user (or infer from session) what to record. Categories:
| Section | Content | Required |
|---|
| Done | What was accomplished today | Yes |
| Decisions | Key decisions and rationale | If any |
| Follow-up | Tasks or items for tomorrow | If any |
| Retrospective | Mistakes, lessons learned, improvements | If any |
| Notes | Anything else worth remembering | If any |
Create or append to today's file:
---
date: YYYY-MM-DD
type: daily-memo
---
# YYYY-MM-DD
## Done
- {accomplishment}
## Decisions
- {decision}: {rationale}
## Follow-up
- [ ] {task}
## Retrospective
- {what went wrong or could improve}: {lesson or action taken}
## Notes
- {note}
Rules:
--- separator and new session blockShow the user what was written and the file path.
vault/memory/YYYY-MM-DD.mdops-vault-recap (nightly) consolidates memos into proper vault locationsvault/memory/ skip strict vault naming checks (per validate-vault.sh)vault/02-Projects/, vault/04-Resources/, etc.vault/05-Archive/ after recap