akbun-presentation
v1.1.3akbun presentation deck (pptx) plus a per-slide speaker script (md), in a light-sandwich or dark-step style with consistent voice, layout, and diagram language
By akbunLicense: MIT2 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 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-presentation for Codex and Claude Code
codex plugin marketplace add choisungwook/akbun-aitools
codex plugin marketplace upgrade akbun-aitools
codex plugin add akbun-presentation@akbun-aitoolsPaste 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-presentation” remain stable.
- Codex:
akbun-presentation@agent-plugin-marketplace→akbun-presentation@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-aitoolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/akbun-presentation/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/akbun-presentation/SKILL.md└── skills/akbun-presentation-visual/SKILL.md
Included Skills2
주제·원본 자료(글·논문·코드·장애 경험)를 받아 akbun 스타일 발표 덱(.pptx)과 슬라이드별 상세 발표 대본(.md)을 함께 만든다. 기본은 라이트 샌드위치 형식 — 다크 표지·섹션 슬라이드가 흰 내용 슬라이드를 감싸고, 노란 세로 바 섹션 표지 + "N. 섹션명" 헤더 + ■/- 불릿 + 검정 얇은 선 다이어그램 + VS Code 스타일 코드 패널 + 링크 푸터 + 페이지 번호를 쓴다. 질문 훅으로 스토리를 끌고 가고 노랑 포인트·빨강 문제 강조를 쓴다. 발표 시간·슬라이드 수·청중·언어는 사용자 설정으로 받고, 미지정 항목은 기본값을 쓴다. 덱 스타일과 레이아웃은 design.md를 따르고, 삽입용 래스터 시각자료는 akbun-presentation-visual에 위임한다. 발표 대본은 발표자가 이 분야를 처음 접해도 읽고 설명할 수 있는 완성 원고로 쓴다.
발표 내용·슬라이드 브리프·원본 Figure를 받아 akbun 발표 스타일의 16:9 시각자료 이미지를 만든다. 라이트 샌드위치와 다크 스텝의 색 문법으로 시스템 구조·과정·비교·문제 흐름을 단순화하며, 연속 슬라이드는 같은 구도에서 마커와 강조만 바꾼다. 발표 덱이나 대본은 만들지 않는다. Trigger on: "발표용 이미지 그려줘", "슬라이드 시각자료", "이 내용을 akbun 발표 그림으로", or when akbun-presentation needs a raster visual for a slide.
Plugin manifests2
{
"name": "akbun-presentation",
"version": "1.1.3",
"description": "akbun presentation deck (pptx) plus a per-slide speaker script (md), in a light-sandwich or dark-step style with consistent voice, layout, and diagram language",
"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": [
"presentation",
"slides",
"pptx",
"deck",
"korean",
"speaker-script",
"diagram"
],
"skills": "./skills/",
"interface": {
"displayName": "akbun Presentation",
"shortDescription": "akbun 발표 덱(pptx) + 슬라이드별 발표 대본(md) 생성",
"longDescription": "Turns a topic or a source document (post, paper, code, incident retro) into an akbun-style presentation deck plus a per-slide speaker script written for a presenter who is new to the subject. Takes settings for talk length, slide count, audience level, and language (slides in English, script in Korean by default) and sizes the deck and script to fit. Default light-sandwich style: dark cover and section slides with a yellow accent bar wrap white content slides carrying numbered section headers, square-bullet hierarchies, thin black-line diagrams with pale-yellow workload and pale-green resource fills, VS Code-style dark code panels, github/demo footers, and page numbers. A dark-step variant puts every slide on charcoal with one message per slide. Both follow a question-driven story flow with yellow point and red problem accents. Outputs a .pptx that can also be imported into Google Slides, and a .md speaker script.",
"developerName": "akbun",
"category": "Writing",
"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": [
"이 주제로 akbun 발표자료(pptx)랑 발표 대본 만들어줘",
"이 논문으로 15분짜리 발표자료랑 슬라이드별 대본 만들어줘",
"이 블로그 글을 akbun 발표 스타일 슬라이드로 만들어줘",
"이 장애 경험을 질문-여정-답 구조의 발표 덱으로 만들어줘",
"이 내용을 akbun 발표 스타일의 16:9 시각자료 이미지로 그려줘"
],
"brandColor": "#FFC000",
"screenshots": []
}
}{
"name": "akbun-presentation",
"description": "akbun presentation deck (pptx) plus a per-slide speaker script (md), in a light-sandwich or dark-step style with consistent voice, layout, and diagram language",
"version": "1.1.3",
"author": {
"name": "akbun"
},
"repository": "https://github.com/choisungwook/akbun-aitools",
"license": "MIT",
"keywords": [
"presentation",
"slides",
"pptx",
"deck",
"korean",
"dark-theme",
"diagram"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[akbun-presentation on Agent Plugins Marketplace](https://pluginsmp.com/plugins/akbun-presentation)