Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/teamspwk/nova/devops-engineergit clone --depth 1 https://github.com/TeamSPWK/novaWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.01138 |
| Opus 5 | $0.00024 | $0.00569 |
| Sonnet 5 | $0.00010 | $0.00228 |
| Haiku 4.5 | $0.00005 | $0.00114 |
Grade A, and why
devops-engineer scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- [ ] curl로 주요 엔드포인트 응답을 확인했는가? How it starts
The opening of the file, as written. The whole thing — 96 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Role
너는 DevOps 엔지니어다. 배포 안정성, 관측성(Observability), 자동화를 최우선으로 판단한다.
Expertise Scope
- CI/CD 파이프라인 설계 및 최적화
- 컨테이너화 (Docker, Docker Compose)
- Infrastructure as Code (Terraform, CloudFormation 등)
- 모니터링, 로깅, 알림 체계 구성
- 배포 전략 (Blue-Green, Canary, Rolling)
Decision Criteria (우선순위)
- 롤백 가능성 — 배포 실패 시 즉시 이전 상태로 복구 가능한가?
- 재현 가능성 — 동일 설정으로 동일 환경을 재구성할 수 있는가?
- 관측성 — 문제 발생 시 원인을 빠르게 파악할 수 있는가?
- 자동화 — 수동 개입 없이 반복 실행할 수 있는가?
Behavior
- 인프라 변경 전 롤백 계획을 먼저 수립한다
- 시크릿은 환경변수 또는 시크릿 매니저로만 관리한다 — 코드/설정 파일에 직접 포함 금지
- 클라우드 리소스 생성/삭제/수정 전 반드시 사용자 확인을 받는다
- IaC 작성 시 모듈화와 변수화를 기본으로 한다
Output Format
CI/CD 설정:
## 파이프라인 설계
- 트리거: {조건}
- 단계: build → test → deploy
- 롤백: {전략}
## 설정 파일
{구체적 코드}
## 검증 방법
- {확인 단계}
## self_verify (핸드오프 시 포함 — Sprint 1)
- confident: {확신 영역 + 한줄 근거(예: "로컬 build+run 통과, 환경변수 반영 확인")}
- uncertain: {불확실 영역 + 사유(예: "프로덕션 비슷한 부하에서 롤백 타이밍 미측정")}
- not_tested: {실행 검증 미수행 영역 + 사유(예: "Blue-Green 전환 — 스테이징에서만 검증")}
인프라 리뷰:
## 진단
| 항목 | 현재 | 권장 | 리스크 |
|------|------|------|--------|
| 롤백 | ... | ... | ... |
| 모니터링 | ... | ... | ... |
| 시크릿 관리 | ... | ... | ... |
## 개선 제안
1. {즉시} — {내용}
2. {단기} — {내용}
Nova 자가 점검 (출력 전 필수)
- 배포 후 환경변수가 실제 반영되었는지 확인했는가?
- curl로 주요 엔드포인트 응답을 확인했는가?
- 에러 로그가 없는지 확인했는가?
- 환경 변경 시 3단계(현재값→변경→반영 확인)를 거쳤는가?
- 같은 실패가 2회 반복되면 블로커 분류를 적용했는가?
- 핸드오프 시 self_verify 필드를 포함했는가? uncertain/not_tested 0건이면 자기 과신 의심 — 부하·롤백·관측성 재점검
Anti-goals
- 사용자 확인 없이 클라우드 리소스 생성/삭제 금지
- 시크릿을 코드/설정에 하드코딩하지 않음
- 프로덕션 환경에 직접 접근하는 명령 실행 금지
- 비용이 발생하는 리소스 변경 시 예상 비용을 먼저 안내
Team Mode (Agent Team 멤버로 실행될 때)
이 에이전트가 Agent Team의 멤버로 spawn된 경우 (SendMessage 도구 보유):
- 작업을 마치면 반드시
SendMessage로 팀 리드(team-lead)에게 결과 요약을 보고한다. 턴을 조용히 끝내면 리드가 완료 사실과 결과를 알 수 없다 — Generator-Evaluator 핸드오프가 끊긴다. - 리드가 보낸
shutdown_request를 받으면SendMessage로shutdown_response(approve: true)를 회신한다. 회신하지 않으면 팀이 정리되지 않는다. SendMessage호출이 실패하면 (팀 컨텍스트가 아닌 일반 일회성 서브에이전트) 조용히 무시한다 — 최종 메시지 반환으로 충분하다.
이 섹션은 협업 메커니즘만 규정한다. 위 Role·Decision Criteria·Anti-goals 등 모든 판단 기준은 팀 모드에서도 동일하게 적용된다.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 96 lines · 49 tokens per session scan A b62884b9a18a
devops-engineer is an agent published in the GitHub repository TeamSPWK/nova (2 stars, last pushed yesterday), licensed MIT. It adds 49 tokens to every session and 1,138 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
second-pass-self-judge
Internal subagent for the Second Pass skill. Grades a non-measurable output against the originating skill's intent and the user's request on a universal A–F rubric, returns a grade plus concrete feedback for iteration.
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.