원클릭으로
organize-inbox
Use when user says "整理 inbox" or asks to organize, triage, or file notes from the 0-Inbox directory into the knowledge base.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when user says "整理 inbox" or asks to organize, triage, or file notes from the 0-Inbox directory into the knowledge base.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Evaluate agent-generated code against ground truth diff and handwritten file list. Prefer reading GT inputs directly from base_repo via experiment metadata. Trigger on "/diff-eval-local", "evaluate diff", "eval experiment".
Full dev workflow - worktree setup, commit, push, PR, and post-merge cleanup. Use when starting feature work, committing, opening PRs, or cleaning up after merge.
Use when downloading models from Hugging Face, especially large models (LLM, diffusion, VLM) that fail with timeouts or connection drops. Trigger on "download model", "hf download", "pull model from Hugging Face", or when hf download crashes with httpx.ReadTimeout / RemoteProtocolError.
Evaluate agent-generated code changes against a human-approved PR with deterministic file coverage and function-level coverage analysis. Extracts function/symbol changes from diff hunk headers and compares at granular level. Use when evaluating agent code generation quality, benchmarking AI coding tools, or comparing generated patches against human-approved pull requests. Trigger on "/diff-eval-func", "evaluate diff with function coverage", "function-level diff eval".
从论文中提取图片,优先从arXiv源码包获取真正的论文图
深度分析单篇论文,生成详细笔记和评估,图文并茂
| name | organize-inbox |
| description | Use when user says "整理 inbox" or asks to organize, triage, or file notes from the 0-Inbox directory into the knowledge base. |
Process files in 0-Inbox/, categorize, format to project conventions, and move to the correct directory.
0-Inbox/ (ignore .DS_Store)Notes/)Pattern: {prefix}-{Descriptive_Name}.md
| Prefix | Topic |
|---|---|
research- | Research notes, experiment analysis, literature |
meeting- | Meeting minutes |
code- | Programming tips, tools, libraries |
math- | Math derivations, theorems |
linux- | Linux/DevOps |
macos- | macOS tips |
hpc- | HPC / cluster |
latex- | LaTeX |
nlp- | NLP / ML |
cfa- | CFA finance |
cityu- | CityU work |
english- | English learning |
rust- / cpp- | Language-specific |
Use existing prefixes. Only introduce a new prefix if none fits.
Every note MUST have:
---
toc: true
documentclass: "ctexart"
classoption: "UTF8"
---
# Title
## 一、First Section
Content...
---
## 二、Second Section
Content...
toc: true, documentclass: "ctexart", classoption: "UTF8" — always present# heading right after front matter## with Chinese numbering (一、二、三…) for major sections###--- between major sections**keyword** for emphasis on key terms` for inline code (commands, variables, file names)- or 1. with correct indentation| Content Type | Directory |
|---|---|
| General notes | Notes/ |
| Literature with citekey | Literature/ (use literature-template) |
| Project-specific | Projects/{project}/ |
# title## sections with Chinese numbering--- separators between sections