Cc Plugins
Description
Claude Code plugins for lazy developers (in a good way) - automate and capture workflows to reclaim your time
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
cc-plugins
A [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin marketplace — install skills to automate Git, Jira, and meta-development workflows directly in your terminal.
Quick Start
# Add marketplace
/plugin marketplace add https://github.com/yanmxa/cc-plugins
# Install plugins
/plugin install git
/plugin install jira
/plugin install claude
Plugins
git
Automates the full Git workflow — commit/push with DCO sign-off, create PRs (fork + branch + submit), list PRs across repos, squash commits, and batch rebase.
Bundled scripts: 01-fork-and-setup.sh, 03-create-pr.sh, show-prs.sh
jira
Jira Cloud REST API v3 CLI and shell library. Sprint boards, issue CRUD, JQL search, workflow transitions, comments, links, and ADF builders — all from the terminal.
Bundled: jira-ops CLI + jira-ops.sh sourceable library
claude
Meta-development plugin for extending Claude Code itself — extract workflows into reusable slash commands or create specialized subagents.
How It Works
Each plugin bundles skills with `SKILL.md` definitions and supporting scripts. Skills use `${CLAUDE_SKILL_DIR}` for portable paths, so they work regardless of where Claude Code installs them.
plugins/
├── claude/ # Meta-development
│ └── skills/
│ ├── create-command/
│ └── create-subagent/
├── git/ # Git automation
│ └── skills/git/
│ └── scripts/ # Fork, PR, show-prs
└── jira/ # Jira operations
└── skills/jira/
├── scripts/ # CLI + shell library
└── references/ # API docs
Contributing
PRs and issues welcome.
License
MIT
Related Skills
Epic Decompose
Break an epic into task children without creating task branches.
Productivity Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity Worktree Status Check
Verify the current worktree environment and show task details.
Productivity