StephanSergio/vibe-stack
Starter for GitHub Pages + Firebase + Claude AI apps (Vite + React + TS) — with a Claude Code agent/skill layer
Starter for GitHub Pages + Firebase + Claude AI apps (Vite + React + TS) — with a Claude Code agent/skill layer
npx skills add StephanSergio/vibe-stackStarter for GitHub Pages + Firebase + Claude AI apps (Vite + React + TS) — with a Claude Code agent/skill layer
Recently updated agent-skill-related GitHub repository: anthonybaldwin/agent-skills.
Configures Python projects with modern tooling (uv, ruff, ty). Use when creating projects, writing standalone scripts, or migrating from pip/Poetry/mypy/black.
ML-powered Karaoke app in Rust using Bevy, WhisperX, and Demucs for stem separation, lyrics transcription, and pitch scoring.
Provides edge case, corner case, boundary condition, and limit testing patterns for Java unit tests. Validates minimum/maximum values, null cases, empty collections, numeric overflow/underflow, floating-point precision, and off-by-one scenarios using JUnit 5 and AssertJ. Use when writing .java test files to ensure code handles limits, corner cases, and special inputs correctly.
Choosing the right concurrency abstraction in .NET - from async/await for I/O to Channels for producer/consumer to Akka.NET for stateful entity management. Avoid locks and manual synchronization unless absolutely necessary.
Agent skill repository for opencode skills.