KK Exhibition Planner
Turns a messy client brief into an exhibition theme and a full show outline
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Aug 10, 2026
- Environment
- Claude Code 2.x (agent harness)
The bundled Python script really runs: it wrote a 6.6 KB brief-form.html with 17 labelled fields and a working copy-back button in under a second, and it exits cleanly with usage text on a bad project type. Given the same brief (a 1,200 sqm two-floor showroom for a robot-gearbox maker), the no-skill answer was a generic eight-zone list titled 'Precision Manufacturing, Driving the Future'; the skill run derived the theme from a named core tension (an invisible supplier that everyone depends on), picked an explicit ladder narrative, and produced a serial/parallel outline with prologue and epilogue halls, numbered sub-zones, content bullets, emotional tone per zone and square-metre allocation. Scored against the repo's own outline checklist the skill output hit 12 of 12 structural elements versus 2 of 12 for the baseline. Documentation is unusually honest — the README states up front that it stops at the outline and does no spatial or visual design, which matched what we got. Note it opens every session by announcing itself as the author's assistant persona, which is cosmetic but not optional in the SKILL.md.
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 5/5
What KK Exhibition Planner does
A six-step curatorial workflow for exhibition pre-planning: identify the project type (corporate showroom, museum, or cultural-tourism venue), generate an HTML intake form, analyze the brief, derive a theme from the project's core tension, and output a structured exhibition outline. Triggers when you ask to plan an exhibition, draft an exhibition outline, decide a show theme, or organize client materials into a curatorial direction. Written in Chinese with an English README.
How to install KK Exhibition Planner
git clone https://github.com/sunzhaokai95/kk-exhibition-planner-skill.git
mkdir -p ~/.claude/skills/kk-exhibition-planner-skill
cd kk-exhibition-planner-skill && cp -r SKILL.md references scripts ~/.claude/skills/kk-exhibition-planner-skill/
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger KK Exhibition Planner
-
/kk-exhibition-planner-skillTurns a messy client brief into an exhibition theme and a full show outline
It also activates on plain-language prompts like these:
-
帮我策划一个1200平米两层楼的企业品牌展厅项目,帮我产出展览主题和整体展览大纲 -
给这家精密减速器制造商的品牌展厅项目,生成一个展览核心主题和一份结构化的展览大纲 -
根据客户提供的详细需求分析文案,帮我做一份完整周全的展览意向书和详细展陈大纲方案
Frequently asked questions
- Is the KK Exhibition Planner skill free?
- Yes. The skill itself is free from sunzhaokai95/kk-exhibition-planner-skill. SkillProof publishes the install command and an independent test verdict at no cost.
- Does KK Exhibition Planner work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Aug 10, 2026. Verdict: Tested · Works. The bundled Python script really runs: it wrote a 6.6 KB brief-form.html with 17 labelled fields and a working copy-back button in under a second, and it exits cleanly with usage text on a bad project type. Given the same brief (a 1,200 sqm two-floor showroom for a robot-gearbox maker), the no-skill answer was a generic eight-zone list titled 'Precision Manufacturing, Driving the Future'; the skill run derived the theme from a named core tension (an invisible supplier that everyone depends on), picked an explicit ladder narrative, and produced a serial/parallel outline with prologue and epilogue halls, numbered sub-zones, content bullets, emotional tone per zone and square-metre allocation. Scored against the repo's own outline checklist the skill output hit 12 of 12 structural elements versus 2 of 12 for the baseline. Documentation is unusually honest — the README states up front that it stops at the outline and does no spatial or visual design, which matched what we got. Note it opens every session by announcing itself as the author's assistant persona, which is cosmetic but not optional in the SKILL.md.
- What is the KK Exhibition Planner SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install KK Exhibition Planner?
- 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 KK Exhibition Planner 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.