원클릭으로
reference
Add, search, or enrich entries in the personal reference library
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Add, search, or enrich entries in the personal reference library
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Review all pending changes against repo conventions before committing
Mark files as human-reviewed with specific validation types
Harvest and locally merge changes from a paude container session. Use when pulling agent work from paude, running paude harvest, merging session commits, importing submodule changes from a container, or fixing failed harvest/submodule fetch.
Start a paude container session for fire-and-forget agent work. Use when creating a paude session, delegating a task to paude, running work in an isolated container, setting up a paude worktree, or launching pi/claude/gemini in podman.
Write a task spec file for a paude container agent. Use when delegating work to paude, preparing a paude prompt-file, writing fire-and-forget agent tasks, or scoping submodule work for harvest.
Diagnose a running or stalled paude container session. Use when paude seems stuck, harvest returned empty, checking paude status, debugging 403 proxy blocks, or deciding wait vs harvest vs reset.
| name | reference |
| description | Add, search, or enrich entries in the personal reference library |
| argument-hint | [add <title> | search <term> | enrich <entry> | list] |
| allowed-tools | Read Write StrReplace Shell Glob Grep WebSearch WebFetch |
| metadata | {"claude-tools":["Read","Write","Write","Bash","Glob","Grep","WebSearch","WebFetch"]} |
list (default)library/README.md for enriched entrieslibrary/catalog.md for the full reference countadd <title and details>From the description and conversation context, extract:
Generate a filename: lowercase, hyphenated version of the title (e.g., zen-way-martial-arts.md)
Enrich the entry (this is the key step):
python3 .cursor/skills/research-and-analyze/scripts/fetch-transcript.py <url> <output-dir>, then find additional summariesCreate the entry file from the template in library/README.md, filling in:
Add the entry to library/catalog.md (if not already there) and update the enriched entries table in library/README.md
Check project relevance: Read BACKLOG.md and scan .planning/ for active projects. If the new reference is relevant to any project, suggest adding it to that project's curated reading list.
Confirm:
Added to library: <title>
Type: <type> | Tags: <tags>
Enriched from: <N sources>
Relevant to: <project suggestions or "no active project matches">
search <term>library/catalog.md tables for the term (title, author, tags)library/*.md) for deeper matches (themes, notable ideas)catalogQuick view of the full catalog:
library/catalog.mdenrich <entry>Re-run enrichment on an existing entry:
This is useful when:
link <entry> <project>Connect a library entry to a project's curated reading list:
research/{project}/curated-reading.md)<success_criteria>