Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

obra logo

using-git-worktrees

245,900

by obra

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback

🔥🔥🔥🔥✓ VerifiedFreeNeeds API keys
mattpocock logo

resolving-merge-conflicts

156,200

by mattpocock

Use when you need to resolve an in-progress git merge/rebase conflict.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mattpocock logo

git-guardrails-claude-code

155,900

by mattpocock

Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

commit-message-storyteller

36,200

by github

Analyzes git diffs or staged changes and generates narrative commit messages that explain WHY a change was made, not just what changed — following Conventional…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

git-flow-branch-creator

36,200

by github

Analyzes git changes and creates semantic Git Flow branches automatically based on change type. Inspects staged and unstaged changes via git status and git diff to determine branch category: feature, release, or hotfix Generates semantic branch names following Git Flow conventions (e.g., feature/user-auth , release-1.2.0 , hotfix/security-patch ) Branches from the correct source ( develop for features and releases, master for hotfixes) and creates the branch in one command Handles edge cases...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

github-release

36,200

by github

This skill automates the full release workflow for a single-package GitHub repository, from analysis through changelog authoring and PR creation. It relies exclusively on gh (GitHub CLI) and git � no other tools needed.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

brag-sheet

36,200

by github

Turn engineering work into evidence-backed impact statements for performance reviews, self-reviews, promotion packets, and weekly updates. Uniquely mines Copilot CLI session logs, git history, and PRs to reconstruct forgotten work.

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

containerize-aspnetcore

36,200

by github

Generate Dockerfile and .dockerignore files customized for ASP.NET Core containerization. Accepts configurable settings for .NET version, Linux distribution (Debian, Alpine, Ubuntu, Chiseled, Azure Linux), base images, ports, and environment variables Creates multi-stage Dockerfile with SDK build stage and optimized runtime stage, following Microsoft best practices for .NET containerization Generates .dockerignore file with sensible defaults (bin/, obj/, .git/, etc.) plus custom patterns,...

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

git-commit

36,200

by github

Standardized git commits using Conventional Commits specification with intelligent diff analysis and message generation. Auto-detects commit type (feat, fix, docs, refactor, perf, test, build, ci, chore, revert) and scope from actual code changes Generates semantic commit messages following conventional format with optional body and footer sections Intelligently stages files for logical grouping when needed, with support for pattern-based and interactive staging Detects breaking changes and...

🔥🔥🔥✓ VerifiedFreeQuick setup
vercel-labs logo

deploy-to-vercel

28,600

by vercel

Deploy applications and websites to Vercel with automatic git integration and preview URLs. Supports three deployment paths: git-push (ideal for linked projects), direct CLI deployment, and no-auth fallback for sandboxed environments Automatically detects project state (linked via .vercel/project.json or .vercel/repo.json , git remote presence, CLI authentication) and chooses the best deployment method Handles team selection for multi-team accounts and uses --scope to deploy to the correct...

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

skill-installer

23,200

by openai

Install Codex skills from curated lists or custom GitHub repositories into your local skills directory. List available skills from the default curated collection or experimental/custom paths; installed skills are annotated in the output Install individual skills by name from the curated list, or install multiple skills from any GitHub repo (public or private) using repo paths or URLs Supports git sparse checkout as a fallback for authentication-protected repos; uses existing git credentials...

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

security-ownership-map

23,200

by openai

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for…

🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

render-deploy

23,200

by openai

Deploy applications to Render with Git-backed services or prebuilt Docker images via Blueprint or direct creation. Supports two deployment methods: Blueprint (Infrastructure-as-Code via render.yaml) for multi-service apps, and Direct Creation (MCP tools) for single services Analyzes codebases to determine runtime, build/start commands, environment variables, and required datastores (databases, Redis, cron jobs) Generates render.yaml configurations with automatic service type selection (web,...

🔥🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys
browserbase logo

ui-test

3,600

by browserbase

AI-powered adversarial UI testing via the browse CLI. Analyzes git diffs to test only what changed, or explores the full app to find bugs. Tests functional…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

wiki-changelog

2,700

by microsoft

Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or…

🔥🔥🔥✓ VerifiedFreeQuick setup
github logo

commit-message

2,700

by github

Generate conventional commit messages - use when creating commits, writing commit messages, or asking for git commit help

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

wiki-changelog

2,700

by microsoft

Analyzes git commit history and generates structured changelogs categorized by change type. Use when the user asks about recent changes, wants a changelog, or…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

create-branch

844

by sentry

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new…

🔥🔥✓ VerifiedFreeQuick setup
getsentry logo

create-branch

844

by sentry

Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new…

🔥🔥✓ VerifiedFreeQuick setup
hashicorp logo

azure-verified-modules

697

by hashicorp

Certification requirements and best practices for Azure Terraform modules seeking AVM compliance. Enforces provider version constraints (azurerm >= 4.0, < 5.0; azapi >= 2.0, < 3.0) and prohibits git-based module references in favor of pinned Terraform registry sources Mandates lower snake_casing for all identifiers, precise variable types, discrete output attributes via anti-corruption layer pattern, and alphabetically ordered locals Requires feature toggle variables for new resources added...

🔥🔥🔥✓ VerifiedFreeQuick setup
hashicorp logo

push-to-registry

697

by hashicorp

Push Packer build metadata to HCP Packer registry for image lifecycle tracking and governance. Registers build artifacts in HCP Packer with minimal overhead, storing metadata only (not actual images) and adding less than one minute to build time Supports bucket-level labels (updated per build) and immutable build-level labels (git SHA, timestamps) for version control and compliance tracking Integrates with Terraform via hcp_packer_artifact data source to query and deploy images across...

🔥🔥🔥✓ VerifiedFreeQuick setup
dbt-labs logo

troubleshooting-dbt-job-errors

605

by dbt-labs

Diagnoses dbt Cloud/platform job failures by analyzing run logs, querying the Admin API, reviewing git history, and investigating data issues. Use when a dbt…

🔥🔥🔥✓ VerifiedFreeAdvanced setup
firebase logo

firebase-app-hosting-basics

370

by firebase

Deploy and manage full-stack web apps with Firebase App Hosting using Next.js, Angular, and other supported frameworks. Requires Firebase project on Blaze pricing plan; supports Server-Side Rendering (SSR) and Incremental Static Regeneration (ISR) workflows Deploy via firebase.json configuration with optional apphosting.yaml for backend setup, or enable automated "git push to deploy" through GitHub integration Includes secret management via CLI commands for secure access to sensitive keys...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
samber logo

conventional-git

157

by samber

Conventional Commits v1.0.0 branch naming, worktree naming, and commit message standards for GitHub and GitLab projects. Use when creating branches, naming worktrees, writing commits, generating commit messages, reviewing branch conventions, or setting up changelog automation. Apply when your project needs consistent git history, SemVer-driven releases, parseable changelog generation, or automatic issue closing. Trigger when the user asks how to name a worktree, create a git worktree, or...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
bitwarden logo

retrospecting

121

by bitwarden

Performs comprehensive analysis of Claude Code sessions, examining git history, conversation logs, code changes, and gathering user feedback to generate…

🔥🔥🔥✓ VerifiedFreeQuick setup
bitwarden logo

analyzing-git-sessions

121

by bitwarden

Analyzes git commits and changes within a timeframe or commit range, providing structured summaries for code review, retrospectives, work logs, or session…

🔥🔥🔥✓ VerifiedFreeQuick setup
warpdotdev logo

resolve-merge-conflicts

116

by warpdotdev

Resolve Git merge conflicts by extracting only unresolved paths, conflict hunks, and compact diffs instead of loading whole files into context. Use when a merge, rebase, cherry-pick, or stash pop stops on conflicts, when `git status` shows unmerged paths, or when files contain conflict markers.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
xixu-me logo

xget

70

by xixu-me

Use when tasks involve Xget URL rewriting, registry/package/container/API acceleration, integrating Xget into Git, download tools, package managers, container builds, AI SDKs, CI/CD, deployment, self-hosting, or adapting commands and config from the live README `Use Cases` section into files, environments, shells, or base URLs.

🔥🔥✓ VerifiedFreeAdvanced setup
microsoft logo

review-staged

52

by microsoft

Generate structured code review for staged files (git staged changes) using Claude Code agents. Provides feedback before committing to catch issues early.

🔥🔥🔥✓ VerifiedFreeAdvanced setup
upstash logo

upstash-box-js

12

by upstash

Work with the @upstash/box TypeScript/JavaScript SDK for sandboxed cloud containers with AI agents, shell, filesystem, and git. Use when building with Upstash…

🔥🔥🔥✓ VerifiedAccount requiredNeeds API keys