SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

openagent
Guides agents to perform GitHub workflows using the GitHub CLI (`gh`)—auth, repo creation, remotes, and safe credential handling—minimizing user prompts.

stellarlinkco
A framework for long-running, multi-session agent tasks: progress checkpointing, failure recovery, task dependency management, and concurrency controls.

skills
Expert CLI 'man pages for machines' — operational workflows, safety guardrails, flag gotchas and error recovery for cloud, IaC, containers, databases, and dev t

agent-skills
Provides branching strategies, commit conventions, CI/CD recommendations, and repository hygiene patterns for teams adopting trunk-based development and stacked

agent-skills
Quickly re-read recently changed code to catch obvious bugs, typos, and edge cases before committing.

spec-gen
Apply a confirmed refactoring plan safely: reads a refactor plan, applies changes as small, test-gated mini-developments, and stops on failures to avoid lost co

code-virtuoso
A step-by-step playbook to verify, review, choose an integration strategy, write PR messages, push, and clean up when finishing a development branch.

trellis
Control a Trellis development environment: check service status, view and filter logs, manage workflows, and switch worktrees with trellis-ctl.

specialist-agent
A four-phase, evidence-first debugging methodology agent skill: gather evidence, analyze patterns, formulate hypotheses, and implement & prove fixes.

rlm-workflow
Orchestrates an RLM-inspired repository workflow with phase gates, lockable artifacts, and automated bootstrap for run folders — enforces TDD, traceability, and

dots
Draft and apply a clear, imperative-style message to amend the last git commit without changing the commit contents; preserves co-author trailers and warns abou

agenvoy
Generate concise bilingual commit messages (English subject + Traditional Chinese body) from staged git diffs, with multi-topic detection and tag prioritization

claude-plugins
Automatically orient an agent to an unfamiliar git codebase: analyze git state, detect project type and tooling, surface risk flags and give actionable next ste

clawrouter
A strict release checklist for ClawRouter: version bump, changelog, build, tests, tag, GitHub release, and npm publish—used to enforce reliable releases.

rune
Monitors git changes against a planned task to detect and quantify scope creep, classifying drift into actionable tiers (ON_TRACK → OUT_OF_CONTROL).

pi
Generate and review Conventional Commits formatted messages (type(scope): subject, optional body and footers) to support semantic versioning and automated chang

ryanb/dotfiles
Run the project's review tool (`bin/claude-review --print`), report the findings, and iteratively apply fixes, committing each change individually.

specialist-agent
Generate and apply conventional commit messages with automatic type & scope detection plus pre-commit validation for secrets and debug artifacts.

hotpath-rs
Apply semantic diffs to keep hotpath and hotpath-macros source crates in sync with their meta counterparts, preserving meta-specific naming and avoiding bulk fi

git-context-controller
Lean, git-backed agent memory tool that stores commit hashes + intent and provides COMMIT/BRANCH/MERGE/CONTEXT commands to reconstruct context on demand.

AI Workspace Archive
Set up and manage Git hooks (Husky, lint-staged, pre-commit) to enforce linting, formatting, tests, and commit message rules before code reaches CI.

plugins
Run a focused code review workflow: gather context, run targeted tests, fix critical issues, commit focused changes, and open or update a PR.

claude-plugins
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.

pi
Programmatic hunk selection for Jujutsu (jj): list, split, commit, or squash specific hunks to enable partial commits and fine-grained history editing without a

lavra
Create, list, switch and clean Git worktrees safely with an opinionated manager script that copies env files and updates .gitignore.

claude-skill-registry
Orchestrates long-running coding goals: decomposes objectives into atomic tasks, dispatches isolated worktree workers, verifies acceptance criteria, and merges

ryanb/dotfiles
Guided interactive rebase skill: rebases the current branch onto a base branch, helps resolve conflicts, runs related tests, and compares the result to the remo

zorai
PreToolUse hook that blocks destructive git commands (push, reset --hard, clean, branch -D) so agents like Claude Code cannot run them without approval.

agent-assistant
Build and maintain a git-based markdown wiki for teams: ingest, compile, query, and synthesize project knowledge.

my-cc-harness
Performs a dual-pass code review of the current branch using Codex (GPT) and Claude, producing structured findings and severity classifications.