Best use case
add-project is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
새 프로젝트를 STAR+I로 추가할 때
Teams using add-project should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/add-project/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How add-project Compares
| Feature / Agent | add-project | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
새 프로젝트를 STAR+I로 추가할 때
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 새 프로젝트 추가
## 개요
새로운 프로젝트 경험을 `my_career_data.md`에 STAR+I 형식으로 추가하고, 10개 파일에 동기화합니다.
## 실행 단계
### Step 1: 프로젝트 정보 수집
사용자에게 아래 정보 요청:
```markdown
## 프로젝트 기본 정보
- 프로젝트명:
- 기간: YYYY.MM - YYYY.MM
- 소속 회사/팀:
## STAR+I 상세
### Situation (상황/배경)
- 당시 문제점이나 제약사항은?
- 비즈니스적 배경은?
### Task (과제/목표)
- 해결해야 할 목표는? (가능하면 수치로)
### Action (실행/기술적 의사결정)
- 어떤 기술을 왜 선택했는가?
- 어떻게 설계/구현했는가?
### Result (결과/성과)
- 정량적 성과는? (%, 배, 건수 등)
### Impact (비즈니스 효과)
- 조직/비즈니스에 미친 영향은?
## 사용 기술
- 기술 스택 나열
```
### Step 2: STAR+I 형식으로 정리
```markdown
#### 프로젝트: [프로젝트명]
**Situation (배경):**
- [배경/문제점 설명]
**Task (과제/목표):**
- [해결 목표 - 수치 포함]
**Action (해결 방법):**
- **[핵심 액션 1]**: [상세 설명]
- **[핵심 액션 2]**: [상세 설명]
**Result (성과):**
- **[성과 1]**: [정량적 수치]
- **[성과 2]**: [정량적 수치]
**Impact (비즈니스 효과):**
- [비즈니스/조직적 효과]
**Tech Decision:**
> "[기술 A] 선택 - [선택 이유]"
**사용 기술:**
- [기술 스택 나열]
```
### Step 3: my_career_data.md에 추가
- 해당 회사 섹션에 프로젝트 추가
- 프로젝트 번호 순서 유지
- STAR+I 형식 정확히 적용
### Step 4: work-logs에 상세 작업 로그 작성
**파일 위치:** `docs/career/work-logs/{company}/project-{번호}-{slug}.md`
프로젝트의 상세 내용을 work-logs에 기록:
- 아키텍처 다이어그램
- 기술 스택 상세
- 구현 내용 상세
- 기술적 의사결정 배경
- 향후 개선점
**README.md 업데이트:** `docs/career/work-logs/README.md`에 인덱스 추가
### Step 5: 10개 파일 동기화
`/update-resume` 스킬 로직 활용:
1. resume.md 업데이트
2. career_portfolio.md 업데이트
3. templates/resume/*.html (4개) 업데이트
4. templates/career/*.html (4개) 업데이트
### Step 6: git add
```bash
git add docs/career/my_career_data.md
git add docs/career/resume.md
git add docs/career/career_portfolio.md
git add docs/career/work-logs/
git add templates/resume/*.html
git add templates/career/*.html
```
## STAR+I 작성 가이드
> **상세 가이드**: `/write-guide` 스킬 참조
### 핵심 요약
| 요소 | 작성 포인트 |
|------|------------|
| **Situation** | 비즈니스/기술적 제약 명시 |
| **Task** | 구체적 목표 수치 포함 |
| **Action** | **Why(선택 이유)** + How(구현 방법) |
| **Result** | Before → After 정량적 수치 |
| **Impact** | 비즈니스/팀 영향 |
### 8년차 핵심
- Action에 **"왜 그 기술을 선택했는지"** 의사결정 근거 필수
- "담당했습니다" 대신 **"달성/개선했습니다"** 표현 사용
## 체크리스트
- [ ] 프로젝트 정보 수집 완료
- [ ] STAR+I 형식 적용
- [ ] my_career_data.md에 추가
- [ ] work-logs에 상세 작업 로그 작성
- [ ] work-logs/README.md 인덱스 업데이트
- [ ] 10개 파일 동기화
- [ ] git add 완료Related Skills
project-orchestrator:changelog
Use when completing changes to any service - ensures standardized changelog entries with correct format, location, and content.
archon-project
Gestion du projet MyGGV GPS dans Archon. Utiliser pour la documentation, les tâches, la recherche dans la knowledge base (Supabase docs, MapLibre docs, etc.), et le suivi de projet.
analyze-project
Analyze a project's codebase and documentation to generate coding standards, architecture docs, and development practices. Perfect for new project onboarding. Usage: 'analyze-project: /path/to/project' or 'analyze: /path/to/project'
startup-business-analyst-financial-projections
Create detailed 3-5 year financial model with revenue, costs, cash flow, and scenarios
project-specification-writer
Generate a complete software specification document for the current project/repo, including architecture, data model, key processes, pseudocode, and Mermaid diagrams (context, container/deployment, module relations, sequence, ER, class, flowchart, state).
project-scaffolding
Project type detection matrix, template recommendations per project type, post-scaffolding checklist, Harness integration patterns, and testing recommendations
project-knowledge
CEI architecture, modules, data flows, conventions, tech stack decisions
[PROJECT]-deployment-patterns
[PROJECT] CI/CD pipeline and deployment automation patterns
maintain-project-rules
Audit and maintain project rules in .cursor/rules/. Use when auditing project rules, checking prefix convention, syncing doc/rules.md, or when the user asks about .cursor/rules or prefix convention.
fiber-logging-and-project-structure
Applies best practices for logging, project structure, and environment variable usage specifically to the main application file.
azure-ai-projects-java
Azure AI Projects SDK for Java. High-level SDK for Azure AI Foundry project management including connections, datasets, indexes, and evaluations.
azure-ai-projects-dotnet
Azure AI Projects SDK for .NET. High-level client for Azure AI Foundry projects including agents, connections, datasets, deployments, evaluations, and indexes.