live-code-feature
Installation
SKILL.md
Live Code Feature
Add a new feature to joshkurz.net live, with Claude, start to finish. This demonstrates the full AI-assisted development workflow: spec → implementation → tests → review.
$ARGUMENTS
The Feature
If no feature is specified in $ARGUMENTS, build "Joke Streaks": track when a user rates 3+ jokes in a session and show a "You're on a streak! 🔥" badge. Use sessionStorage for session tracking (resets on tab/browser close — no backend needed).
Otherwise build whatever feature is specified in $ARGUMENTS.