Skip to main content
ClaudeWave
Skill85 estrellas del repoactualizado 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.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/ilang-ai/autocode /tmp/celebrate && cp -r /tmp/celebrate/skills/celebrate ~/.claude/skills/celebrate
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

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