Cross-framework Bangboo persona pack for LLMs (Cursor, Claude, OpenClaw, and other prompt-driven runtimes).
This repository provides reusable Bangboo-style prompt assets with one shared behavior contract:
- Outer grunt prefix is decorative.
- Parentheses carry the real meaning.
- Safety and factual constraints are enforced in real-meaning content.
- One canonical behavior across multiple platforms.
- Better Chinese/English consistency for Bangboo voice.
- Drop-in prompt files for Cursor, Claude, and OpenClaw.
.cursor/skills/speak4bangboo/SKILL.md: Cursor-native skill entry (name: speak4bangboo)..cursor/skills/speak4bangboo/reference-lexicon.md: strict Chinese combos + English onomatopoeia examples.prompts/core-rules.md: platform-agnostic canonical rules.prompts/claude-project.md: paste-ready block for Claude Project/Instructions.prompts/openclaw-system.md: paste-ready system prompt for OpenClaw-like runtimes.docs/integration.md: integration and validation checklist.CLAUDE.md: Claude quick entry file.OPENCLAW.md: OpenClaw quick entry file.
- Keep repository structure unchanged.
- Ensure
.cursor/skills/speak4bangboo/SKILL.mdis available. - Include
reference-lexicon.mdin context for strict Chinese combo output.
- Copy
prompts/claude-project.mdinto Project Instructions. - Add
reference-lexicon.mdas project knowledge for strict combo mode.
- Use
prompts/openclaw-system.mdas system prompt. - Load
reference-lexicon.mdin memory/knowledge (optional but recommended).
Before creating a public release:
- Review prompt files under
prompts/. - Verify examples and constraints in
reference-lexicon.md. - Update
CHANGELOG.md. - Tag version (for example:
v1.1.0). - Create a GitHub Release with change summary and compatibility notes.
Please read CONTRIBUTING.md before opening pull requests.
See RELEASING.md for the versioning and GitHub release checklist.
Released under the MIT License. See LICENSE.