Add cclaw — AI comedy writing skill#239
Open
kreator666 wants to merge 2 commits intovercel-labs:mainfrom
Open
Conversation
|
@kreator666 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
What
Adds cclaw (comedy + claw), a knowledge-type AI skill for structured comedy writing across multiple formats.
Capabilities
7 output formats: standup, sketch, manzai (漫才), satire, parody, script, absurdist
Structured pipeline: topic research → technique selection → drafting → polishing
Theory-backed: 4 core theory references (comedy typology, creative principles, joke mechanics, performance psychology)
14 distinct techniques: reversal, callback, escalation, defamiliarization, etc.
Structure
skills/cclaw/ ├── SKILL.md # Skill definition & workflow ├── metadata.json # Skill metadata ├── README.md # Usage guide ├── commands.md # Command reference ├── knowledge/theory/ # 4 theory reference documents └── outputs/ # 7 output format templatesFormat
Follows existing knowledge-type skill pattern (cf. composition-patterns). No scripts required — pure prompt engineering with structured knowledge references and output templates.
Notes
Skill language: Chinese (target audience: Chinese-speaking comedy creators)
All knowledge files are self-contained within the skill directory
Tested locally with OpenClaw agent framework