Agent Plugins Marketplace
All plugins

akbun-analysis

v1.2.9

Codebase analysis skills — evidence-backed service/component relationships in JSON with interactive HTML, optional draw.io, and incremental updates

CodexClaude Code5 Skills

By akbunLicense: MIT2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 19, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install akbun-analysis for Codex and Claude Code

Installs for the current user
codex plugin marketplace add choisungwook/akbun-aitools
codex plugin marketplace upgrade akbun-aitools
codex plugin add akbun-analysis@akbun-aitools

Paste and run these commands in a terminal with Codex. They add and refresh the akbun-aitools catalog, then install this plugin.

Compatibility: the page URL and API slug “akbun-analysis” remain stable.

  • Codex: akbun-analysis@agent-plugin-marketplaceakbun-analysis@akbun-aitools

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/choisungwook/akbun-aitools

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/akbun-analysis/.

Plugin files

plugins/akbun-analysis/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/akbun-analysis-adversarial-review/SKILL.md
├── skills/akbun-analysis-architecture-review/SKILL.md
├── skills/akbun-analysis-bottleneck/SKILL.md
├── skills/akbun-analysis-token-credential/SKILL.md
└── skills/akbun-analysiscode/SKILL.md

Included Skills5

akbun-analysis-adversarial-reviewskills/akbun-analysis-adversarial-review/SKILL.md

사용자가 구현한 코드나 주장을 적대적으로 리뷰할 때 쓰는 지침 두 줄. 동의하지 않고 숨은 가정과 예외를 의심하며, 깨지는 반례를 근거와 함께 든다. 사용자가 직접 호출할 때만 실행한다.

akbun-analysis-architecture-reviewskills/akbun-analysis-architecture-review/SKILL.md

사용자가 넘긴 문맥(코드·아키텍처 문서·인프라 코드·운영 자료·인터뷰)을 바탕으로 현재 아키텍처를 적대적으로 평가하고 더 나은 구조를 제안한다. 컨텍스트가 있는지 먼저 확인하고, 부족하면 적극적으로 인터뷰해 목표·제약·아픈 곳을 확정한 뒤, 보안 관점과 운영·유지보수 부담(toil) 관점을 필수로 놓고 "이 구조를 무너뜨리려면"을 근거와 함께 찾는다. 발견마다 대안, 개선 효과를 수치 표로, 새로 감수하는 것, 이행 순서를 쓰고 필요할 때 mermaid 컴포넌트·시퀀스 다이어그램으로 현재/개선 후를 그린다. 사용자가 직접 호출할 때만 실행한다.

akbun-analysis-bottleneckskills/akbun-analysis-bottleneck/SKILL.md

코드베이스를 읽고 트래픽이 늘어날 때 어디서 병목이 생길지 근거(file:line, 관련 MSA·DB·트래픽 패턴)와 함께 예측하고, 각 병목마다 무엇을 측정해야 하는지, 장애가 났을 때 어떤 코드·서비스·DB·트래픽을 어떤 순서로 확인해야 하는지, 여러 해결책과 그중 지금 선택할 것·장애 중 변경 허용 범위, 해결 과정 서술, 개선 뒤 새로 생기는 문제까지 한 문서로 정리한다. 아키텍처는 mermaid로 그린다. 사용자가 직접 호출할 때만 실행한다.

akbun-analysis-token-credentialskills/akbun-analysis-token-credential/SKILL.md

토큰·API 키·인증서·서비스 계정 같은 자격 증명의 인증·인가를 분석할 때 AI에게 분석 의도를 전달하는 질문 한 줄. 자격 증명이 등장하는 코드·설정·인프라를 볼 때 발급 주체, 읽는 주체, 허용 범위를 확인한다. 사용자가 직접 호출할 때만 실행한다.

akbun-analysiscodeskills/akbun-analysiscode/SKILL.md

소스코드가 어떤 비즈니스를 위해 쓰였고 그 비즈니스에 어떤 코드가 엮여 있는지를 file:line 근거와 함께 분석해 OS 표준 경로의 analysis.json에 저장하고, 비즈니스 흐름·서비스 관계도·API 관계도를 가진 인터랙티브 HTML과 선택적 draw.io를 생성·증분 갱신하는 skill. 코드베이스 구조/아키텍처 시각화, 업무 흐름별 코드 추적, API 목록 정리, HTTP·gRPC·DB 읽기/쓰기·외부 API·이벤트·큐 관계 파악, 컴포넌트 역할 설명, 변경 영향 가능성 평가 요청에 사용한다. "이 코드 관계도를 그려줘", "이 기능이 어떤 코드를 쓰는지 보여줘", "서비스 호출 구조를 분석해줘", "이 변경이 어디에 영향 줄까?" 같은 요청은 저장된 JSON의 신선도를 먼저 확인한다.

Plugin manifests2

plugins/akbun-analysis/.codex-plugin/plugin.json
{
  "name": "akbun-analysis",
  "version": "1.2.9",
  "description": "Codebase analysis skills — evidence-backed service/component relationships in JSON with interactive HTML, optional draw.io, and incremental updates",
  "author": {
    "name": "akbun",
    "url": "https://github.com/choisungwook"
  },
  "homepage": "https://github.com/choisungwook/akbun-aitools",
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "analysis",
    "architecture",
    "codebase",
    "relationship-graph",
    "impact-analysis",
    "json",
    "html",
    "drawio",
    "incremental"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "akbun Analysis",
    "shortDescription": "Evidence-backed service/component relationship analysis with JSON, interactive HTML, and draw.io",
    "longDescription": "Analyzes service and component boundaries plus HTTP/gRPC calls, database reads and writes, external APIs, events, and queues. Every component and relationship carries file:line evidence in one validated analysis.json source, which generates a self-contained interactive HTML map and optional editable draw.io export. Stored analysis is refreshed incrementally from Git changes, and optional cross-project views combine independently maintained project JSON files.",
    "developerName": "akbun",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/choisungwook/akbun-aitools",
    "privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "defaultPrompt": [
      "이 저장소의 서비스·컴포넌트 호출 관계를 분석해서 인터랙티브 HTML로 시각화해줘",
      "Analyze this codebase and create an evidence-backed service relationship JSON and HTML map",
      "저장된 분석을 증분 갱신하고 이 변경의 영향 가능 컴포넌트를 알려줘",
      "분석된 관계도를 편집 가능한 draw.io 파일로 내보내줘",
      "이 코드베이스에서 트래픽이 늘면 어디가 먼저 병목이 되는지 근거·측정법·해결책·개선 뒤 새 문제까지 분석해줘",
      "현재 아키텍처를 적대적으로 평가하고 보안·운영 부담 관점에서 더 나은 구조를 수치와 mermaid로 제안해줘",
      "이 토큰은 누가 발급했고 누가 읽으며 어디까지 허용하는지 보안 관점에서 확인해줘",
      "내가 구현한 코드와 주장을 적대적으로 리뷰해서 숨은 가정과 깨지는 반례를 들어줘"
    ],
    "brandColor": "#0F766E",
    "screenshots": []
  }
}
plugins/akbun-analysis/.claude-plugin/plugin.json
{
  "name": "akbun-analysis",
  "description": "Codebase analysis skills — evidence-backed service/component relationships in JSON with interactive HTML, optional draw.io, and incremental updates",
  "version": "1.2.9",
  "author": {
    "name": "akbun"
  },
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "analysis",
    "architecture",
    "codebase",
    "relationship-graph",
    "impact-analysis",
    "json",
    "html",
    "drawio",
    "incremental"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[akbun-analysis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/akbun-analysis)