ops-vault-recap — for Claude Code ops-vault-recap, neuron, community, for Claude Code, ide skills, Activate, Scheduled, nightly, CRON.md, intensive

v1.0.0

이 스킬 정보

통일된 노트 조직화와 금고 구조 무결성 검증이 필요한 지식 관리 에이전트에게 적합합니다. 현지화된 요약: Identify entries that should be promoted to vault sections: Content Type Destinat This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Scheduled nightly via CRON.md
User runs /ops-vault-recap
After intensive work sessions
Consolidate scattered session notes into proper vault locations
Validate vault structure integrity

# 핵심 주제

d0nghyun d0nghyun
[1]
[0]
업데이트: 3/16/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

통일된 노트 조직화와 금고 구조 무결성 검증이 필요한 지식 관리 에이전트에게 적합합니다. 현지화된 요약: Identify entries that should be promoted to vault sections: Content Type Destinat This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

에이전트가 분산된 세션 노트를 적절한 금고 위치로 통합하고, 금고 구조의 무결성을 검증하며, CRON.md 스케줄링과 Glob 파일 스캔을 사용하여 구조 위반을 보고하고 수정하는 기능을 제공합니다.

최적의 용도

통일된 노트 조직화와 금고 구조 무결성 검증이 필요한 지식 관리 에이전트에게 적합합니다.

실행 가능한 사용 사례 for ops-vault-recap

세션 노트를 통일된 금고 구조로 통합하는 것
집중적인 작업 세션 후에 금고 구조의 무결성을 검증하는 것
CRON.md를 사용하여 밤에 금고의 회고와 구조 검증을 자동화하는 것

! 보안 및 제한 사항

  • Glob 파일 스캔 기능이 필요합니다
  • 마크다운 파일 형식(.md)만으로 제한됩니다
  • 금고/메모리 디렉토리에 대한 액세스가 필요합니다

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs 데모

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ 및 설치 단계

These questions and steps mirror the structured data on this page for better search understanding.

? 자주 묻는 질문

ops-vault-recap은 무엇인가요?

통일된 노트 조직화와 금고 구조 무결성 검증이 필요한 지식 관리 에이전트에게 적합합니다. 현지화된 요약: Identify entries that should be promoted to vault sections: Content Type Destinat This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

ops-vault-recap은 어떻게 설치하나요?

다음 명령을 실행하세요: npx killer-skills add d0nghyun/neuron. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.

ops-vault-recap은 어디에 쓰이나요?

주요 활용 사례는 다음과 같습니다: 세션 노트를 통일된 금고 구조로 통합하는 것, 집중적인 작업 세션 후에 금고 구조의 무결성을 검증하는 것, CRON.md를 사용하여 밤에 금고의 회고와 구조 검증을 자동화하는 것.

ops-vault-recap 와 호환되는 IDE는 무엇인가요?

이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.

ops-vault-recap에 제한 사항이 있나요?

Glob 파일 스캔 기능이 필요합니다. 마크다운 파일 형식(.md)만으로 제한됩니다. 금고/메모리 디렉토리에 대한 액세스가 필요합니다.

이 스킬 설치 방법

  1. 1. 터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2. 설치 명령 실행

    npx killer-skills add d0nghyun/neuron 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3. 스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 ops-vault-recap을 바로 사용할 수 있습니다.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

ops-vault-recap

현지화된 요약: Identify entries that should be promoted to vault sections: Content Type Destinat This AI agent skill supports Claude Code, Cursor, and Windsurf

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Vault Recap

When to Activate

  • Scheduled nightly via CRON.md
  • User runs /ops-vault-recap
  • After intensive work sessions

Purpose

  1. Consolidate scattered session notes into proper vault locations
  2. Validate vault structure integrity
  3. Report and fix structural violations

Steps

Step 1: Scan Session Memory

bash
1Glob vault/memory/**/*.md # All session notes

Read each file. Identify entries that should be promoted to vault sections:

Content TypeDestination
Project decisionsvault/02-Projects/{project}/
Lessons learnedvault/02-Projects/{project}/learn-*.yaml
General referencevault/04-Resources/
Completed/stale notesvault/05-Archive/

Step 2: Recap & Consolidate

For each promotable entry:

  1. Extract key information (decisions, insights, references)
  2. Check if destination file already exists (append vs create)
  3. Write to proper vault location following pattern-knowledge.md format
  4. Respect vault naming: ###-name.md with frontmatter (name, type)

Step 3: Validate Structure

Run structural checks on all vault files:

CheckRuleSource
DepthMax 3 levelsRULES.md
L1 prefix##-name/validate-vault.sh
L2 prefix###-name/validate-vault.sh
File naming###-name.mdvalidate-vault.sh
Frontmatter--- with name:, type:validate-vault.sh

Step 4: Fix Structural Issues

Auto-fixable (safe):

  • Missing frontmatter → add with inferred name and type
  • Wrong file prefix → rename to match ###- pattern

Report only (needs user):

  • Depth violations (moving files changes references)
  • Duplicate content across locations
  • Orphaned files with no clear destination

Step 5: Clean Stale Memory

Session notes older than 7 days that have been fully recapped:

  • Move to vault/05-Archive/ (not delete)
  • Log what was archived

Step 6: Generate Report

yaml
1vault_recap: 2 timestamp: "{ISO date}" 3 memory_scanned: {count} 4 promoted: {count} 5 structure_checks: 6 total: {count} 7 passed: {count} 8 auto_fixed: {count} 9 needs_user: {count} 10 archived: {count} 11 issues: 12 - type: "{structural | duplicate | orphan}" 13 path: "{file path}" 14 detail: "{description}" 15 action: "{fixed | needs_user}"

Notes

  • Never deletes vault files (archive instead)
  • Respects validate-vault.sh rules as source of truth
  • Memory files under vault/memory/ skip strict naming checks (per hook)
  • Idempotent: recapping already-promoted content is a no-op

관련 스킬

Looking for an alternative to ops-vault-recap or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자