claudeers.
// Claude Skills

kk-exhibition-planner-skill

Exhibition pre-planning Skill that turns client materials into structured exhibition outlines.

Slowing down
82/100
last commit 2 months ago
last release none
releases 0
open issues 0

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up kk-exhibition-planner-skill (claude-skill project) into my current project.
Found on https://claudeers.com/kk-exhibition-planner-skill
Repo: https://github.com/sunzhaokai95/kk-exhibition-planner-skill
Homepage/docs: —
Detected install method: claude-skill → # copy this skill into .claude/skills/kk-exhibition-planner-skill/
Category: skills. Platforms: mobile.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
slowing; community-verified: false. Confirm the source before running anything.
// or install directly (claude-skill)
# copy the skill dir into your project:
# .claude/skills/kk-exhibition-planner-skill/   (or ~/.claude/skills/kk-exhibition-planner-skill/ for all projects)
// or clone
git clone https://github.com/sunzhaokai95/kk-exhibition-planner-skill

// compatibility

Platformsmobile
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguagePython

🧭 KK Exhibition Planner Skill

English | 简体中文

A Claude Code Skill for exhibition pre-planning. It turns scattered client materials, spatial constraints, and audience goals into a structured exhibition outline that can be discussed, copied, and further developed.

🎯 What It Is

KK Exhibition Planner works like a navigation system for exhibition pre-planning. When curators face a pile of client notes, space information, audience requirements, and content fragments, it does not jump straight to a slogan. Instead, it identifies the project type, collects structured information, analyzes the essence of the project, derives a theme, selects a narrative route, and then produces a standard exhibition outline.

It is designed for the messy middle of exhibition planning: moving from “too much material and no clear direction” to “a theme, a structure, and an outline ready for design development.” It is suitable for curators, exhibition designers, museum professionals, cultural tourism planners, and teams that need to organize exhibition requirements into a pre-planning outline.

🌱 Why It Exists

I am a curator, which means I often receive a pile of client materials and a deadline that sounds like “we need to see a proposal next week.” Over the years, I realized that the most valuable and hardest-to-teach part of exhibition planning is the concept: deriving what an exhibition is really about from a company, a city, a history, or a cultural resource. This step is often explained as “look more, think more, find the feeling.” KK Exhibition Planner is the lightweight open-source version of the method I have built through years of project work. It does not handle space planning or visual design; it keeps only the most universal and most easily blocked part: from materials, to theme, to exhibition outline. For experienced planners, it is an accelerator. For newcomers, it is a practical mentor that does more than say “find the feeling.”

✨ Core Features

FeatureDescription
6-step exhibition planning workflowMoves from project identification to information collection, project analysis, theme derivation, outline generation, and optional concept deck copy.
Guidance for three project typesCovers enterprise showrooms, museums/cultural venues, and cultural tourism/theme venues, each with its own checklist and planning logic.
Five narrative route methodsSupports pyramid, ladder, parallel, scatter, and multidimensional narrative structures.
HTML brief form generationUses a local Python script to generate brief-form.html, making project information easier to collect and paste back into the assistant.
Three concept deck frameworksProvides audience-driven, concept-analogy, and breakthrough-positioning page flows for concept derivation decks.

🧩 Workflow

flowchart TD
  A["Step 1 Identify Project Type"] --> B["Step 2 Collect Information<br/>Generate HTML Brief Form"]
  B --> C["Step 3 Digest Materials<br/>Project Analysis"]
  C --> D["Step 4 Pre-planning Derivation<br/>From Essence to Theme"]
  D --> E["Step 5 Generate Exhibition Outline"]
  E --> F["Step 6 Generate Concept Deck Copy<br/>Optional"]
StepOutputDescription
Step 1Project typeIdentifies whether the project is A enterprise showroom, B museum/cultural venue, or C cultural tourism/theme venue.
Step 2Brief formRuns the script to generate an HTML form for collecting project information.
Step 3Project analysis summaryClarifies client background, audience, goals, constraints, and the unique value or core tension.
Step 4Theme derivationFinds the core tension, selects a narrative route, writes an internal emotional sentence, and defines the theme.
Step 5Exhibition outlineOutputs a tree structure and a copy-friendly Markdown table.
Step 6Concept deck copyOptionally generates page-by-page concept derivation copy with visual prompts.

🚀 Installation

This repository is already a Skill folder. After installation, the folder should contain SKILL.md. Different AI workbenches use different skills directories, so choose the path that matches your environment.

Claude Code

Claude Code can load personal Skills from ~/.claude/skills/, and project-level Skills from .claude/skills/.

macOS / Linux

git clone https://github.com/sunzhaokai95/kk-exhibition-planner-skill.git
mkdir -p ~/.claude/skills
cp -R kk-exhibition-planner-skill ~/.claude/skills/

Expected path:

~/.claude/skills/kk-exhibition-planner-skill/SKILL.md

Windows PowerShell

git clone https://github.com/sunzhaokai95/kk-exhibition-planner-skill.git
New-Item -ItemType Directory -Force "$env:USERPROFILE\.claude\skills"
Copy-Item -Recurse -Force ".\kk-exhibition-planner-skill" "$env:USERPROFILE\.claude\skills\"

Expected path:

%USERPROFILE%\.claude\skills\kk-exhibition-planner-skill\SKILL.md

Codex / Work Buddy

If you use Codex, or a Work Buddy setup that supports a local skills directory, copy the repository into ~/.codex/skills/. If your Work Buddy app uses a custom skills directory, follow the path shown in its settings.

macOS / Linux

git clone https://github.com/sunzhaokai95/kk-exhibition-planner-skill.git
mkdir -p ~/.codex/skills
cp -R kk-exhibition-planner-skill ~/.codex/skills/

Expected path:

~/.codex/skills/kk-exhibition-planner-skill/SKILL.md

Windows PowerShell

git clone https://github.com/sunzhaokai95/kk-exhibition-planner-skill.git
New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\skills"
Copy-Item -Recurse -Force ".\kk-exhibition-planner-skill" "$env:USERPROFILE\.codex\skills\"

Expected path:

%USERPROFILE%\.codex\skills\kk-exhibition-planner-skill\SKILL.md

Use as a Git Submodule

For team projects that should pin a shared version, add the Skill as a project-level submodule:

mkdir -p .claude/skills
git submodule add https://github.com/sunzhaokai95/kk-exhibition-planner-skill.git .claude/skills/kk-exhibition-planner-skill
git commit -m "Add KK exhibition planner skill"

💬 Usage

When triggered, the Skill explains the six-step workflow and guides the user step by step. It identifies the project type first, generates an information collection form, and only proceeds to analysis and theme derivation after the user provides project materials.

Short example:

User: I want to plan a cultural tourism theme venue. Please help me start from pre-planning.

Assistant: I will proceed with the following workflow:
Step 1 Identify project type
Step 2 Information collection (generate HTML form)
Step 3 Material digestion and project analysis
Step 4 Pre-planning derivation -> exhibition theme
Step 5 Exhibition outline generation
Step 6 Concept derivation PPT generation (optional)

Please confirm the project type first: A enterprise showroom, B museum/cultural venue, or C cultural tourism/theme venue.

🏛️ Project Types And Use Cases

Project TypeTypical ScenariosCore Planning Starting Point
A Enterprise showroomBrand hall, product display center, sales experience hall, industrial park showroomReturn to the enterprise essence, brand value, audience conversion goals, and industry role.
B Museum/cultural venueHistory museum, memorial hall, intangible heritage venue, school history hall, archive, science venueTransform academic content into a story-driven exhibition structure.
C Cultural tourism/theme venueCity exhibition hall, planning hall, scenic-area venue, immersive theme venue, IP theme exhibitionReverse-plan content from operation, communication, experience, and resource uniqueness.

🧠 Narrative Route Methods

RouteLogicBest Fit
PyramidOne core point -> 3 to 5 arguments -> detailed expansionThe most universal structure for most projects.
LadderStep-by-step elevation: reality -> transcendence -> ideal/futureBrand halls, cultural venues, historical narratives, or future-vision projects with strong values.
ParallelMultiple independent thematic sections presented side by sideGovernment venues, planning halls, multi-product enterprises, and comprehensive content.
ScatterMultiple scenes orbit one spiritual coreArt venues, strong IP theme exhibitions, and cultural tourism experience spaces.
MultidimensionalMultiple narrative logics nested togetherLarge complex projects with time, space, and thematic layers.

🪄 Concept Derivation Frameworks

FrameworkWhen To UseOutput Character
Audience-drivenMultiple stakeholders need to be convinced, such as enterprise, government, investment, or park projects.Starts from “who is this for” and derives the theme from audience needs. Rational and steady.
Concept-analogyThe theme is an abstract concept, idea, or experience that needs a strong memory point.Uses universal analogies and questions to elevate the theme. Emotional and memorable.
Breakthrough-positioningValue inheritance, commemoration, education, school history, or industry spirit is the priority.Rejects generic positioning first, then builds a higher spiritual value position.

📂 Practical Examples

The following examples are anonymized and retain only the planning methodology in action. See examples/README.md for more context.

CaseProject TypeNarrative RouteDerivation Framework
An anonymized precision medicine enterprise showroomA Enterprise showroomLadder + multidimensional① Audience-driven
An anonymized urban ecology science venueB Science venueParallel③ Breakthrough-positioning

📁 Project Structure

kk-exhibition-planner-skill/
├── SKILL.md                         # Main Skill workflow: six steps and principles
├── README.md                        # English documentation
├── README_zh.md                     # Chinese documentation
├── README_en.md                     # Legacy English documentation link
├── CONTRIBUTING.md                  # Contribution guide
├── LICENSE                          # MIT License
├── .gitignore                       # Git ignore rules
├── examples/
│   ├── README.md                    # Anonymized example index
│   ├── 01-enterprise-hall.md        # Anonymized enterprise showroom workflow example
│   └── 02-eco-museum.md             # Anonymized urban ecology science venue workflow example
├── references/
│   ├── type-a-enterprise.md         # Enterprise showroom checklist, analysis, derivation logic
│   ├── type-b-museum.md             # Museum/cultural venue content structure and storytelling logic
│   ├── type-c-cultural-tourism.md   # Cultural tourism/theme venue planning guide
│   ├── outline-template.md          # Outline hierarchy, table template, self-checklist
│   └── concept-deck-flows.md        # Three page-by-page concept deck frameworks
└── scripts/
    └── generate_brief_form.py       # Local HTML brief form generator

❓ FAQ

QuestionAnswer
Does it require internet access?The Skill itself and generate_brief_form.py do not require internet access. The script generates a local HTML form. Any extra public research depends on your Claude Code environment and permissions.
How is data privacy handled?The form script only generates brief-form.html locally and does not upload data. Any materials you paste back into the chat are handled by your Claude Code/model service environment.
Can I customize project types?Yes. You can modify the reference files and the field definitions in scripts/generate_brief_form.py. For new types, first clarify how they differ from the existing A/B/C categories.
Does it generate final exhibition copy?No. The current Skill is scoped to pre-planning and outline generation: theme, structure, content points, and concept deck copy.
Does it export real PPTX files?No. Step 6 outputs structured Markdown copy for each page, which can be pasted into presentation or design tools.

🤝 Contributing

Contributions and PRs are welcome. Please read CONTRIBUTING.md first, especially the requirement to avoid real client names, company names, or non-anonymized project materials.

📄 License

This project is released under the MIT License.

🙏 Author / Acknowledgements

Author: Curator Sun Zhaokai

KK Exhibition Planner Skill is distilled from curator Sun Zhaokai's exhibition pre-planning methodology. It aims to make curatorial reasoning clearer, more stable, and easier for teams to discuss and review. Thanks to the members of the WeChat group “新时代的纺织工人们” for their support and encouragement.

// faq

What is kk-exhibition-planner-skill?

Exhibition pre-planning Skill that turns client materials into structured exhibition outlines.. It is open-source on GitHub.

Is kk-exhibition-planner-skill free to use?

kk-exhibition-planner-skill is open-source under the MIT license, so it is free to use.

What category does kk-exhibition-planner-skill belong to?

kk-exhibition-planner-skill is listed under skills in the Claudeers registry of Claude-compatible tools.

1 views
18 stars
unclaimed
updated 14 days ago

// embed badge

kk-exhibition-planner-skill on Claudeers
[![Claudeers](https://claudeers.com/api/badge/kk-exhibition-planner-skill.svg)](https://claudeers.com/kk-exhibition-planner-skill)

// retro hit counter

kk-exhibition-planner-skill hit counter
[![Hits](https://claudeers.com/api/counter/kk-exhibition-planner-skill.svg)](https://claudeers.com/kk-exhibition-planner-skill)

// reviews

// guestbook

0/500

// related in Claude Skills

🔓

An agentic skills framework & software development methodology that works.

// skillsobra/Shell272,506MIT[ claude ]
🔓

Public repository for Agent Skills

// skillsanthropics/Python169,406[ claude ]
🔓

💫 Toolkit to help you get started with Spec-Driven Development

// skillsgithub/Python129,208MIT[ claude ]
🔓

AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs,…

// skillsGraphify-Labs/Python106,387MIT[ claude ]
→ see how kk-exhibition-planner-skill connects across the ecosystem