一键导入
journal-search
files/memory/journal.md에서 여러 키워드 조합으로 과거 사건을 BM25 검색으로 회수한다. 단순 read 또는 고유명사 1개 grep이 아닌, 관계·감정·테마 기반 복합 회수에서 활성화한다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
files/memory/journal.md에서 여러 키워드 조합으로 과거 사건을 BM25 검색으로 회수한다. 단순 read 또는 고유명사 1개 grep이 아닌, 관계·감정·테마 기반 복합 회수에서 활성화한다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Compact the current conversation into a handoff document for another agent to pick up.
Audit and refine ADRs in docs/adr/ using the deep-module framing — a good ADR is a deep module of decision, not a dump of discussion. Use when reviewing ADRs produced by grill-with-docs, when an ADR feels meeting-notes-shaped or bloated, or when the user wants to tighten a decision record before merging.
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.
Set up and use portless for named local dev server URLs (e.g. https://myapp.localhost instead of http://localhost:3000). Use when integrating portless into a project, configuring dev server names, setting up the local proxy, working with .localhost domains, or troubleshooting port/proxy issues.
Monorepo 의존성을 최신 버전으로 업데이트. Changelog 분석, 리스크 평가, 검증까지 포함.
基于 SOC 职业分类
| name | journal-search |
| description | files/memory/journal.md에서 여러 키워드 조합으로 과거 사건을 BM25 검색으로 회수한다. 단순 read 또는 고유명사 1개 grep이 아닌, 관계·감정·테마 기반 복합 회수에서 활성화한다. |
| metadata | {"author":"agentchan","version":"1.0"} |
files/memory/journal.md에서 과거 사건을 회수하는 검색 도구. 저널이 수백 항목으로 자란 연재형 RP에서 관련 사건만 선별적으로 불러오기 위해 사용한다.
활성화:
활성화하지 않음:
read files/memory/journal.mdgrep -n "마렉" files/memory/journal.md가 더 빠르다script: bun skills/journal-search/assets/search.ts "엘라라 인정 마렉"
동작:
files/memory/journal.md가 스크립트에서 보이는 경로다)files/memory/.journal-index.db (hidden sidecar)에 FTS5+BM25 인덱스 생성[BM25점수] 파일:줄범위 + snippet. top-8옵션:
--rebuild: 인덱스 강제 재빌드 (스키마 변경 또는 오염 복구)한국어 키워드 팁:
인덱스 빌드 전이거나 고유명사 1개의 모든 등장 위치만 필요할 때:
grep -n "마렉" files/memory/journal.md
read offset/limit로 보충한다