npx claudepluginhub nmoinvaz/speedy-gonzales --plugin arribaThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Create a new branch following the repository's naming conventions:
Determine branch type:
Analyze repository branch naming conventions:
git for-each-ref --sort=-committerdate refs/heads/ --format='%(refname:short)' --count=20
feature/TICKET-123-descriptionbugfix/TICKET-123-descriptionusername/feature/TICKET-123-descriptionTICKET-123-descriptionSearch for ticket IDs:
Generate branch name:
git branch --list '<base-branch-name>*'
/1 to the branch namebugfix/PROJ-123/1, bugfix/PROJ-123/2), use the next numberbugfix/PROJ-123/1 and bugfix/PROJ-123/2 exist, create bugfix/PROJ-123/3Confirm and create:
git checkout -b <branch-name>