Agent skill
dev-init
개발 환경(폴더 구조, README)을 신속하게 초기화하는 Dev 전용 워크플로우입니다.
Install this agent skill to your Project
npx add-skill https://github.com/lastdays03/claude_skills/tree/main/.agent/skills/dev-init
SKILL.md
Dev Init Workflow
개발 또는 학습을 위한 프로젝트 환경을 표준화된 방식으로 초기화합니다.
1단계: 프로젝트 정의 (Project Definition)
- Metadata Input: 프로젝트 이름(Name)과 유형(Type: Study/Dev)을 입력받습니다.
- Context Check: 현재 디렉토리가 비어있는지 확인합니다.
2단계: 스캐폴딩 (Scaffolding)
- Reference Loading:
this document를 읽어 표준 레이아웃(Python vs Study)을 확인합니다. - Structure Generation:
- 사용자에게 기술 스택을 묻고,
SKILL.md에 정의된 구조대로 폴더를 생성합니다. - Example:
src/,tests/for Python.
- 사용자에게 기술 스택을 묻고,
- Git Setup:
.gitignore를 생성하되,.agent/가 무시되지 않도록 주의합니다.
3단계: 문서 생성 (Documentation)
- README Generation:
resources/README-template.md를 읽습니다.- 입력받은 메타데이터(Type, Date)를 채워 넣어
README.md를 생성합니다.
4단계: 마무리 (Finalize)
- Completion: "초기화 완료.
src/에서 코딩을 시작하세요." 메시지를 출력합니다.
Standards & Rules
Dev Init Standards
Purpose
To ensure every project starts with a consistent, professional structure that integrates seamlessly with Antigravity Agents.
Standard Layouts
1. Python Project
src/: Source codetests/: Unit and integration testsdocs/: Documentationscripts/: Utility scripts.gitignore: Standard Python ignores
2. Study Project
notebooks/: Jupyter Notebooksdata/: Raw and processed data (ignored by git)references/: Papers and PDFsdocs/: Summaries and plans
Documentation Standards
- README.md: Must exist at root.
- Metadata: Must include
Status,Type,Createdin blockquote. - Agent Friendly:
.agentfolder must NOT be git-ignored.
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-trend-tracker
최신 기술 트렌드나 도구를 빠르게 파악하고 요약하여 아카이빙하는 워크플로우입니다. (Efficiency Focus)
Didn't find tool you were looking for?