By agilefreaks
Bundles open dependency-update PRs/MRs into a single verified change. Analyzes changelogs for breaking changes, runs build/test/lint verification, compares warning baselines, and offers to exclude breaking updates. Platform-agnostic — works with GitHub, GitLab, or any forge that exposes PRs/MRs via CLI.
Internal Claude skills library. Works across Claude.ai Cowork, Claude Code (terminal), and GitHub Actions.
| Plugin | Description | Version | Category |
|---|---|---|---|
| code-review | Outside-in, risk-driven code review. Covers bug fixes, new features, add-ons, extensions, and refinements. | 1.0.0 | productivity |
| dep-update-merge | Bundles dependency-update PRs/MRs into one verified change with changelog analysis and breaking change triage. | 1.0.0 | productivity |
In your organization's Cowork settings, add this repository under Org Settings > Plugins > Add plugin source. Once synced, plugins can be made available or auto-installed for org members.
# Add the marketplace
/plugin marketplace add agilefreaks/claude-skills
# Install a plugin
/plugin install code-review@agilefreaks-skills
Or add to your project's .claude/settings.json to install automatically:
{
"enabledPlugins": {
"code-review@agilefreaks-skills": true
}
}
Copy .github/workflows/code-review.yml from this repo into your project. It checks out this skills repo at .skills/ and passes the relevant skill to anthropics/claude-code-action@v1.
See the workflow file for required secrets and permissions.
plugins/<name>/ with:
.claude-plugin/plugin.json — plugin manifestskills/<name>/SKILL.md — skill contentREADME.md — documentation.claude-plugin/marketplace.jsonCHANGELOG.mdBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 claimOutside-in, risk-driven code review methodology. Reviews pull requests across all change types: bug fixes, new features, add-ons, extensions, and refinements. Project-specific checks, posting mechanics, and context gathering are configured via a companion rules file in your project.
npx claudepluginhub agilefreaks/claude-skills --plugin dep-update-mergeClaude Code update watcher: changelog tracking, breaking changes detection, community pulse via Exa, plugin compatibility analysis
ライブラリ更新pull requestのレビュー手順。dependabot/renovatebot PRの分析、release note調査、コード更新、過去の失敗調査を行う。
Git and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Maven dependency intelligence — auto-registers MCP server, provides /check-deps, /latest-version, and /dependency-changes skills
Create and update pull requests with proper formatting
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.