docker-2025-features
Latest Docker 2025 features including AI Assistant, Enhanced Container Isolation, and Moby 25
Latest Docker 2025 features including AI Assistant, Enhanced Container Isolation, and Moby 25
Comprehensive Docker best practices for images, containers, and production deployments
Docker Compose Watch mode for automatic hot reload during local development with sync, rebuild, and restart actions
Load git workflow rules for safe branching, committing, and PR creation. Use at session start or before git operations.
Use when creating GitHub issues, managing PRs, updating issue states, or searching repositories - provides bash scripts to interact with GitHub REST API without writing API calls directly
Complete Windows file path troubleshooting knowledge for Claude Code on Git Bash and Windows environments. PROACTIVELY activate for: (1) File path errors on Windows, (2) Backslash vs forward slash issues, (3) Edit/Write/Read tool failures, (4) MINGW path resolution, (5) Cross-platform path conversion.
This skill should be used when the user asks to "use git blame", "check git history", "find git commits", "use git log", "use git diff", "use git bisect", "trace code changes", "find who changed this code", or mentions using git commands for investigating code history and changes during root cause analysis.
Create conventional, one-line commits from current git changes, splitting related updates into separate commits.
How to review code; a pull request, feature branch, local changes etc.
Git security best practices for 2025 including signed commits, zero-trust workflows, secret scanning, and verification
Working with GitHub Pull Requests using the gh CLI. Use for fetching PR details, review comments, CI status, and understanding the difference between PR-level comments vs inline code review comments.
Install npm packages directly from GitHub repositories using git URLs. Use when installing packages from private repos, specific branches, or unreleased versions not yet on npm registry.
Create and manage stacked (dependent) pull requests for complex features
Merge task branches and resolve conflicts for Ralph parallel execution. Use when merging completed task branches or resolving git conflicts. Triggers on: merge branches, resolve conflict, integration merge.
Create alpha-forge git worktrees with automatic branch naming from descriptions. Use when user says create worktree, new worktree, alpha-forge worktree, AF worktree, or describes a feature to work on in alpha-forge.
Git 2.49+ features including reftables, sparse-checkout, partial clone, git-backfill, and worktrees
Windows and Git Bash compatibility guidance for Azure Data Factory development and CI/CD