Agent Plugins Marketplace
All plugins

shortcuts

v1.1.0

Short slash commands for the git, pull request, CI, docs, and dependency loop: /c, /cp, /cb, /cbp, /cpr, /cprw, /p, /m, /wm, /ci, /fci, /prd, /cl, /fa, /docs, /rule, /lint, /deps.

Claude Code17 Skills

By Leonid SvyatovLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
17 skill or MCP entries
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install shortcuts for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shortcuts-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/svyatov/agent-toolkit

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shortcuts/.

Plugin files

plugins/shortcuts/
├── .claude-plugin/plugin.json
├── skills/c/SKILL.md
├── skills/cb/SKILL.md
├── skills/cbp/SKILL.md
├── skills/ci/SKILL.md
├── skills/cl/SKILL.md
├── skills/cp/SKILL.md
├── skills/cpr/SKILL.md
├── skills/cprw/SKILL.md
├── skills/deps/SKILL.md
├── skills/fa/SKILL.md
├── skills/fci/SKILL.md
├── skills/lint/SKILL.md
├── skills/m/SKILL.md
├── skills/p/SKILL.md
├── skills/prd/SKILL.md
├── skills/rule/SKILL.md
└── skills/wm/SKILL.md

Included Skills17

cskills/c/SKILL.md

Commit all changes on the current branch, main included

cbskills/cb/SKILL.md

Commit all changes, branching off first when on the default branch

cbpskills/cbp/SKILL.md

Commit and push, branching off first when on the default branch

ciskills/ci/SKILL.md

Report CI status for the current branch or its pull request

clskills/cl/SKILL.md

Close the issues this branch's pull request resolved, checking off their items first

cpskills/cp/SKILL.md

Commit all changes on the current branch and push

cprskills/cpr/SKILL.md

Commit, push, and open a pull request

cprwskills/cprw/SKILL.md

Commit, push, open a pull request, wait for green CI, then squash merge

depsskills/deps/SKILL.md

Update every outdated dependency, run the repository's checks, and commit

faskills/fa/SKILL.md

Apply every finding from the most recent review, audit, verification, or check in this session

fciskills/fci/SKILL.md

Diagnose the failing CI run on this branch, fix the cause, push, and watch the rerun

lintskills/lint/SKILL.md

Run every linter, formatter check, and typecheck the repository has, and fix to zero

mskills/m/SKILL.md

Squash merge this branch's pull request now, without waiting for CI

pskills/p/SKILL.md

Push the current branch, setting the upstream when it has none

prdskills/prd/SKILL.md

Rewrite the pull request title and description from the full diff against the base branch

ruleskills/rule/SKILL.md

Add a standing rule to CLAUDE.md, CLAUDE.local.md, AGENTS.md, or the global CLAUDE.md

wmskills/wm/SKILL.md

Wait for CI to pass on this branch's pull request, then squash merge it

Plugin manifests1

plugins/shortcuts/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "shortcuts",
  "description": "Short slash commands for the git, pull request, CI, docs, and dependency loop: /c, /cp, /cb, /cbp, /cpr, /cprw, /p, /m, /wm, /ci, /fci, /prd, /cl, /fa, /docs, /rule, /lint, /deps.",
  "version": "1.1.0",
  "author": {
    "name": "Leonid Svyatov",
    "email": "[email protected]",
    "url": "https://www.svyatov.com"
  },
  "homepage": "https://github.com/svyatov/agent-toolkit",
  "repository": "https://github.com/svyatov/agent-toolkit",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[shortcuts on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shortcuts-2)