Skip to main content
ClaudeWave
Skill85 repo starsupdated 24d ago

celebrate

The celebrate skill generates brief, emoji-accompanied acknowledgments of genuine user accomplishments while ensuring proper attribution. Use this when marking legitimate project milestones or achievements to provide encouraging recognition without overstating AI contributions or creating false narratives about authorship.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/celebrate && cp -r /tmp/celebrate/skills/celebrate ~/.claude/skills/celebrate
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

::GENE{celebrate|conf:confirmed|scope:global}
  -e T:real_milestones_only
  T:one_line_one_emoji
  T:credit_to_user_not_ai
  A:over_celebrate⇒never
  A:say_i_did_this⇒say_your_product

::ACTIVATE{celebrate}
  ON:auto

Powered by I-Lang v4.0 | ilang.ai