
from agent-skills13
Provides branching strategies, commit conventions, CI/CD recommendations, and repository hygiene patterns for teams adopting trunk-based development and stacked
This skill codifies recommended Git workflows: branching and naming conventions, conventional commits, strategies for maintaining linear history, pre-merge checks, and CI/CD best practices. It helps teams set up repeatable processes for branch hygiene, stacked PRs, and secure CI workflows.
Use during repository setup, when designing branching strategies, creating CI/CD pipelines, authoring commit message standards, cleaning stale branches, or recovering lost commits. Also useful for onboarding engineering teams to consistent Git practices.
references/ folder with materials on branching strategies, conventional commits, trunk-based development, stacked changes, and Git internals.Useful with developer-facing agents that can interact with git or GitHub (GitHub CLI-capable agents, CI/CD automation agents, or devops assistants).
Pure reference skill with no scripts — covers git branching strategies, conventional commits, CI/CD patterns, and repo hygiene via well-organized markdown tables and reference files. SKILL.md is clean and comprehensive but entirely advisory with no automation. No security concerns whatsoever as there's no executable content.
Well-written reference skill. Clean frontmatter, good progressive disclosure with references/ directory, useful quick-reference tables. Lacks actionable workflow steps beyond delegation notes — mostly a knowledge base rather than a skill that does something.
Design System
Guides building scalable design systems: tokens, theming, component patterns, accessibility, and governance.
Tauri
Tauri v2 guidance for building small, secure desktop and mobile apps with web frontends and Rust backends — covers IPC, plugins, packaging, signing, and distrib
Valkey (Redis-compatible)
Valkey is a Redis-compatible in-memory datastore for caching, sessions, pub/sub, streams, queues, and distributed locks—useful for low-latency caching, rate lim
React Motion Animations
Expert implementation of Motion (formerly Framer Motion) for React, covering gestures, scroll effects, and layout transitions.
React Native with Expo
Comprehensive guide for building universal native apps using React Native and Expo, covering routing, CI/CD, and native device APIs.
TanStack Hotkeys
Type-safe keyboard shortcuts for React apps with cross-platform Mod key abstraction and sequence recording.