Agent skill
obsi-archive-project
완료된 프로젝트를 검증(Dependency Check), 정리(Cleanup) 후 안전하게 연도별 아카이브로 이동시킵니다.
Install this agent skill to your Project
npx add-skill https://github.com/lastdays03/claude_skills/tree/main/.agent/skills/obsi-archive-project
SKILL.md
Expert Archive Project Workflow
프로젝트 종료 절차(Closing Ritual)를 수행하여 시스템 무결성을 유지하고 아카이빙합니다.
1단계: 사전 검증 (Pre-flight)
- Context Loading:
this document를 읽어 종료 절차를 확인합니다. - Dependency Scan: 다른 프로젝트에서 이 프로젝트를 링크하고 있는지 확인합니다.
- Knowledge Check: "지식 베이스로 옮길 노트가 있습니까?" (
obsi-knowledge-harvester제안).
2단계: 정리 (Cleanup)
- Sanitize:
.DS_Store, 빈 폴더를 정리합니다. - Status Tag:
#status/active태그를#status/done으로 변경합니다.
3단계: 이관 (Move)
- Manifest Creation:
resources/manifest-template.md를 사용하여_archive_meta.md를 생성합니다. (종료 사유 등 기록)
- Archive:
90_Archives/Projects/{YYYY}/로 폴더를 이동합니다.
- Index Update:
10_Projects목록에서 제거하고 Archive 목록에 추가합니다.
Standards & Rules
Archive Project Standards
Purpose
To move completed work out of sight but keep it accessible (90_Archives), ensuring the active workspace remains focused.
Closing Rituals (The Checklist)
- Dependency Scan: Ensure no external files link into this project.
- Status Update: Change
#status/activeto#status/done. - Knowledge Harvest: Before archiving, extract valuable assets to
20_Learningusingobsi-knowledge-harvester. - Cleanup: Delete
.DS_Store, empty folders, and temp files.
Archival Rules
- Destination:
90_Archives/Projects/{YYYY}/{Project_Name} - Manifest: Every archived project must have
_archive_meta.mdexplaining why it was closed.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
obsi-concept-distiller
AI를 활용해 핵심 개념을 추출하고, 문맥을 분석하여 지식 베이스(20_Learning)와 양방향으로 연결합니다.
obsi-moc-builder
특정 폴더(Single) 또는 하위 구조 전체(Recursive)를 분석하여 구조화된 MOC(Map of Content)를 자동 생성/갱신합니다.
pro-researcher
웹상의 정보를 '계획(Plan) -> 탐색(Fetch) -> 분석(Synthesize)' 과정을 통해 심층 리서치하고, 출처가 명시된 전문 보고서를 작성합니다.
meta-skill-builder
표준 참조 분리 패턴(Standard Reference Separation Pattern)을 사용하여 워크플로우를 새로 생성하거나 개선합니다.
biz-doc-generator
Word, Excel, PPT, PDF 등 기업용 문서를 생성하고, 결과를 docs/exports에 저장하며 임시파일을 자동 정리합니다.
dev-init
개발 환경(폴더 구조, README)을 신속하게 초기화하는 Dev 전용 워크플로우입니다.
Didn't find tool you were looking for?