CCM
/Skills
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. getsentry
  4. /
  5. skills
  6. /
  7. Create Branch

Create Branch

getsentry/skills
2.2k installs761 stars
Summary

This automates git branch creation using Sentry's naming convention: prefix/type/description. It figures out your username from GitHub API, git config, or email, then inspects your working directory to classify the work (feat, fix, ref, chore, etc.) and generate a kebab-case description. The whole thing runs without prompting unless you explicitly ask to choose the name manually. It handles base branch detection, collision avoidance, and creates the branch in one go. Honestly most useful if you're on a team that enforces structured branch names and you're tired of typing the same prefix format every time. Saves maybe thirty seconds per branch but those seconds add up.

Install

npx skills add https://github.com/getsentry/skills --skill create-branch
Categories
Git & Pull RequestsCode Review & Quality
First SeenMay 16, 2026
View on GitHub

Recommended

More Git & Pull Requests →
github-pr-review

fvadicamo/dev-agent-skills

github pr review
491
63
github-pr-merge

fvadicamo/dev-agent-skills

github pr merge
214
63
git-commit

github/awesome-copilot

Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation.
33.7k
34.3k
git-flow-branch-creator

github/awesome-copilot

Analyzes git changes and creates semantic Git Flow branches automatically based on change type.
9k
34.3k
create-github-pull-request-from-specification

github/awesome-copilot

Automated GitHub pull request creation from specification templates with draft-to-review workflow.
9k
34.3k
backport-pr-assistant

cockroachdb/cockroach

Help backport PRs to release branches using the backport CLI tool. Use when backporting changes that have merge conflicts requiring manual resolution.
31.8k