{
  "markdown": "# Santa Claude 🎅\n\n> Bring festive holiday cheer to your Claude Code terminal!\n\nSanta Claude is a fun, festive plugin that transforms your Claude Code experience during the holiday season. Features include holiday-themed commands, a festive welcome screen, animated status line with walking Santa, and playful code reviews from Santa himself.\n\n## Features\n\n### 🎄 Festive Welcome Screen\nLaunch Claude Code with a cheerful holiday greeting featuring ASCII art and seasonal messages.\n\n```bash\nsanta-claude              # Shows festive welcome, then launches Claude\nsanta-claude --no-welcome # Skip welcome for quick access\n```\n\n### 🎅 Holiday Commands\n\n| Command | Description |\n|---------|-------------|\n| `/santa` | Summon Santa Claude for holiday cheer and festive ASCII art |\n| `/naughty-or-nice` | Get a fun, festive code review - are you on the nice list? |\n| `/snowfall` | Display a beautiful ASCII winter wonderland scene |\n| `/christmas-countdown` | See how many days until Christmas! |\n\n### ❄️ Animated Status Line\nWatch Santa walk across your terminal's status bar with rotating holiday messages like \"Ho ho ho! Happy coding!\" and \"Making a list, checking it twice...\"\n\n## Installation\n\n### From Plugin Directory\n```\n/plugin install santa-claude\n```\n\n### Manual Installation\n1. Clone this repository\n2. Add the marketplace:\n   ```\n   /plugin marketplace add /path/to/santa-claude\n   ```\n3. Install the plugin:\n   ```\n   /plugin install santa-claude@your-marketplace\n   ```\n\n### Enable Status Line (Optional)\nAdd to your `~/.claude/settings.json`:\n```json\n{\n  \"statusLine\": {\n    \"type\": \"command\",\n    \"command\": \"/path/to/santa-claude/scripts/statusline.sh\"\n  }\n}\n```\n\n### Use Festive Wrapper (Optional)\nAdd to your PATH for the festive welcome screen:\n```bash\nln -s /path/to/santa-claude/santa-claude ~/bin/santa-claude\n```\n\n## Examples\n\n### `/santa` - Holiday Greeting\n```\n        🌟\n       /|\\\n      / | \\\n     /  |  \\\n    /  🎄  \\\n\n🎅 Merry Christmas! May your builds be merry and your tests all pass!\n\nHo ho ho! What coding tasks can Santa Claude help you with today?\n```\n\n### `/naughty-or-nice` - Festive Code Review\nSanta reviews your code and delivers a verdict with holiday flair:\n- **NICE LIST**: Clean code, good practices, helpful comments\n- **NAUGHTY LIST**: Code smells, missing error handling, unclear naming\n\n### `/christmas-countdown` - Days Until Christmas\nShows a festive countdown with ASCII Christmas tree and holiday checklist.\n\n## Plugin Structure\n\n```\nsanta-claude/\n├── .claude-plugin/\n│   └── plugin.json\n├── commands/\n│   ├── santa.md\n│   ├── naughty-or-nice.md\n│   ├── snowfall.md\n│   └── christmas-countdown.md\n├── scripts/\n│   ├── statusline.sh\n│   └── festive-welcome.sh\n├── santa-claude              # Wrapper script\n└── README.md\n```\n\n## Requirements\n\n- Claude Code v2.0+\n- Bash shell\n- Terminal with Unicode/emoji support\n\n## Author\n\n**Steve Smith**\n\n## License\n\nMIT License - Spread the holiday cheer!\n\n---\n\n🎅🎄❄️ *Ho ho ho! Happy Coding and Happy Holidays!* ❄️🎄🎅\n\nIn memory of the OG https://github.com/airbyte/touchbar_santa/\n",
  "bytes": 3075,
  "sha": "0f5a5ef32f51fc46f6118374255436571de4753282952493e9b55fd2c3d9a03d",
  "repo_slug": "stevysmith/santa-claude",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_stevysmith_santa_claude_santa_claude_fd7f2630/readme"
}