cc-plugins
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 11 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
This project provides a marketplace of plugins for Claude Code, offering automated skills to handle Git workflows, Jira API operations, and meta-development tasks directly from the terminal.
Security Assessment
Overall risk: Medium. The tool inherently relies on executing shell commands to automate complex developer workflows like creating pull requests, pushing code, and forking repositories. Additionally, the Jira plugin is designed to make network requests to the Jira Cloud REST API. Because it interacts with external services, it requires you to handle your API keys and credentials securely. The automated code scan found no dangerous patterns, malicious code, or hardcoded secrets, but users should routinely inspect shell scripts that perform automated Git actions to ensure safe repository management.
Quality Assessment
The project is actively maintained, with recent repository pushes occurring today. It is early-stage but has a solid foundation, backed by 11 GitHub stars indicating a small but growing community of users. However, the repository currently lacks an actual license file in its directory structure. Although the README claims it is licensed under MIT, the automated scan flagged the missing file, which could pose minor compliance issues for enterprise use.
Verdict
Use with caution — the code itself appears safe and clean, but always review automated shell scripts and external API integrations before executing them in your local environment.
Claude Code plugins for lazy developers (in a good way) - automate and capture workflows to reclaim your time
cc-plugins
A 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
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found