BLCaptain Style Skill
Deterministic engine turning Chinese content into Xiaohongshu/WeChat card decks
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 19, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 30, 2026 · 531f607
⚠ This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 19, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.
Ran the bundled engine live: `node bin/blcaptain-style.mjs build` turned an example brief into a real 3-card 3:4 deck (171KB of themed HTML plus a resolved brief) with no dependencies, and the thumbnail-readability gate test correctly flagged 6px body text as unreadable at 360px. This is a genuine deterministic renderer with working QA gates, not prompt fluff, so it clearly beats a freehand-HTML baseline that has no readability guarantees; PNG export needs `npm install` playwright and the 'first-glance stunning' aesthetic claims stay subjective.
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 8/10
- Docs & honesty 4/5
What BLCaptain Style Skill does
Converts an article, notes, screenshots or data into a 3:4 Xiaohongshu card set or WeChat cover using three branded visual languages (Still Paper / Signal Proof / Bridge Canvas). Claude reads the content and hand-writes a brief.json, which a deterministic Node engine renders into styled posters with automated readability and layout gates. Triggers when making Chinese social-media image cards, reading-note cards, tutorial or data-recap cards.
How to install BLCaptain Style Skill
Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.
Commands — how to trigger BLCaptain Style Skill
-
/blcaptain-style-skillDeterministic engine turning Chinese content into Xiaohongshu/WeChat card decks
It also activates on plain-language prompts like these:
-
把这篇创业日记文章整理成一套小红书风格的三宫格图文卡片,发给我先看看效果怎么样。 -
帮我用这份数据复盘笔记,设计一份竖版风格的知识卡片,风格要克制一点不要太花哨了。 -
根据这篇文章里的核心观点,帮我生成一张适合发布在公众号上面的封面配图,谢谢你了。
Frequently asked questions
- Is the BLCaptain Style Skill skill free?
- Yes. The skill itself is free from dososo/blcaptain-style-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does BLCaptain Style Skill work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 19, 2026. Verdict: Tested · Works. Ran the bundled engine live: `node bin/blcaptain-style.mjs build` turned an example brief into a real 3-card 3:4 deck (171KB of themed HTML plus a resolved brief) with no dependencies, and the thumbnail-readability gate test correctly flagged 6px body text as unreadable at 360px. This is a genuine deterministic renderer with working QA gates, not prompt fluff, so it clearly beats a freehand-HTML baseline that has no readability guarantees; PNG export needs `npm install` playwright and the 'first-glance stunning' aesthetic claims stay subjective.
- What is the BLCaptain Style Skill SkillProof Score?
- 8.8/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 4/5.
- How do I install BLCaptain Style 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 Style 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.