Internal AgileFreaks skills library for Claude Code and Claude.ai Cowork.
npx claudepluginhub agilefreaks/claude-skillsBundles 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.
Outside-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.
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.mdClaude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations