How this skill is triggered — by the user, by Claude, or both
Slash command
/wiki:pptThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a presentation from wiki content. Two output formats available.
Generate a presentation from wiki content. Two output formats available.
Marp turns markdown into slide decks. Obsidian renders with the Marp Slides plugin.
ppt/<topic>.md:marp: true
theme: default
paginate: true
# Title
Subtitle or context
# Key Finding 1
- Point with [[wikilink]] citation
- Supporting evidence

# Visual Analysis
Insights from the chart
# Open Questions
- What remains to investigate
- Next sources to ingest
marp ppt/<topic>.md --pptx or --pdf via Marp CLIpython-pptx (pip install python-pptx if needed)wiki/assets/outputs/<topic>-<date>.pptxUse PPTX only when user specifically needs it for external sharing. Default to Marp.
產出投影片後,在 wiki/references/slide-index.md 的表格追加一行:
| MM-DD | `ppt/<topic>/` | 主題描述 | 頁數 | [[concepts/xxx]], [[entities/yyy]] |
## [YYYY-MM-DD] ppt | Presentation: <topic>
- Output: ppt/<topic>.md (Marp) or outputs/<topic>.pptx
- Pages referenced: [[page1]], [[page2]], ...
- Slide index updated: wiki/references/slide-index.md
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub momocat1102/claude-wiki-plugin --plugin wiki