By shawn-sandy
Automated git workflow — create branches, commit with conventional messages, and create PRs
Fire off the agent-commit subagent in the background to stage and commit the working tree, then return control immediately
Fire off the agent-pr subagent in the background to push the current branch and open a GitHub PR, then return control immediately
Fire off the agent-ship subagent in the background to commit, push, and open a PR/MR end-to-end, then return control immediately
Background git commit agent. Stages all working-tree changes and creates a conventional commit message without user interaction. Use when delegating commit creation to a subagent so the main session can keep working — for example when the user asks to "commit in the background", "commit and keep going", "fire off a commit while I work", or when an orchestration agent needs to checkpoint progress between tasks. Mirrors the commit-agent skill but runs as a background subagent. Does not push or create PRs — use agent-pr or agent-ship for those.
Background pull-request creation agent. Pushes the current branch if needed and opens a GitHub pull request with an auto-generated summary. Use when delegating PR creation to a subagent so the main session can keep working — for example when the user asks to "open a PR in the background", "create an MR summary while I work", "fire off a PR", or when an orchestration agent finishes a feature and needs review. Mirrors the pr-agent skill but runs as a background subagent. Does not commit changes — dispatch agent-commit first if there are uncommitted changes.
Background end-to-end ship agent. Stages, commits, pushes, and opens a pull/merge request in one autonomous flow (GitHub via gh, GitLab via glab). Use when delegating the full ship pipeline to a subagent so the main session can keep working — for example when the user asks to "ship it in the background", "ship and keep working", "land my work without blocking me", or "fire off a ship". Mirrors the ship skill but runs as a background subagent. Skip if the user wants step-by-step control — dispatch agent-commit and agent-pr individually instead.
Creates a git branch from origin/<default> with no upstream tracking. Auto-names the branch from staged or unstaged changes in the working tree. Use when the user asks to create or start a new branch.
Stages all changes and creates a conventional commit message. Analyzes the diff and writes a descriptive, scope-correct commit. Use when the user asks to commit or save work to git.
Pushes the branch and creates a pull request. Supports GitHub and GitLab via gh and glab with auto-filled title and body. Use when the user asks to create a PR or open a pull request.
Runs the full ship pipeline with CI polling and bounded autofix. Chains commit, PR, CI poll, and autofix in one supervised flow. Use when the user asks to autonomously ship or watch CI.
Ships changes by staging, committing, pushing, and opening a PR. Supports GitHub and GitLab in a single guided flow. Use when the user asks to ship changes or commit and create a PR.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A marketplace system for Claude Code plugins — enabling discovery, distribution, and installation of AI-powered plugins that extend Claude's capabilities across code review, planning, testing, git workflows, accessibility, and more.
Marketplace: agentics-kit v4.0.0 · 12 plugins · Requires Claude Code 1.0.33+ · View all plugins · Browse docs
Breaking change — v4.0.0: Six plugins have been removed from the marketplace:
agent-creator,agent-reviewer,agentic-plugin-dev,code-simplifier,marketplace-builder, andreact-perf-analyzer. Their source directories are retained in the repository but are no longer installable via the marketplace. See CHANGELOG.md for details.
Install from the marketplace (no cloning required):
# 1. Register the agentics-kit marketplace in Claude Code
/plugin marketplace add shawn-sandy/agentics-kit
# 2. Install the plugins you want
/plugin install code-review@agentics-kit
/plugin install git-agent@agentics-kit
/plugin install memory-tools@agentics-kit
Or load any plugin directly for local testing:
git clone https://github.com/shawn-sandy/agentics.git
cd agentics
claude --plugin-dir ./kit/plugins/code-review
# Then ask: "Review this code for issues"
The agentics project serves two purposes:
| Purpose | What it contains |
|---|---|
| Active Plugins | 12 marketplace plugins in kit/plugins/ — installable via /plugin install, covering code review, planning, testing, git workflows, accessibility, and more |
| Archived Plugins | 6 removed plugins with source directories retained in kit/plugins/ — loadable locally via --plugin-dir but not available via /plugin install |
| Marketplace Infrastructure | agentics-kit marketplace manifest (marketplace.json) that enables installation via /plugin install |
Every plugin in this repo is a working, production-quality tool you can install and use immediately.
# Verify version
claude --version
Install from the official docs if not present.
gh) — used by the git-agent plugin for GitHub PR creationglab) — used by agent-ship for GitLab MR creationjq — JSON processor, useful for debugging plugin manifests| Platform | Support |
|---|---|
| macOS 12.0+ | Full support |
| Linux (Ubuntu 20.04+) | Full support |
| Windows (WSL2) | Recommended over native Windows |
npx claudepluginhub shawn-sandy/agentics-kit --plugin git-agentReview and plan Claude Code skills, and run tests for changed files — audit SKILL.md files, scaffold new skills, and verify test coverage
Automated git commit and PR creation — stage, commit with conventional messages, and create PRs in one shot
Analyze code and suggest specific, purpose-driven tests tied to actual behavior and intent — not arbitrary coverage
Systematic code review across quality, bugs, security, and best practices
Stress-test implementation plans with structured multi-round interviews before coding begins
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Unity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review