Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Awesome Claude Code plugins — a curated list of slash commands, subagents, MCP
- [Marketing Growth](#marketing-growth)
- [Project & Product Management](#project--product-management)
- [Security, Compliance, & Legal](#security-compliance--legal)
* [External Marketplaces](#external-marketplaces)
* [Tutorials](#tutorials)
* [Contributing](#contributing)

Expand Down Expand Up @@ -190,6 +191,15 @@ Install or disable them dynamically with the `/plugin` command — enabling you
- [legal-compliance-checker](./plugins/legal-compliance-checker)


## External Marketplaces

Community-maintained plugin marketplaces you can add to access additional plugins.

| Marketplace | Description | Install |
|-------------|-------------|---------|
| [ykdojo/claude-code-tips](https://github.com/ykdojo/claude-code-tips?tab=readme-ov-file#install-the-dx-plugin) | dx plugin: GitHub Actions analysis (`/gha`), conversation cloning (`/clone`, `/half-clone`), context handoffs (`/handoff`), Reddit fetching (`/reddit-fetch`) | `claude plugin marketplace add ykdojo/claude-code-tips` then `claude plugin install dx@ykdojo` |


## Tutorials

You can host and share your own curated plugin marketplace using a simple Git repository with a `.claude-plugin/marketplace.json` file.
Expand Down