Skip to content

Claude Code Git & PRs skills :)

Flowy lists 403 skills in the Git & PRs category for Claude Code, across 23 plugins. A skill is a folder of instructions an agent loads while you work. Every one here shows what is inside before you install, who wrote it, and whether it is Auto-invoked, meaning a FLOW.md router fires it as you prompt.

Browse all skills →Git & PRs plugins →

Showing 96 of 403

gitnexus-cli
Skill
Git & PRs

gitnexus-cli

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos.…

gitnexus1 variant1d45k
@abhigyanpatwari@abhigyanpatwariView Skill
gitnexus-debugging
Skill
Git & PRs

gitnexus-debugging

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: \"Why is X failing?\", \"Where does this error come from?\",…

gitnexus1 variant1d45k
@abhigyanpatwari@abhigyanpatwariView Skill
gitnexus-exploring
Skill
Git & PRs

gitnexus-exploring

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: \"How…

gitnexus1 variant1d45k
@abhigyanpatwari@abhigyanpatwariView Skill
agent-browser
Skill
Git & PRs

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web…

@coleam00@coleam00View Skill
archon
Skill
Git & PRs

archon

Use when: User wants to run Archon workflows, CREATE workflows or commands, set up Archon, or manage Archon configuration. Triggers (run): "use archon to",…

@coleam00@coleam00View Skill
archon-dev
Skill
Git & PRs

archon-dev

The PRIMARY development workflow for the Archon project (remote-coding-agent). Use this skill instead of any PRP skills when working on Archon code. Routes to…

@coleam00@coleam00View Skill
muxy-cli
Skill
Git & PRs

muxy-cli

How to drive the Muxy macOS terminal multiplexer from a shell with the `muxy` command — open projects, switch projects/worktrees/tabs, build split layouts,…

muxy1d2.2k
@muxy-app@muxy-appView Skill
muxy-extension
Skill
Git & PRs

muxy-extension

Best-practice guide for authoring a Muxy extension — how it should look and behave so it reads as a native part of the app. Covers theming (follow the theme,…

muxy1d2.2k
@muxy-app@muxy-appView Skill
ad-hoc-profile-load
Skill
Git & PRs

ad-hoc-profile-load

Legacy alias for resolver-backed profile loading. Use the canonical spk-doctrine-profile-load skill for identity, boundaries, and governance. Triggers: "act as…

@priivacy-ai@priivacy-aiView Skill
adversarial-squad
Skill
Git & PRs

adversarial-squad

Deploy a bounded, profile-loaded adversarial review squad at an SDD point-cut (post-spec, post-plan, post-tasks, pre-merge, or an ad-hoc decision) so…

@priivacy-ai@priivacy-aiView Skill
spec-kitty
Skill
Git & PRs

spec-kitty

Standalone Spec Kitty governance invocation: run Spec Kitty when the user indicates they want Spec Kitty involved, load governance context, open an Op, do the…

@priivacy-ai@priivacy-aiView Skill
adhd-output-style
Skill
Git & PRs

adhd-output-style

This skill should be used when the user asks for "ADHD output", "fewer output tokens", "short numbered steps", "limited working memory formatting", or…

agent-browser
Skill
Git & PRs

agent-browser

Agent-browser usage guide. Read this before running any agent-browser commands. Covers the snapshot-and-ref workflow, navigating pages, interacting with…

flow-next
Skill
Git & PRs

flow-next

Manage .flow/ tasks and specs. Triggers: 'show me my tasks', 'list specs', 'what tasks are there', 'add a task', 'create task', 'what's ready', 'task status',…

flow-next1 variant1d674
@gmickel@gmickelView Skill
flow-next-audit
Skill
Git & PRs

flow-next-audit

Audit `.flow/memory/` entries against the current codebase and decide Keep / Update / Consolidate / Replace / Delete / Harden per entry. Triggers on…

flow-next1 variant1d674
@gmickel@gmickelView Skill
flow-next-capture
Skill
Git & PRs

flow-next-capture

Synthesize the current conversation context into a flow-next spec at `.flow/specs/<spec-id>.md` via `flowctl spec create + spec set-plan` — agent-native,…

flow-next1 variant1d674
@gmickel@gmickelView Skill
architecture-reviewer
Skill
Git & PRs

architecture-reviewer

Use when making architectural decisions, planning features, designing new components, reviewing PRs, or validating that proposed changes align with Clean…

@shep-ai@shep-aiView Skill
cross-validate-artifacts
Skill
Git & PRs

cross-validate-artifac

Cross-validate documentation and artifacts across the codebase for consistency, conflicts, and contradictions. Use when users ask to "cross-validate",…

@shep-ai@shep-aiView Skill
mermaid-diagrams
Skill
Git & PRs

mermaid-diagrams

Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams…

@shep-ai@shep-aiView Skill
debug-ui
Skill
Git & PRs

debug-ui

Drive and visually QA the dev-3.0 UI in a real browser (headless Chromium via agent-browser). Use when verifying a UI/UX change, reproducing a visual bug,…

@h0x91b@h0x91bView Skill
ux-create-manifest
Skill
Git & PRs

ux-create-manifest

Create the initial Product UX Bible for an existing web or full-screen web app by deeply auditing the repository, using sub-agents when available, and…

@h0x91b@h0x91bView Skill
ux-principal
Skill
Git & PRs

ux-principal

Principal UX architect skill for planning UI features before implementation. Reads and maintains docs/ux manifests, classifies the feature, decides placement,…

@h0x91b@h0x91bView Skill
coverage-report
Skill
Git & PRs

coverage-report

Generate a .NET code coverage report scoped to files changed in the current branch. Runs tests with coverage collection and produces filtered HTML reports.

dotnet-analyzers
Skill
Git & PRs

dotnet-analyzers

Run dotnet format to fix code style and analyzer diagnostics (IDE0005, CA*, SA*). Use when fixing unnecessary usings, code style violations, analyzer warnings,…

arch-design
Skill
Git & PRs

arch-design

System-design thinking before any doc or code: goals/non-goals, back-of-envelope numbers, components and contracts, failure modes, operability, security,…

@heliohq@heliohqView Skill
auto
Skill
Git & PRs

auto

Run Ship's full production workflow from raw requirement to PR: design, dev, E2E, review, QA, refactor, and handoff. Use only for explicit /ship:auto, auto…

@heliohq@heliohqView Skill
design
Skill
Git & PRs

design

Plan implementation before coding: investigate the repo, write spec and plan, and validate with a peer. Use for "plan", "design approach", "scope", or any…

@heliohq@heliohqView Skill
brainstorm
Skill
Git & PRs

brainstorm

Runs a structured design conversation — clarifies intent, proposes 2-3 approaches with trade-offs, iterates the design — and writes a user-approved engineering…

code-review
Skill
Git & PRs

code-review

Reviews local changes, an open PR/MR, or a branch diff against the project's own coding guidelines, running parallel agents that each cover a different lens —…

commit
Skill
Git & PRs

commit

Stages, commits, and optionally pushes local changes with a Conventional Commits message — always previews and confirms first, and offers a feature branch on…

backpropagation
Skill
Git & PRs

backpropagation

Trace runtime bugs back to spec gaps — identify missing acceptance criteria, update specs, generate regression tests, and detect patterns

@lucasduys@lucasduysView Skill
brainstorming
Skill
Git & PRs

brainstorming

Interactive spec generation — turn ideas into concrete specs with R-numbered requirements and testable acceptance criteria

@lucasduys@lucasduysView Skill
caveman-internal
Skill
Git & PRs

caveman-internal

Internal token optimization for Forge agent artifacts (handoff notes, artifact summaries, review notes). NOT exposed as a user-facing /caveman command.

@lucasduys@lucasduysView Skill
add-doctor-runbook
Skill
Git & PRs

add-doctor-runbook

Adds a new runbook to an existing doctor and registers it in the runbook index and mode config. Use when extending a doctor's audit coverage with a new check,…

scaffold-doctor
Skill
Git & PRs

scaffold-doctor

Scaffolds a complete scheduled "doctor" agent directly into the user's repo. The doctor audits app health on a recurring schedule, routes code-fixable findings…

knowledge-base
Skill
Git & PRs

knowledge-base

Project-specific prompt optimization knowledge management. Use when storing or retrieving learned patterns from comparisons. Provides schema, extraction…

@shinpr@shinprView Skill
prompt-optimization
Skill
Git & PRs

prompt-optimization

Analyzes and optimizes prompts using BP-001~009 patterns and a gated 3-step flow. Use when "optimize this prompt", "review prompt quality", "analyze prompt…

@shinpr@shinprView Skill
recipe-eval-prompt
Skill
Git & PRs

recipe-eval-prompt

Compares original and optimized prompts through repeated blind paired execution in git worktrees. Use when evaluating prompt improvement effects or learning…

@shinpr@shinprView Skill
deploy-workflow
Skill
Git & PRs

deploy-workflow

Safe deployment workflow for Drupal 10/11 sites: pre-flight checks, backup, the correct update sequence (composer install, database updates, config import,…

docker-compose
Skill
Git & PRs

docker-compose

Use this skill when authoring or editing Docker Compose files (compose.yaml / docker-compose.yml), running multi-container stacks, or containerizing a…

docker-model
Skill
Git & PRs

docker-model

Use this skill when running local AI models with Docker Model Runner — the `docker model` CLI — e.g. "run an LLM locally with Docker", "pull a model from the…

devflow
Skill
Git & PRs

devflow

Full-lifecycle AI development workflow — auto-detects whether you need design, build, or fix mode, then enforces the right pipeline with hard gates at every…

@applecg@applecgView Skill
add-team-source
Skill
Git & PRs

add-team-source

Register a git URL as a team-profile source so nyann can periodically sync and expose its profiles under a namespace. TRIGGER when the user says "add a team…

@thettwe@thettweView Skill
bootstrap-project
Skill
Git & PRs

bootstrap-project

Bootstrap a fresh or existing repo with nyann. TRIGGER when the user says "set up this project", "initialize git workflow", "bootstrap this repo", "scaffold…

@thettwe@thettweView Skill
check-prereqs
Skill
Git & PRs

check-prereqs

Survey the machine and report which nyann features are usable right now. TRIGGER when the user says "is my machine ready for nyann", "what do I need to…

@thettwe@thettweView Skill
init
PopularSkill
Git & PRs

init

Use when adding Storybook to a project that does not have Storybook configured yet.

@storybookjs@storybookjsView Skill
gitnexus-guide
Skill
Git & PRs

gitnexus-guide

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples:…

gitnexus-impact-analysis
Skill
Git & PRs

gitnexus-impact-analys

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\",…

gitnexus1 variant1d45k
@abhigyanpatwari@abhigyanpatwariView Skill
gitnexus-lfg
Skill
Git & PRs

gitnexus-lfg

Use when the user wants the GitNexus engineering pipeline run end-to-end on a task: gitnexus-plan (plan depth chosen up front), a blocking gate to execute with…

docker-extend
Skill
Git & PRs

docker-extend

Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend…

@coleam00@coleam00View Skill
manage-run
Skill
Git & PRs

manage-run

Use when: User wants to INSPECT, MONITOR, START, APPROVE, or CONTROL Archon workflow RUNS in the current project — driven through the `archon` CLI over bash.…

@coleam00@coleam00View Skill
playwright-cli
Skill
Git & PRs

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web…

@coleam00@coleam00View Skill
spec-kitty-charter-doctrine
Skill
Git & PRs

spec-kitty-charter-doc

Run charter interview, generation, context, and sync workflows for project governance in Spec Kitty 3.x. Access doctrine artifacts programmatically via…

@priivacy-ai@priivacy-aiView Skill
spec-kitty-git-workflow
Skill
Git & PRs

spec-kitty-git-workflo

Understand how Spec Kitty manages git: what git operations Python handles automatically, what agents must do manually, worktree lifecycle, auto-commit…

@priivacy-ai@priivacy-aiView Skill
azure-usage
Skill
Git & PRs

azure-usage

This skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS…

clean-gone-branches
Skill
Git & PRs

clean-gone-branches

This skill should be used when user asks to "clean gone branches", "remove deleted local branches", "prune branches removed from remote", or explicitly invokes…

cloudflare-deploy
Skill
Git & PRs

cloudflare-deploy

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship),…

bernstein-agents
Skill
Git & PRs

bernstein-agents

Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see…

bernstein-alerts
Skill
Git & PRs

bernstein-alerts

Show active alerts from Bernstein - failed tasks, stalled agents, budget warnings, blocked tasks needing human intervention. Use when the user asks about…

bernstein-approve
Skill
Git & PRs

bernstein-approve

Review and approve/reject pending tasks or plans in Bernstein. Use when the user asks about approvals, wants to review agent work, or needs to approve/reject a…

flow-next-chart
Skill
Git & PRs

flow-next-chart

Decision-map discovery for one oversized/unclear idea before capture. Triggers on /flow-next:chart with an unshaped idea, chart id, decision pin, --status, or…

flow-next1 variant1d674
@gmickel@gmickelView Skill
flow-next-deps
Skill
Git & PRs

flow-next-deps

Show spec dependency graph and execution order. Use when asking 'what's blocking what', 'execution order', 'dependency graph', 'what order should specs run',…

flow-next1 variant1d674
@gmickel@gmickelView Skill
flow-next-drive
Skill
Git & PRs

flow-next-drive

Drive any UI surface like a real user - a web app, a Chromium-backed desktop app (Electron / WebView2, reached over CDP), or a genuinely native app (macOS…

flow-next1 variant1d674
@gmickel@gmickelView Skill
react-flow
Skill
Git & PRs

react-flow

React Flow (@xyflow/react) for workflow visualization with custom nodes and edges. Use when building graph visualizations, creating custom workflow nodes,…

@shep-ai@shep-aiView Skill
shadcn-ui
Skill
Git & PRs

shadcn-ui

Provides complete shadcn/ui component library patterns including installation, configuration, and implementation of accessible React components. Use when…

@shep-ai@shep-aiView Skill
shep-kit-commit-pr
Skill
Git & PRs

shep-kit-commit-pr

Use when ready to commit, push, and create a PR with CI verification. Triggers include "commit and pr", "push pr", "create pr", "ship it", or when…

@shep-ai@shep-aiView Skill
verify-changes
Skill
Git & PRs

verify-changes

How to test and verify work in the dev-3.0 repo — which vitest config covers what, how to write a test that fits the house style, mocking Electrobun RPC and…

@h0x91b@h0x91bView Skill
dotnet-inspect
Skill
Git & PRs

dotnet-inspect

Query .NET APIs across NuGet packages, platform libraries, and local files. Search for types, list API surfaces, compare and diff versions, find extension…

dotnet-run-file
Skill
Git & PRs

dotnet-run-file

Run script-like CSharp programs using dotnet run file.cs. Use this skill when users want to execute CSharp code directly, write one-liner scripts via stdin, or…

dev
Skill
Git & PRs

dev

Implement from a spec or plan: extract stories, build in safe waves, test, commit, and get peer review per story. Use for "implement", "build/code this plan",…

@heliohq@heliohqView Skill
e2e
Skill
Git & PRs

e2e

Add durable end-to-end tests for user/API-visible behavior. Detect or scaffold the E2E framework, write tests, run the app, and store evidence. Use for E2E,…

@heliohq@heliohqView Skill
handoff
Skill
Git & PRs

handoff

Ship completed work: verify locally, commit related changes, push, create or update the PR, watch CI/reviews, and fix until merge-ready or escalated. Use for…

@heliohq@heliohqView Skill
deep
Skill
Git & PRs

deep

Runs an iterative auto-fix loop on a chosen target — review, refactor, or coverage — dispatching the base skill into fresh subagent contexts per iteration,…

gauntlet
Skill
Git & PRs

gauntlet

Runs a Gauntlet Loop: turns an ambitious goal and optional quality references into a minimal builder/critic prompt judged against a concrete comparison bar,…

handoff
Skill
Git & PRs

handoff

Compacts the current conversation into one self-contained, tool-agnostic handoff document at docs/handoffs/<slug>.md so any fresh agent or teammate can resume…

collaborating
Skill
Git & PRs

collaborating

Hackathon-native multiplayer collaboration mode -- brain-dump together, claim tasks across machines, flag decisions async. Drives the subcommands of…

@lucasduys@lucasduysView Skill

307 more in Git & PRs. See them all →