Adds a /death-by-ppt skill for reviewing MARP presentations
A collection of plugins that extend Claude Code with custom skills.
| Plugin | Skill | Description |
|---|---|---|
presentation-review | /death-by-ppt | Review MARP presentations for "Death by PowerPoint" issues |
release-manager | /release | Update CHANGELOG.md and bump project versions following Keep a Changelog and SemVer |
Install the entire marketplace or individual plugins using the Claude Code CLI:
# Install all plugins from this marketplace
claude plugin add HeyItsGilbert/marketplace
# Or install a single plugin
claude plugin add presentation-review@marketplace
You can also install directly from a Git URL:
# Install all plugins
claude plugin add https://github.com/HeyItsGilbert/marketplace
# Install a single plugin
claude plugin add https://github.com/HeyItsGilbert/marketplace/plugins/release-manager
Once installed, skills are available in any Claude Code session. Type the skill
name (e.g. /release) or describe what you want and Claude will activate the
matching skill automatically.
.claude-plugin/marketplace.json # Marketplace manifest — indexes all plugins
plugins/
<plugin-name>/
.claude-plugin/plugin.json # Plugin manifest — name, description, version
skills/
<skill-name>/
SKILL.md # Skill definition — frontmatter + prompt
Create plugins/<your-plugin>/.claude-plugin/plugin.json:
{
"name": "your-plugin",
"description": "What your plugin does",
"version": "1.0.0"
}
Create plugins/<your-plugin>/skills/<your-skill>/SKILL.md with YAML
frontmatter (name, description) and the skill prompt as the markdown
body.
Register it in .claude-plugin/marketplace.json by adding an entry to the
plugins array.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub heyitsgilbert/marketplace --plugin presentation-reviewAdds a /release skill for updating CHANGELOG.md and module manifest versions following Keep a Changelog and SemVer
Create and manage Architecture Decision Records (ADRs) and RFCs committed to the repo
Anthropic's production PowerPoint skill — create and edit .pptx decks. The render layer for board and management packs.
Create beautiful HTML presentations from markdown specs using a Poimandres-themed template
Four-layer test framework for Claude Code plugin skills — structure validation, trigger accuracy, session testing, and skill value comparison
HTML 스크롤텔링 기반 발표자료 생성 플러그인. 다크/라이트 테마, highlight.js 코드 블럭, frontend-design 연동 지원.
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
自动生成技术演示幻灯片项目。用于创建 LLM 模型评测、技术产品演示、技术报告等场景的交互式幻灯片。