Blcaptain PPT Skill
Turns an article/data point into a single-file HTML deck across 7 design-system-anchored personas, with a real P0/P1/P2 validator.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 49938c0
Ran the bundled validator for real on both arms: a hand-built generic HTML deck for the same content failed with 9 real P0 blockers (no semantic layout roles, raw hex colors); a deck built by taking the skill's own info-data persona seed and substituting real content passed 0 P0 / 0 P1 / 0 P2 clean on the first run.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Blcaptain PPT Skill does
Generates single-file HTML presentation decks (tech report, product breakdown, industry analysis, roadshow deck, social long-image) in one of 7 visual personas each anchored to a recognized design system (Tufte, Constructivism, De Stijl, etc.), enforced by a zero-dependency Node validator that blocks delivery on raw hex colors, missing narrative-role coverage, or fabricated data. Triggers on presentation/deck/slides requests in English or Chinese; explicitly declines plain-text summaries, real-time collaborative PPT editing, and requests to fabricate data or replicate a brand's official keynote visuals.
How to install Blcaptain PPT Skill
git clone https://github.com/dososo/blcaptain-ppt-skill
cd blcaptain-ppt-skill
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/blcaptain-ppt-skill
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Blcaptain PPT Skill
-
/blcaptain-ppt-skillTurns an article/data point into a single-file HTML deck across 7 design-system-anchored personas, with a real P0/P1/P2 validator.
It also activates on plain-language prompts like these:
-
Turn our MAU growth numbers into a one-page board deck -
Build a single HTML slide summarizing this quarter's churn -
Make an investor-ready one-pager from these referral stats
Frequently asked questions
- Is the Blcaptain PPT Skill skill free?
- Yes. The skill itself is free from dososo/blcaptain-ppt-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Blcaptain PPT Skill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the bundled validator for real on both arms: a hand-built generic HTML deck for the same content failed with 9 real P0 blockers (no semantic layout roles, raw hex colors); a deck built by taking the skill's own info-data persona seed and substituting real content passed 0 P0 / 0 P1 / 0 P2 clean on the first run.
- What is the Blcaptain PPT Skill SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Blcaptain PPT Skill?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Blcaptain PPT Skill with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.