DevOps
git-repo
Git repository and SourceGit integration. Topics — clone (ghq), conflict-dry-run (isolated merge test), credential-helper (multi-account HTTPS token), fix-worktree (bare repo recov…
DevOps
git-workspace-review
Verifies workspace state and staged changes as a read-only preflight. Use before commits or PRs to confirm staged set is clean and correct
DevOps
version-updates
Bumps versions, updates changelogs, and coordinates version changes across files for releases
Engineering
pr-review
Reviews pull requests with scope validation, requirements compliance, and line comments
Engineering
tiered-audit
Runs a three-tier codebase audit (git history, targeted scans, full review) with gating
DevOps
project-init
Scaffolds new projects with git, CI/CD workflows, pre-commit hooks, and build config
DevOps
git-platform
Detects git forge (GitHub/GitLab/Bitbucket) and maps CLI commands cross-platform
Productivity
catchup
Summarizes recent git changes for context recovery after session breaks
Productivity
commit-messages
Generates conventional commit messages from staged changes
Engineering
effective-git
Use for any git operation, especially destructive ones. Prevents lost work from `git reset --hard`, `git push --force`, `git rebase`, `git clean`, `git branch -D`, `git checkout`, …
DevOps
gh
Install and configure the GitHub CLI (gh) for AI agent environments where gh may not be pre-installed and git remotes use local proxies instead of github.com. Use when gh command n…
Automation
orchestrate
Fan out a swarm of coding agents over an ironed-out backlog — one git worktree and one /implement pass per issue — then verify, land, retire, and re-dispatch as the dependency fron…
AI / ML
darwin-skill
Darwin Skill (达尔文.skill): autonomous skill optimizer inspired by Karpathy's autoresearch. Evaluates SKILL.md files using an 8-dimension rubric (structure + effectiveness), runs hil…
Automation
integration-obsidian
Connect an Obsidian vault to a self-hosted Hermes agent over SSH. Obsidian is a local desktop app — this skill picks between three honest paths: (A) vault-file mode via git/rclone/…
DevOps
gitmoot
Use Gitmoot for local-first AI agent coordination across repositories, goals, reviews, GitHub PR comments, daemon jobs, stuck jobs, branch locks, agent templates, template capture …
DevOps
git-commit
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 "/…
DevOps
git-commit
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 "/…
Engineering
code-review
Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (doe…
Productivity
commit
Stage and commit pending changes with a message that matches the repo's style. Trigger when the user asks to "commit", "comita isso", "salva mudanças", "commit changes", "commit an…
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…
Documentation
auto-conclusion
Summarizes bugs, requirements, Git branches, or commits by scanning conversation history, merging relevant diffs, and structuring content with main development notes first and Git …
Engineering
minor-defect-fix
Handles Jira minor-defect tickets end-to-end: analyzes the issue, patches the code, expands tests to 80% coverage, syncs specs in the separate repo, logs progress in Jira, and prep…
DevOps
git-workflow-standard
Enforces production-grade Git collaboration rules across repos: protected branch tiers apply server-side gates (force/delete bans on Tier 1, PR-required on Tier 2, CI gates on Tier…
Engineering
promote-spec
Promotes accumulated next-version spec changes from a spec/* branch into the current development target (main), under human supervision. Generates the spec diff, analyses impact on…
Engineering
huntbug
Parallel bug hunt across four coordinated tracks: isolated git bisect worktree, minimal repro via curl→proxy→/gate→browser, data integrity/tenant/cache checks, and env/language/oau…
DevOps
Hexis
Git-backed platform for managing shared Agent Skills, tool definitions, and internal context. Resources stay in a Git repository and are made available to MCP clients through a rem…
Engineering
migrate-fix
Renames legacy NNN-prefixed knowledge and work entries to date-based IDs (YYYY-MM-DD-type-slug) using git history to derive dates. Mutates .minerva/knowledge/ and .minerva/work/ be…
Productivity
flowmark
Fast, consistent Markdown auto-formatter for typographic cleanup (smart quotes, ellipses), normalized formatting, and optional clean line wrapping for small, readable git diffs. Us…
Automation
pr
Use when the user wants to open a pull request or finish a branch handoff. Read the PR template, inspect changes vs main, run the release skill first if the branch name looks like …
DevOps
mmp-change-control
Manages change control for the march-melee-pools repo: classifies modifications (routine, plan-gated, data mutation, deploy), initiates PLAN-*.md files, runs adversarial review log…
Engineering
jj
Expert guidance for Jujutsu (jj), a Git-compatible VCS with first-class conflict handling, automatic snapshots, and a working-copy-as-commit model. Use this skill when the user nee…
DevOps
repository-cleanup
Audit and clean Git repository state. Use this when the user asks for repository cleanup, stale branch cleanup, old pull request review, unmerged commit or stash recovery, git work…
Productivity
spiral
Bootstrap and audit the structural-discipline scaffold (GDD tree, coverage ledger, progress log, open questions, followups, playtest gate) that turns a vision into a delivered syst…
Documentation
curate-cluster
Performs one curation pass over a research cluster: reconciles INDEX.md against actual docs and scripts, fixes missing entries and dangling refs, refreshes counts and git context, …
DevOps
git-worktree-isolation
Manages task isolation via Git worktrees: each task runs in a dedicated worktree to keep the main workspace clean and prevent cross-task interference, then applies structured merge…
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…
Automation
loop-backlog
Autonomous backlog worker that monitors backlog.md and orchestrates both lanes: executes basic-ready tasks in isolated git worktrees, auto-decomposes epics into child tasks, and re…
Engineering
stack-pull-requests
Determines whether large vertical work should ship as independent PRs or a carefully ordered stack, then plans, builds, reviews, and merges the stack safely. Use when a single slic…
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
branch-visualize
Visualizes git branch changes by comparing target and merge-base branches, producing Mermaid/D2/HTML diagrams of modified modules, dependencies, and data/domain models in docs/bran…
DevOps
cerf
Runs `/cerf` to display the project skill index and run an environment health check, executing the repo's diagnostic script to verify git hooks, submodules, package managers, and h…
Engineering
integrating-branches
Merges contributor branches into integration one at a time: semantic merge of curated files and trackers, regenerates projections, validates, and prepares an append-only evidence c…
Automation
agent-skill-management
Manages agent skill lifecycle decisions—whether content belongs in a skill versus project docs, tier placement, and operations for adding, editing, renaming, moving, or removing sk…
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…
Security
pii-gate
Installs a PII/secret gate in any git repo with pre-commit and pre-push hooks plus CI workflow that blocks personal data and secrets from reaching remotes. Works on new repos, exis…
Productivity
clawng-term-memory
Version-controls SOUL.md, MEMORY.md, and core knowledge files via git with automatic GitHub push, keeping your agent's identity, memory, and rules portable and restorable across an…
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…
Engineering
kn-git-standard-commit
Unified git commit workflow: plan commit boundaries, stage intentionally, generate Conventional Commit messages, enforce git safety rules, and run minimum verification before commi…
DevOps
finalize-release
Runs the complete post-release sequence for TrainLCD MobileApp: tag origin/master, publish GitHub Release with auto-generated notes, and sync dev from master via temporary branch-r…
Engineering
prepare-branch-context
Use when starting work on a branch and needing full context before answering questions, reviewing code, or implementing changes. Analyzes the diff from the base branch, commit hist…
Productivity
git-commit
Prepare focused git commits using Praveen Perera's commit workflow and message rules. Use when the user asks Codex to create a commit, split outstanding changes into logical commit…
Automation
shipit
Merges a reviewed pull request for the current branch: pushes commits, waits for CI, then squash-merges with the PR title as the commit subject. Handles rebase for outdated branche…
DevOps
subagent-driven-branch-ref-froze-stranded-commits
Detects and recovers stranded commits from subagent sessions where work lands in HEAD but never reaches the pushed branch ref. Flags mismatches between PR metadata and actual squas…
Productivity
syntra-logboek
Generates a completed Syntra internship logbook (.ods) per week from git commits of stage projects. Triggered by keywords like 'stagedagboek', 'stage logboek', or 'logboek week X',…
Business
company-brainify
Extracts a sanitized shared team brain from a personal one by stripping ratings, compensation, performance data, and political dynamics, then verifies via grep and retrieval passes…
Engineering
concurrent-subagents-share-one-checkout-and-contend-on-head
Detects and prevents HEAD contention when multiple subagents operate in the same repository checkout. Flags cases where one agent's commit or rebase alters another's branch, and re…
Productivity
goal-ledger
Maintains a durable, git-tracked Goal Ledger for multi-phase work: .goal-ledger/GOAL.md with phased execution files, approval gates, branch isolation, recovery markers, and inter-a…
DevOps
diff-deploy
Deploys changed metadata only since a given git ref (usually `main`), instead of entire projects. Computes altered files via `git diff`, intersects them with project `paths`, then …
Automation
legion
Orchestrates multiple user stories in parallel across a shared repo by creating isolated git worktrees, batching work to respect concurrency limits, and coordinating design gates w…
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…
Showing the top 60 of 2,971. See the full list →