git-workflow
Git Workflow
Use this skill for three common Git tasks:
- Smart commits for current changes
- Rebase of the current branch onto a base branch
- Linked worktree creation and environment bootstrap
- Cleanup of a finished branch or linked worktree
Commit Workflow
Use this when the user asks to commit changes, create a good commit message, or split changes into multiple commits.
Read references/git-commit.md and follow it.
Key expectations:
- Analyze actual current changes before naming commits.
- Prefer several focused commits over one large mixed commit.
More from deanthompson/agent-skills
gitlab-mr
Use when the user wants to create a GitLab merge request, draft an MR title and description, compare the current branch against a target branch, push the branch, or run `glab mr create`. Covers previewing the generated MR copy and confirming before creation.
1cloudflare-dns-manager
Manage Cloudflare DNS zones, DNS records, and Cloudflare single redirect rules through the official API. Use when an agent needs to inspect Cloudflare zones, list DNS records, create or update SPF/DKIM/DMARC/MX/CNAME/TXT records, delete records, configure www-to-apex redirects, export zones, or prepare DNS changes for domains hosted on Cloudflare, especially when the account contains multiple zones.
1agent-context-files
Create, review, and optimize persistent agent context files such as AGENTS.md, CLAUDE.md, .cursorrules, GEMINI.md, or repository-specific AI assistant instructions. Use when the user asks to create or improve agent instructions, project memory, coding-agent onboarding docs, or context files that should be loaded across sessions.
1