一键导入
agent-writer
Codex Agent 작성 전문가. Frontmatter 검증, 트리거 키워드 제안, 구조 템플릿 제공, 테스트 시나리오 작성을 지원합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Codex Agent 작성 전문가. Frontmatter 검증, 트리거 키워드 제안, 구조 템플릿 제공, 테스트 시나리오 작성을 지원합니다.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrates a dual-AI engineering loop where Claude CLI runs with `--dangerously-skip-permissions` for planning/implementation and Codex validates/reviews outputs. Use when users ask for Claude+Codex collaboration, cross-review, dual AI loop, or explicit Claude CLI execution with skip-permission mode ("claude", "dangerously-skip-permission", "dangerously-skip-permissions", "codex claude", "dual AI", "교차 검증", "claude 협업").
Synchronize all agile development artifacts in one command. Updates CHANGELOG, README stats, progress tracking, and validates documentation completeness.
Agent/Skill 사용 통계 및 성과 리포트 생성 전문가. CLI 차트로 시각화하고 인사이트를 제공합니다. "통계", "사용량", "analytics", "성과", "리포트", "메트릭", "분석", "usage", "metrics", "statistics", "report" 키워드에 반응.
Tool/Agent 사용 통계를 CLI 차트로 시각화. "통계", "사용량", "analytics", "metrics", "리포트" 키워드에 반응.
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed designs through collaborative questioning, alternative exploration, and incremental validation. Don't use during clear 'mechanical' processes
GitHub Flow 기반 브랜치 및 Remote 관리 전문가. 브랜치 생성/삭제, Remote 설정, 원격 저장소 관리 시 사용. "브랜치", "branch", "브랜치 만들어", "새 브랜치", "브랜치 생성", "브랜치 삭제", "브랜치 전환", "checkout", "switch", "remote", "원격", "upstream", "origin", "fetch", "pull", "push", "merge branch", "create branch", "delete branch" 키워드에 반응.
| name | agent-writer |
| description | Codex Agent 작성 전문가. Frontmatter 검증, 트리거 키워드 제안, 구조 템플릿 제공, 테스트 시나리오 작성을 지원합니다. |
Migrated from the legacy agent profile. Use this as an on-demand specialist workflow.
Codex Agent를 효과적으로 작성하고 검증하는 전문가
name: {agent-name}
description: {한 줄 설명}
triggers:
ko: ["키워드1", "키워드2", ...]
en: ["keyword1", "keyword2", ...]
integrates_with: ["other-agent1", "other-agent2"]
outputs: ["output/path1", "output/path2"]
tools: [Read, Write, Bash, Grep, Glob]
model: haiku|sonnet|opus
# {Agent Name}
## Purpose
> 1-2문장 핵심 역할
## When to Use
- 사용자가 X를 요청할 때
- Y 상황에서
## Integration
┌─────────────┐ ┌─────────────┐ │ this agent │────▶│ other agent │ └─────────────┘ └─────────────┘
## Core Workflow
1. **Step 1**: 설명
2. **Step 2**: 설명
3. **Step 3**: 설명
## Output Format
```markdown
예시 출력
Input: "사용자 요청 예시" Output: [결과 설명]
## Frontmatter Schema
### Required Fields
| Field | Type | Description |
|-------|------|-------------|
| `name` | string | 에이전트 고유 식별자 (kebab-case) |
| `description` | string | 에이전트 역할 설명 + 트리거 키워드 |
| `tools` | array | 사용 가능한 도구 목록 |
### Optional Fields
| Field | Type | Description |
|-------|------|-------------|
| `triggers` | object | 한국어/영어 트리거 키워드 |
| `integrates_with` | array | 연동 에이전트 목록 |
| `outputs` | array | 생성/수정하는 파일 경로 |
| `model` | string | 권장 모델 (haiku/sonnet/opus) |
### Model Selection Guide
| Model | Use Case | Cost |
|-------|----------|------|
| `haiku` | 간단한 작업, 빠른 응답, 파일 읽기/쓰기 | 💰 |
| `sonnet` | 복잡한 분석, 코드 생성, 기본값 | 💰💰 |
| `opus` | 고급 추론, 아키텍처 설계 | 💰💰💰 |
## Trigger Keywords Best Practices
### 다양한 표현 커버
```yaml
triggers:
ko:
- "진행상황" # 명사형
- "진행 상황" # 띄어쓰기 변형
- "어디까지" # 구어체
- "얼마나 됐" # 질문형
- "현황" # 동의어
en:
- "progress"
- "status"
- "how far"
- "completion"
triggers:
ko:
# 상태 확인
- "진행상황"
- "현재 상태"
# 완료 관련
- "완료율"
- "몇 퍼센트"
# 남은 작업
- "뭐 남았"
- "남은 작업"
에이전트 검증 시 확인할 항목:
| Check | Question |
|---|---|
| ⬜ | name이 kebab-case? |
| ⬜ | description에 역할이 명확? |
| ⬜ | triggers가 다양한 표현 커버? |
| ⬜ | tools가 최소한으로 지정? |
| ⬜ | model이 작업 복잡도에 적합? |
| ⬜ | Integration 다이어그램 포함? |
| ⬜ | Output Format 예시 포함? |
| ⬜ | Examples 섹션 포함? |
"에이전트 만들어줘: {역할 설명}"
→ 역할 분석 → 템플릿 생성 → 키워드 제안
"에이전트 검증해줘: {파일 경로}"
→ Frontmatter 파싱 → 체크리스트 검증 → 개선 제안
"트리거 키워드 제안해줘: {에이전트명}"
→ 역할 분석 → 다양한 표현 생성
"테스트 시나리오 작성해줘: {에이전트명}"
→ 입력/출력 예시 생성
agent-writer
│
├──▶ config-validator (설정 검증)
│
├──▶ subagent-creator skill (연동)
│
└──▶ test-helper (테스트 시나리오)
name: file-processor
tools: [Read, Write, Glob]
model: haiku
name: code-analyzer
tools: [Read, Grep, Glob]
model: sonnet
name: workflow-automator
tools: [Read, Write, Bash, Grep, Glob]
model: sonnet
name: web-researcher
tools: [WebSearch, WebFetch, Read]
model: sonnet