Security
pre-exec-check
Safety check before executing destructive or irreversible commands. Catches dangerous shell commands, risky git operations, secret exposure, and high-blast-radius actions before th…
Engineering
myco:feature-branch-worktree-squash-merge-delivery
Use this skill when delivering a non-trivial Myco feature that spans multiple files and needs clean PR history. It applies whenever you need git worktrees for isolated implementati…
DevOps
managing-branches
Git branching strategy expertise with flow-aware automation. Auto-invokes for branching strategies like gitflow, github flow, or trunk-based, plus branch creation, naming, merging …
DevOps
managing-commits
Git commit quality and conventional commits expertise with automatic issue tracking integration. Auto-invokes for commit message format, commit quality, conventional commits, commi…
Productivity
memoir-onboard
Populates or refreshes a persistent high-level project snapshot. In git repos writes codebase:onboard with modules, goals, rules, and lessons for onboarding or codebase tours. In n…
Productivity
core-workflow
Detailed development workflow patterns, checklists, and standards. Auto-loads for complex tasks, planning, debugging, testing, or when explicit patterns are needed. Includes sessio…
Engineering
forge-code
Project-local override for trunk-based development. Implements changes per approved plan, builds and tests affected packages, gates new features behind flags when required, and pus…
Engineering
repo-practicing-trunk-based-development
Trunk-based development workflow using the main branch for all work with small frequent commits, minimal branching, and continuous integration. Covers justified branch exceptions, …
DevOps
setup-steward-verify
Verify apache-steward framework integration in an adopter tracker: checks for .apache-steward/ directory, git submodule checkout and alignment, completed project config fields, and…
DevOps
fix-failing-pull-requests-by-analyzing-ci-errors-and-pushing-tar
Use the pr-fix workflow when a pull request is blocked on failing checks and the likely repair is machine-doable. The agent inspects CI failures, traces the root cause, applies a f…
Engineering
my.pr-fix
Retrieves and analyzes CI failures or review comments on a PR, proposes fixes, and implements them. Handles requests to fix PRs, address CI errors, respond to reviews, or resolve l…
DevOps
gemini-checkpoint-management
Central authority for Gemini CLI checkpointing. Covers git-based file snapshots, automatic state saving, restore commands, and rollback. Use when enabling checkpointing, restoring …
Engineering
review-converge
Iteratively reviews and repairs the current branch or target scope until clean, preserving all fixes in the working tree. Escalates only true design decisions and ends with a full …
Engineering
forge-commit-messages
Commit messages that remain useful years later. Subject under 72 characters in imperative mood, body explains why not what, no AI attribution, atomic commits, and patterns for reve…
DevOps
hv-undo
Guided rollback of the last execution cycle on the base branch — resets the merge commit, restores TODO entries, refuses on cycles with post-merge commits unless allowed. Defaults …
DevOps
branch-hygiene
One-pass cleanup of stale local branches, dead worktrees, merged branches, and abandoned remote PR branches. Chains fetch prune, gone-branch removal, worktree pruning, and merged-b…
Engineering
chestertons-fence
Investigate historical context of existing code, patterns, or constraints before proposing changes. Automates git archaeology, PR/ADR search, and dependency analysis to avoid remov…
DevOps
pre-commit-fixer
Diagnoses and resolves pre-commit hook failures with user confirmation at each step. Reads hook output logs, categorizes issues, spawns targeted agents for complex fixes, and produ…
Automation
pseudo-merge
Transforms a report file using **Original:** / **Recommended:** syntax into source files marked with git merge conflict markers. Enables accept/reject decisions via standard merge …
DevOps
matematic-workspace-backup
Configures encrypted Google Workspace backups for law firms using gogcli, age encryption, and private Git repositories. Use for RODO Article 32 compliance, Workspace continuity, ra…
Automation
ww-loop
Runs one autonomous WW-Auto worker tick: polls Trello for ww-ready cards in Green-tier repos, claims a card, executes work in a git worktree, opens a PR, and updates state. Designe…
Automation
bb-bash
Handles Bitbucket Cloud pull requests: listing, reading diffs, commenting, reviewing, approving, declining, merging, or creating PRs. Triggers on Bitbucket URLs or review-related p…
DevOps
kaopiz-git
Standard Kaopiz Git workflow: create branch, commit, and open pull request per company convention. Use for commits, new branches, PRs, or Git workflow questions. Triggers on commit…
DevOps
utilizing-cli-tools
Provides CLI guidance for git, gh, npm and other development tools. Covers best practices for command-line operations in development workflows. Triggered by mentions of CLI, termin…
Security
gpg-signing
Comprehensive guide for GPG commit signing setup, configuration, and troubleshooting across Windows, macOS, Linux, and WSL. Use for Git commit signing, key management, signature ve…
Security
secrets-gitleaks
Detect and prevent hardcoded secrets in git repositories using Gitleaks. Identifies passwords, API keys, and tokens via regex and entropy analysis. Supports pre-commit hooks, CI/CD…
DevOps
diagnose-pathological-git-repository-size-before-migration-ci-or
Identifies Git repository size and history issues that cause slow clones, fetches, or repacks using git-sizer. Surfaces large blobs, oversized trees, excessive refs, and other path…
DevOps
git-github
Git and GitHub operations for React Native (Expo) projects: branch management, commits, pushes, repo creation, pull requests, merges. Use for git, github, commits, pushes, branches…
Security
githacker-git-leak
Recover source code from exposed .git directories using GitHacker. Supports full branch, tag, stash, and reflog extraction even when directory listing is disabled. Use when /.git/H…
Engineering
personal-pre-push-review
Runs adversarial input sweeps, parallel implementation audits, AGENTS.md compliance checks, dead-code detection, and secrets scans on personal repos before git push. Required for a…
Engineering
personal-repo-bootstrap
Bootstraps a new personal repo with industry-standard docs and defensive .gitignore. Routes by repo type (scratch, personal-published, portfolio-public) and enforces secrets/PII pr…
Automation
workflow-worktree-session
Routes worktree mentions to start, switch, or end a worktree session, handling entry into existing trees, pivots into new ones, and exits without replacing dedicated git-worktree s…
Engineering
ClawGator Superpowers
Complete software development framework for ClawGator teams. Covers brainstorming, planning, systematic execution, TDD, debugging, code review, and git worktrees. Auto-triggers bef…
DevOps
easy-worktree
Practical guide for creating, switching, and organizing Git worktrees using the `wt` command in the easy-worktree-rs repository. Includes two-letter aliases, core operations, key o…
DevOps
loom-git-workspace-isolation
Use when implementation needs workspace isolation or provenance because unrelated changes, worker write scopes, baseline ambiguity, branch/worktree setup, or later cleanup/finish d…
Automation
symlink-manager
Create, audit, repair, and document cross-platform symlinks that function correctly on Windows and macOS/Linux. Handles Git symlink issues, broken links after pulls, and path incon…
Engineering
diff-summary
One-call structured triage of a git diff. Returns per-file role classification, risk tier with reasons, public-API touch detection, co-changed-test detection, secret-risk path flag…
Automation
octocat
Handles any GitHub.com URL or git operations via gh CLI, covering PR creation and review, CI monitoring, rebasing, branch cleanup, submodule work, and repository history analysis w…
Documentation
trail
Append a structured session log to trail/log.md in the target repository root after substantive work. Records interpretation, examination, decisions, actions, and reflection to mai…
Productivity
archive-project
Archive a completed project by generating a summary in Knowledge/, storing the git commit hash, and removing the original project file. Trigger on phrases like "done", "complete", …
Engineering
recommit
Reset commits from a base branch and recommit at review-friendly granularity. Use git reset --soft then group changes into logical commits. Base branch defaults to main/master with…
DevOps
dev-mvp-rollback
Manual four-level panic button to restore clean state after autopilot run failures. Levels: --to-story, --to-sprint-start, --branch-nuke, --nuclear. Requires explicit confirmation …
DevOps
signr-pr-closure-loop
Remediates and closes GitHub PRs: fixes review threads, repairs CI, debugs Expo/EAS or Vercel/Turborepo issues, aligns docs, writes scoped conventional commits, pushes, and monitor…
Engineering
migrate-nanoclaw
Extracts customizations from a fork, produces a replayable migration guide, and upgrades to upstream by reapplying changes on a clean base. Replaces merge-based upgrades with inten…
Engineering
rite-seal
Execute a final GO/NO-GO gate by validating spec.md acceptance against evidence.md, running parallel reviewers, blocking on Critical issues, and requiring type-GO before irreversib…
Productivity
dev-cli-tools
Reference guide for essential CLI tools across dev projects. Use when setting up new environments or onboarding machines. Covers git, node, python, java, docker, API testing, data,…
Engineering
dyad:multi-pr-review
Multi-agent code review system that spawns three independent reviewers to examine PR diffs in randomized order, validates issues with analysis, deduplicates comments, and produces …
Automation
issue-commit-pr
Executes the full GitHub workflow from issue creation through branch, commit, push, and PR. Use for requests like creating an issue with a PR, committing changes, or opening a PR f…
Engineering
git-submodule
Manage Git submodules for including external repositories within a main repository. Use when working with external libraries, shared modules, or managing dependencies as separate G…
Engineering
mstar-harness-core
Core harness defining agent lifecycle, state machine, spec-driven gates, role routing, Git isolation, and shared protocols. Mandatory read before any non-trivial task in the config…
Documentation
planning-doc-drift-fix-github-wiki
Action findings from planning-doc-drift-audit.github-wiki. Edit the sibling-cloned wiki, commit per drift category in the wiki repo, append to in-wiki CHANGELOG. Local commits only…
Automation
egit
Zero-knowledge Git automation. Proposes changes for user approval without requiring command knowledge. Auto-triggers on save, branch, init, push, or merge operations in repos or no…
DevOps
hermit-hand-back
Summarizes operator actions during takeover via git log, optionally queues instructions in NEXT-TASK.md, updates SHELL.md, and restarts the Docker container. Run locally after a ta…
Engineering
rebase
Rebase the current branch onto main or another base branch. Auto-detects the base branch, handles conflicts gracefully, and supports commit squashing when syncing or cleaning histo…
DevOps
tidy-git
Performs mechanical git hygiene: prunes stale remote refs, deletes merged local branches after confirmation, and reports stashes, untracked files, and unpushed commits. Never alter…
Engineering
initialize-crystal-porting-project
Initializes a Crystal project for language-porting work by establishing baseline structure, adding upstream as a git submodule, wiring quality gates, and documenting source-of-trut…
Documentation
dev-changelog-gen
Generates or updates CHANGELOG.md by parsing git log and grouping commits by Conventional Commits type. Activates on requests to update changelog, populate unreleased, or prepare r…
DevOps
branch-plan
Reads branch context before creation and produces six Fase-1 deliverables: technical, conceptual, ambiguities, alternatives, test plan, and docs plan. Requires user approval before…
Productivity
vibe-standup
Generates daily or periodic summaries of vibe-flow activity for Slack or Discord. Groups items by merged, in-review, blocked, or in-progress status and includes cost aggregation wi…
Automation
workflow-extend
Implements a mid-PR sub-idea on the same branch without creating a new branch or PR; skips Phase 1, preserves Verify → Review → Deliver, and updates the existing PR via workflow-co…
Showing the top 60 of 1,445. See the full list →