- Home
- /
- Categories
- /
- Git & VCS
Git & VCS
Git operations, commit helpers, branch management
ci-cd-pipeline-builder
by jmsktm
Expert guide for building CI/CD pipelines with GitHub Actions, Vercel, and other platforms. Use when automating builds, tests, deployments, or release workflows.
express-mcp
by rebyteai-template
MCP server implementation with Express.js and TypeScript.
ncine-presentation
by rebyteai-template
Slidev presentation documenting 14 years of nCine 2D game framework development.
nuxt-starter-netlify
by rebyteai-template
Minimal Vue landing page with Nuxt for Netlify.
langchain-agent
by rebyteai-template
AI agent with tools (search, calculator) using LangGraph and AI SDK.
developer-portfolio
by rebyteai-template
Next.js 16 portfolio with Lottie animations, contact form (Email/Telegram), dev.to integration.
nextjs-blog-netlify
by rebyteai-template
Next.js blog with visual editing and Tailwind CSS for Netlify.
axum-rust-template
by rebyteai-template
Rust Axum API with Diesel ORM and DDD architecture.
screwfast
by rebyteai-template
Astro 5 landing page with Tailwind CSS 4, Preline UI, GSAP, and Starlight docs.
chrome-extension-boilerplate-react-vite
by rebyteai-template
Chrome Extension with React, Vite, and TypeScript.
gsap-awwwards-website
by rebyteai-template
SPYLT product landing with GSAP scroll animations, React 19, and Tailwind CSS 4.
langchain-retrieval
by rebyteai-template
Document Q&A with RAG using Supabase pgvector store.
awwwards-landing-page
by rebyteai-template
Designer portfolio with Locomotive Scroll, GSAP, and Framer Motion animations.
stripe-subscription
by rebyteai-template
Stripe Checkout for recurring subscriptions with Customer Portal. Auto-creates plans if not configured.
executing-plans
by derKlinke
Use when you have a written implementation plan to execute in a separate session with review checkpoints
pm-context
by memyselfandm
Provides project management tool abstraction layer. Auto-loads when working with work items, epics, features, tasks, sprints, or backlogs. Detects PM tool (Linear, Jira, GitHub Projects, markdown) from project configuration and loads appropriate adapter for seamless operations across different PM systems.
openspec-long-running-harness
by rexleimo
Use when implementing long-running agent workflows that need cross-session state persistence, incremental progress tracking, and gate enforcement. Combines OpenSpec spec-driven development with Anthropic's effective harnesses pattern for multi-context-window projects.
code-review
by rexleimo
Automated code review for pull requests and code changes using multi-agent architecture with confidence-based scoring. Use when reviewing PRs, auditing code changes, checking guideline compliance, or detecting bugs in diffs. Works with GitHub, GitLab, and local git repositories. Compatible with Claude Code, Codex, Cursor, Windsurf, and other AI coding tools.
spec-kit-parallel-orchestrator
by rexleimo
Parallel orchestration skill for Spec Kit workflows. When users mention spec kit, enter /speckit. or /prompts:speckit. commands, request spec kit workflow prompt, or need multi-agent collaboration, this skill must be triggered. It validates stages and dependencies first, then splits tasks into 3-6 parallel subtasks, aggregates results, and recursively proceeds to the next round.
docker-best-practices
by hieutrtr
Docker containerization patterns for Python/React projects. Use when creating or modifying Dockerfiles, optimizing image size, setting up Docker Compose for local development, or hardening container security. Covers multi-stage builds for Python (python:3.12-slim) and React (node:20-alpine -> nginx:alpine), layer optimization, .dockerignore, non-root user, security scanning with Trivy, Docker Compose for dev (backend + frontend + PostgreSQL + Redis), and image tagging strategy. Does NOT cover deployment orchestration (use deployment-pipeline).
commit-conventions
by derKlinke
Create conventional commit messages and plan commits. Use when a user asks to commit changes, write commit messages, or organize commits. Enforce repo-specific git/commit rules from AGENTS.md and split multiple logical changes into separate, digestible commits.
API Documentation Lookup
by andrueandersoncs
This skill should be used when the user asks to "look up Effect API", "check the Effect docs", "find Effect function signature", "what does Effect.X do", "how to use Effect.X", "Effect API reference", "fetch Effect documentation", or needs to look up specific function signatures, parameters, or usage examples from the official Effect-TS API documentation.
git-commit-analyzer
by shaoxyz
用 AI 分析 git 提交,鉴定你今天是「夯」还是「拉完了」。 支持 GitHub、GitLab、本地仓库。双语输出,两种风格(打工人/Linus)。
retrieve-diff-from-commit
by xinbenlv
Retrieve code diff from a local git commit. Use this as the first step in a code review pipeline when reviewing local commits.