Git & VCS

Git operations, commit helpers, branch management

Showing 289-312 of 4619 skills
bmad-code-org

bmad-os-changelog-social

by bmad-code-org

Generate social media announcements for Discord, Twitter, and LinkedIn from the latest changelog entry. Use when user asks to 'create release announcement' or 'create social posts' or share changelog updates.

Code Gen 50.9K 5mo ago
simota

Darwin

by simota

エコシステム自己進化オーケストレーター。プロジェクトライフサイクルを検出し、エージェントの関連性を評価し、横断的知識を統合してエコシステム全体を進化させる。エコシステムの健全性チェックや進化提案が必要な時に使用。

Agents 66 5mo ago
simota

Cipher

by simota

ユーザーの意図を言葉の先まで解読。曖昧な要求をコンテキスト・履歴・暗黙の前提から理解し、正確な仕様に変換。要件の深掘り・明確化が必要な時に使用。

Agents 66 5mo ago
aiskillstore

skill-installer

by aiskillstore

Install Codex skills into $CODEX_HOME/skills from a curated list or a GitHub repo path. Use when a user asks to list installable skills, install a curated skill, or install a skill from another repo (including private repos).

Comments 395 6mo ago
aiskillstore

canton-network-repos

by aiskillstore

Canton Network open-source ecosystem guide covering DAML SDK, Canton runtime, and Splice applications. Use when working with Canton Network, DAML smart contracts, or building decentralized applications.

CLI Tools 395 6mo ago
aiskillstore

create-svg-from-prompt

by aiskillstore

Generate an SVG of a user-requested image or scene

Code Gen 395 6mo ago
Dicklesworthstone

bd-to-br-migration

by Dicklesworthstone

Migrate docs from bd (beads) to br (beads_rust). Use when updating AGENTS.md, converting bd commands, "bd sync" → "br sync --flush-only", or beads migration.

Database 1K 6mo ago
NeoLabHQ

mcp:setup-serena-mcp

by NeoLabHQ

Guide for setup Serena MCP server for semantic code retrieval and editing capabilities

File Ops 1.3K 5mo ago
github

autoresearch

by github

'Autonomous iterative experimentation loop for any programming task. Guides the user through defining goals, measurable metrics, and scope constraints, then runs an autonomous loop of code changes, testing, measuring, and keeping/discarding results. Inspired by Karpathy''s autoresearch. USE FOR: autonomous improvement, iterative optimization, experiment loop, auto research, performance tuning, automated experimentation, hill climbing, try things automatically, optimize code, run experiments, autonomous coding loop. DO NOT USE FOR: one-shot tasks, simple bug fixes, code review, or tasks without a measurable metric.'

Git & VCS 36.9K 4mo ago
n8n-io

linear-issue

by n8n-io

Fetch and analyze Linear issue with all related context. Use when starting work on a Linear ticket, analyzing issues, or gathering context about a Linear issue.

Code Review 197.4K 5mo ago
freekmurze

convert-github-issue-to-discussion

by freekmurze

Convert GitHub issues to discussions using agent-browser. Use when asked to convert, move, or change an issue to a discussion. Requires agent-browser installed and user to log in via headed browser.

Agents 987 5mo ago
freekmurze

review-pr

by freekmurze

Review and merge GitHub pull requests for Spatie packages. Use when asked to review a PR, review a pull request, merge a PR, or when given a GitHub PR URL to review. Also triggers on 'review this PR,' 'check this pull request,' 'merge this,' or '/review-pr'. Uses gh CLI for all GitHub operations.

Code Gen 987 5mo ago
freekmurze

write-freek-dev-blogpost

by freekmurze

"When the user wants to write, draft, or outline a blog post for freek.dev. Also use when the user mentions 'blog post,' 'write a post,' 'freek.dev post,' 'draft a post,' or 'blogpost.' This skill captures the writing style, tone, and structure conventions of freek.dev original posts."

Git & VCS 987 5mo ago
freekmurze

spatie-package-skeleton

by freekmurze

Guide for creating PHP and Laravel packages using Spatie's package-skeleton-laravel and package-skeleton-php templates. Use when the user wants to create a new PHP or Laravel package, scaffold a package. Also use when building customizable packages — covers proven patterns for extensibility (events, configurable models/jobs, action classes) instead of config option creep.

CLI Tools 987 5mo ago
davepoon

bitbucket-automation

by davepoon

Automate Bitbucket repositories, pull requests, branches, issues, and workspace management via Rube MCP (Composio). Always search tools first for current schemas.

Code Gen 3.2K 5mo ago
n8n-io

create-pr

by n8n-io

Creates GitHub pull requests with properly formatted titles that pass the check-pr-title CI validation. Use when creating PRs, submitting changes for review, or when the user says /pr or asks to create a pull request.

Code Review 197.4K 6mo ago
github

git-commit

by github

'Execute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping'

Debugging 36.9K 6mo ago
different-ai

release

by different-ai

Step through versioning, tagging, and verification

Agents 17K 5mo ago
pollinations

voting-status

by pollinations

Create and post ASCII art voting status diagrams to GitHub issues and Discord. Use when asked to update voting, show voting results, or announce voting status.

Code Gen 4.9K 7mo ago
modu-ai

moai-workflow-worktree

by modu-ai

Git worktree management for parallel SPEC development with isolated workspaces, automatic branch registration, and seamless MoAI-ADK integration. Use when setting up parallel development environments, creating isolated SPEC workspaces, managing git worktrees, or working on multiple features simultaneously. Do NOT use for regular git operations like commit or merge (use manager-git agent instead).

CLI Tools 1.1K 5mo ago
cat-xierluo

repo-research

by cat-xierluo

GitHub 仓库深度研究与整合分析工具。支持单个/多个仓库研究、与本地项目对比分析、启发式整合建议。支持主题驱动搜索模式:自动搜索相关仓库、克隆、分析并生成报告。克隆远程仓库到本地 research/ 目录,进行深度代码分析、架构评估、依赖解析,并生成结构化研究报告。触发条件:用户提供 GitHub URL 请求研究/分析/整合/对比时,或提供主题关键词请求搜索并研究相关仓库时。

Academic 488 5mo ago
affaan-m

blueprint

by affaan-m

Turn a one-line objective into a step-by-step construction plan for multi-session, multi-agent engineering projects. Each step has a self-contained context brief so a fresh agent can execute it cold. Includes adversarial review gate, dependency graph, parallel step detection, anti-pattern catalog, and plan mutation protocol. TRIGGER when: user requests a plan, blueprint, or roadmap for a complex multi-PR task, or describes work that needs multiple sessions. DO NOT TRIGGER when: task is completable in a single PR or fewer than 3 tool calls, or user says "just do it".

Git & VCS 232K 4mo ago
Dicklesworthstone

ubs

by Dicklesworthstone

"Ultimate Bug Scanner - Pre-commit static analysis for AI coding workflows. 18 detection categories, 8 languages, 4-layer analysis engine. The AI agent's quality gate."

Debugging 269 2mo ago
agno-agi

git-workflow

by agno-agi

Git workflow guidance for commits, branches, and pull requests

Agents 41.3K 5mo ago