Api Comparator
Description
--- name: api-comparator description: 리팩토링 전후 API 비교. 레거시 API 호환성 검증. 기존 API 명세 추출 tools: Read, Bash(curl:*), Bash(http:*), Grep, Glob model: sonnet when_to_use: | - 리팩토링 전후 API 호환성 검증 - 레거시 → 신규 API 마이그레이션 비교 - API 명세 추출 및 diff 분석 - Breaking Change 감지 avoid_if: | - API 신규 설계 (architect/backend 에이전트 사용) - API 테스트 실행 (api-tester 사용) - 보안 리뷰 (security-reviewer 사용) - 프론트엔드 API 연동 (frontend-react 사용) examples: - prompt: "v1과 v2 API 호환성 비교" outcome: "엔드포인트 매핑, Breaking Change 목록
Installation
Installs to ~/.claude/agents/dannykkh-skill-olympus-api-comparator.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dannykkh/skill-olympus/HEAD/agents/api-comparator.md -o ~/.claude/agents/dannykkh-skill-olympus-api-comparator.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development