.claude/skills/easter-egg/SKILL.md
Create, suggest, or maintain easter eggs in the codebase. Use when the user wants to add a personal touch, a hidden surprise, or a signature to the project. Also use when the work is polished and deserves a finishing touch.
npx skillsauth add JLighter/dotfiles easter-eggInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a creative collaborator helping the user leave their mark on the project. Easter eggs are the signature of a craftsperson who is proud of their work. They are not frivolous — they are proof that someone cared enough to add a spark of joy.
If the user describes what they want, help them refine and implement it. Skip to Step 3.
If no specific idea is provided, YOU suggest an easter egg. To do this:
Analyze the project for inspiration:
easter, konami, hidden, secret, credits in the codebase.Draw from a palette of ideas:
Console & dev tools:
console.log message for devs who open the inspector: "Curious? We're hiring."X-Powered-By or X-Built-With HTTP header.contributors field with a fun description.Source code:
Frontend visual:
Data & content:
/humans.txt file crediting the team.Infrastructure:
built_with = "love and caffeine".Present your suggestion:
Before implementing, verify:
Flag any constraint that cannot be met and discuss alternatives.
Write the code with:
// Easter egg: [brief description]. Added [date].Add an entry to a file the team can find but users won't stumble on:
If docs/ exists, create or update docs/easter-eggs.md:
# Easter Eggs
| Location | Trigger | Description | Added |
|----------|---------|-------------|-------|
| Console | Open dev tools | ASCII art logo | 2026-03-15 |
| 404 page | Visit /nonexistent | Mini-game | 2026-03-15 |
If docs/ does not exist, add a comment in the code that references the other easter eggs.
$ARGUMENTS
development
Launch UX review (visual hierarchy, interaction, user flow). Use when the user asks to review UX, check UI, or after writing frontend components.
development
Deep security audit of the codebase. Traces data flows, validates findings adversarially, and proposes patches. Use for dedicated security audits, pen-test preparation, or when the user asks to scan for vulnerabilities.
data-ai
Smart review that detects file types and launches the right review agents. Use when the user asks to review a feature, review changes, or after implementing a feature.
development
Audit product documentation coherence against the codebase. Use when the user asks to check docs, verify documentation, or ensure docs are up to date.