shortcuts
v1.1.0Short 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.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install shortcuts-2@agent-plugin-marketplacePaste 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-toolkitClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/shortcuts/.
Plugin files
├── .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
Commit all changes on the current branch, main included
Commit all changes, branching off first when on the default branch
Commit and push, branching off first when on the default branch
Report CI status for the current branch or its pull request
Close the issues this branch's pull request resolved, checking off their items first
Commit all changes on the current branch and push
Commit, push, and open a pull request
Commit, push, open a pull request, wait for green CI, then squash merge
Update every outdated dependency, run the repository's checks, and commit
Apply every finding from the most recent review, audit, verification, or check in this session
Diagnose the failing CI run on this branch, fix the cause, push, and watch the rerun
Run every linter, formatter check, and typecheck the repository has, and fix to zero
Squash merge this branch's pull request now, without waiting for CI
Push the current branch, setting the upstream when it has none
Rewrite the pull request title and description from the full diff against the base branch
Add a standing rule to CLAUDE.md, CLAUDE.local.md, AGENTS.md, or the global CLAUDE.md
Wait for CI to pass on this branch's pull request, then squash merge it
Plugin manifests1
{
"$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"
}For maintainers
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)