원클릭으로
artifact-management
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
When prompt, tool, or agent logic changes need regression testing → run eval benchmarks to detect regressions or improvements.
When a task can be parallelized (bulk code review, multi-module refactor, batch analysis) → split into subtasks running in isolated git worktrees via multiple workers.
When the user wants to research academic papers → search ArXiv, extract PDFs, summarize/review/Q&A, generate experiment code.
When you need to interact with web pages using the user's logged-in browser → control Chrome via @playwright/cli daemon, reusing cookies/session with persistent tabs.
When user needs AnyGenIO content generation → unified CLI for task execution with progressive disclosure.
When the user wants text-to-speech audio → generate voice files locally (macOS say + afconvert, outputs m4a).
| name | artifact-management |
| description | When you need to persist files (reports, docs, evidence) beyond the session → create/query/delete durable artifacts. |
| triggers | {"intent_patterns":["artifact|工件|产物|报告保存|deliverable|attachment","保存.*报告|save.*report|存.*文件|persist.*file","之前.*生成的|previously.*generated|找.*产物|find.*output","导出.*结果|export.*result|下载.*文件|download.*file","删除.*工件|delete.*artifact|清理.*产物|cleanup","列出.*工件|list.*artifacts|看看.*保存了.*什么|what.*saved"],"context_signals":{"keywords":["artifact","工件","产物","报告","deliverable","保存","导出","下载","persist","export","文件"]},"confidence_threshold":0.6} |
| priority | 5 |
| requires_tools | ["bash"] |
| max_tokens | 200 |
| cooldown | 30 |
管理持久化工件:创建、列表、读取、删除。
python3 skills/artifact-management/run.py create --name report.md --content '# Report'
python3 skills/artifact-management/run.py list
python3 skills/artifact-management/run.py read --name report.md
python3 skills/artifact-management/run.py delete --name report.md