Git 与版本控制
Git 操作、提交助手与分支管理
nestjs-typescript-starter
rebyteai-template
Official NestJS starter with modular architecture and Jest testing.
tailadmin-nextjs
rebyteai-template
Next.js 16 admin dashboard with 30+ components, Tailwind CSS 4, ApexCharts, dark mode.
express-mcp
rebyteai-template
MCP server implementation with Express.js and TypeScript.
ncine-presentation
rebyteai-template
Slidev presentation documenting 14 years of nCine 2D game framework development.
nuxt-starter-netlify
rebyteai-template
Minimal Vue landing page with Nuxt for Netlify.
langchain-agent
rebyteai-template
AI agent with tools (search, calculator) using LangGraph and AI SDK.
developer-portfolio
rebyteai-template
Next.js 16 portfolio with Lottie animations, contact form (Email/Telegram), dev.to integration.
nextjs-blog-netlify
rebyteai-template
Next.js blog with visual editing and Tailwind CSS for Netlify.
axum-rust-template
rebyteai-template
Rust Axum API with Diesel ORM and DDD architecture.
natural-language-postgres-presentation
rebyteai-template
Presentation-focused Natural Language to SQL app with PPT-style visualizations.
screwfast
rebyteai-template
Astro 5 landing page with Tailwind CSS 4, Preline UI, GSAP, and Starlight docs.
chrome-extension-boilerplate-react-vite
rebyteai-template
Chrome Extension with React, Vite, and TypeScript.
gsap-awwwards-website
rebyteai-template
SPYLT product landing with GSAP scroll animations, React 19, and Tailwind CSS 4.
langchain-retrieval
rebyteai-template
Document Q&A with RAG using Supabase pgvector store.
awwwards-landing-page
rebyteai-template
Designer portfolio with Locomotive Scroll, GSAP, and Framer Motion animations.
stripe-subscription
rebyteai-template
Stripe Checkout for recurring subscriptions with Customer Portal. Auto-creates plans if not configured.
flow-note
benkruger
"Invoke automatically whenever the user corrects Claude, disagrees with a response, or says something was wrong. Also invoke explicitly with /flow:flow-note to capture any learning mid-session. Fast — captures and continues without interrupting flow."
flow-cleanup
benkruger
"Phase 8: Cleanup — remove the worktree and delete the state file. Final phase. Requires Phase 7: Learning to be complete."
flow-plan
benkruger
"Phase 2: Plan — explore the codebase, design the approach, and create an implementation plan using Claude Code's native plan mode."
flow-start
benkruger
"Phase 1: Start — begin a new feature. Creates a worktree, upgrades dependencies, opens a PR, creates .flow-states/<branch>.json, and configures the workspace. Usage: /flow:flow-start <feature name words>"
flow-review
benkruger
"Phase 5: Review — systematic code review against the plan, identified risks, and framework anti-patterns. Fixes issues found, runs bin/flow ci after any fix, then transitions to Security."
roadmap-update
parhumm
Maintain and sync the jaan-to development roadmap. Use when marking tasks done, syncing history, or managing releases.
wp-pr-review
parhumm
Review WordPress plugin PRs for security, performance, WPCS standards, and backward compatibility. Use when reviewing WordPress PRs.
flow-continue
benkruger
"Resume the current FLOW feature. Mid-session: re-asks the last phase transition question. New session: reads state file, shows status, then asks."