@dusky-bluehour/agent-service 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +205 -0
- package/antigravity/README.md +37 -0
- package/antigravity/agents/agent-catalog.json +72 -0
- package/antigravity/artifacts/artifact-catalog.json +184 -0
- package/antigravity/commands/command-catalog.json +942 -0
- package/antigravity/skills/code-review-and-improvement/SKILL.md +15 -0
- package/antigravity/skills/frontend-repetition-pack/SKILL.md +15 -0
- package/antigravity/skills/incident-response/SKILL.md +15 -0
- package/antigravity/skills/prd-to-production-pipeline/SKILL.md +16 -0
- package/antigravity/skills/release-and-operations/SKILL.md +15 -0
- package/antigravity/skills/security-hardening/SKILL.md +15 -0
- package/antigravity/skills/service-lifecycle-orchestration/SKILL.md +16 -0
- package/antigravity/workflows/workflow-catalog.json +362 -0
- package/catalog/tool-catalog.ko.json +296 -0
- package/claude-code/README.md +47 -0
- package/claude-code/agent-teams/team-catalog.json +69 -0
- package/claude-code/commands/command-catalog.json +942 -0
- package/claude-code/skills/code-review-and-improvement/SKILL.md +16 -0
- package/claude-code/skills/frontend-repetition-pack/SKILL.md +16 -0
- package/claude-code/skills/incident-response/SKILL.md +16 -0
- package/claude-code/skills/prd-to-production-pipeline/SKILL.md +17 -0
- package/claude-code/skills/release-and-operations/SKILL.md +16 -0
- package/claude-code/skills/security-hardening/SKILL.md +15 -0
- package/claude-code/skills/service-lifecycle-orchestration/SKILL.md +17 -0
- package/claude-code/subagents/backend-engineer.md +20 -0
- package/claude-code/subagents/code-reviewer.md +19 -0
- package/claude-code/subagents/frontend-engineer.md +20 -0
- package/claude-code/subagents/hook-refactor-engineer.md +19 -0
- package/claude-code/subagents/incident-commander.md +19 -0
- package/claude-code/subagents/lead-orchestrator.md +18 -0
- package/claude-code/subagents/operations-owner.md +20 -0
- package/claude-code/subagents/performance-engineer.md +19 -0
- package/claude-code/subagents/prd-writer.md +20 -0
- package/claude-code/subagents/product-planner.md +19 -0
- package/claude-code/subagents/qa-engineer.md +19 -0
- package/claude-code/subagents/security-engineer.md +20 -0
- package/claude-code/subagents/solution-architect.md +19 -0
- package/claude-code/subagents/sre-release-engineer.md +20 -0
- package/claude-code/subagents/ui-component-engineer.md +19 -0
- package/claude-code/workflows/workflow-catalog.json +680 -0
- package/codex/README.md +38 -0
- package/codex/automations/automation-recipes.toml +30 -0
- package/codex/commands/command-catalog.json +942 -0
- package/codex/instructions/AGENTS.override.template.md +21 -0
- package/codex/instructions/AGENTS.template.md +31 -0
- package/codex/skills/code-review-and-improvement/SKILL.md +16 -0
- package/codex/skills/code-review-and-improvement/agents/openai.yaml +4 -0
- package/codex/skills/frontend-repetition-pack/SKILL.md +15 -0
- package/codex/skills/frontend-repetition-pack/agents/openai.yaml +4 -0
- package/codex/skills/incident-response/SKILL.md +16 -0
- package/codex/skills/incident-response/agents/openai.yaml +4 -0
- package/codex/skills/prd-to-production-pipeline/SKILL.md +16 -0
- package/codex/skills/prd-to-production-pipeline/agents/openai.yaml +4 -0
- package/codex/skills/release-and-operations/SKILL.md +15 -0
- package/codex/skills/release-and-operations/agents/openai.yaml +4 -0
- package/codex/skills/security-hardening/SKILL.md +15 -0
- package/codex/skills/security-hardening/agents/openai.yaml +4 -0
- package/codex/skills/service-lifecycle-orchestration/SKILL.md +17 -0
- package/codex/skills/service-lifecycle-orchestration/agents/openai.yaml +4 -0
- package/codex/workflows/workflow-catalog.json +444 -0
- package/package.json +44 -0
- package/scripts/init.mjs +993 -0
- package/scripts/validate.mjs +591 -0
package/codex/README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Codex 운영팩
|
|
2
|
+
|
|
3
|
+
이 폴더는 Codex에서 서비스 운영형 작업(기획-개발-검증-보안-배포-운영)을 반복 가능하게 구성하시도록 스킬/워크플로우/지침 세트를 제공합니다.
|
|
4
|
+
|
|
5
|
+
## 폴더 구성
|
|
6
|
+
|
|
7
|
+
- `skills/`: Codex Skills (`SKILL.md` + `agents/openai.yaml`)
|
|
8
|
+
- `workflows/workflow-catalog.json`: 단계형 실행 표준
|
|
9
|
+
- `commands/command-catalog.json`: 공통 명령 계약
|
|
10
|
+
- `instructions/AGENTS.template.md`: 프로젝트용 AGENTS 템플릿
|
|
11
|
+
- `automations/automation-recipes.toml`: 반복 작업 자동화 레시피
|
|
12
|
+
|
|
13
|
+
## 빠른 시작
|
|
14
|
+
|
|
15
|
+
1. 프로젝트 루트에 `AGENTS.md`를 만들고 `instructions/AGENTS.template.md`를 기반으로 작성해 주세요.
|
|
16
|
+
2. 작업 유형에 맞는 워크플로우(`WF-SVC-001`~`WF-SVC-005`, `WF-PRD-IMPLEMENT-E2E`)를 선택해 주세요.
|
|
17
|
+
3. 명령 ID를 기준으로 실행하시고, 검증 단계에서 `/review`를 수행해 주세요.
|
|
18
|
+
|
|
19
|
+
## 스킬 설치 위치
|
|
20
|
+
|
|
21
|
+
- 프로젝트 로컬: `<repo>/.codex/skills/<skill-name>/SKILL.md`
|
|
22
|
+
- 사용자 전역: `~/.codex/skills/<skill-name>/SKILL.md`
|
|
23
|
+
|
|
24
|
+
현재 폴더의 `skills/` 하위 디렉터리를 위 경로로 복사하시면 재사용하실 수 있습니다.
|
|
25
|
+
|
|
26
|
+
## 반복 작업 역할 분리
|
|
27
|
+
|
|
28
|
+
- UI 컴포넌트화: `frontend-repetition-pack` + `CMD-DEV-FE-UI-COMPONENTIZE`
|
|
29
|
+
- Hook 분리: `frontend-repetition-pack` + `CMD-DEV-FE-HOOK-SEPARATE`
|
|
30
|
+
- 성능 최적화: `frontend-repetition-pack` + `CMD-DEV-PERF-OPTIMIZE`
|
|
31
|
+
- PRD 파이프라인: `prd-to-production-pipeline` + `WF-PRD-IMPLEMENT-E2E`
|
|
32
|
+
|
|
33
|
+
## 참고 문서 (검증일: 2026-02-17)
|
|
34
|
+
|
|
35
|
+
- [Codex Agent Skills](https://developers.openai.com/codex/agents/)
|
|
36
|
+
- [Codex Workflows](https://developers.openai.com/codex/workflows/)
|
|
37
|
+
- [Codex AGENTS.md Guide](https://developers.openai.com/codex/config/)
|
|
38
|
+
- [Codex Automations](https://developers.openai.com/codex/automations/)
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Codex Automations 레시피
|
|
2
|
+
# 실제 등록 시 UI에서 이름/스케줄/cwd를 프로젝트 상황에 맞게 조정한다.
|
|
3
|
+
|
|
4
|
+
[[automation]]
|
|
5
|
+
name = "주간 코드리뷰 백로그"
|
|
6
|
+
purpose = "열린 PR과 최근 변경분을 검토해 우선순위 개선안 생성"
|
|
7
|
+
recommended_workflow = "WF-SVC-002"
|
|
8
|
+
recommended_skill = "code-review-and-improvement"
|
|
9
|
+
prompt = "열린 PR과 지난 7일 변경분을 검토하고, 차단 이슈/권고 이슈/개선 우선순위를 정리해줘."
|
|
10
|
+
|
|
11
|
+
[[automation]]
|
|
12
|
+
name = "주간 보안 하드닝"
|
|
13
|
+
purpose = "취약점 점검 및 보완 계획 생성"
|
|
14
|
+
recommended_workflow = "WF-SVC-003"
|
|
15
|
+
recommended_skill = "security-hardening"
|
|
16
|
+
prompt = "의존성 취약점과 위협 모델을 점검하고, 즉시 조치 항목과 차주 조치 항목으로 분리해줘."
|
|
17
|
+
|
|
18
|
+
[[automation]]
|
|
19
|
+
name = "릴리즈 전 체크"
|
|
20
|
+
purpose = "배포 게이트 충족 여부 확인"
|
|
21
|
+
recommended_workflow = "WF-SVC-004"
|
|
22
|
+
recommended_skill = "release-and-operations"
|
|
23
|
+
prompt = "다음 릴리즈 후보에 대해 테스트/보안/리뷰/배포 게이트 충족 여부를 확인하고 누락 항목을 정리해줘."
|
|
24
|
+
|
|
25
|
+
[[automation]]
|
|
26
|
+
name = "프론트 반복개선 배치"
|
|
27
|
+
purpose = "중복 UI와 Hook 구조를 주기 점검"
|
|
28
|
+
recommended_workflow = "WF-SVC-002"
|
|
29
|
+
recommended_skill = "frontend-repetition-pack"
|
|
30
|
+
prompt = "프론트엔드 코드에서 반복 UI, 과도한 컴포넌트 책임, Hook 분리 후보를 찾아 우선순위로 정리해줘."
|