Skip to content

Commit 1fbd34c

Browse files
committed
docs: add GitHub repository links and badges
Add GitHub links and badges to improve repository visibility: - Add badges to README.md (stars, license, issues, PRs) - Add homepage and repository fields to marketplace.json - Add GitHub icon button to web application header - Link to repository from README.md
1 parent 342a685 commit 1fbd34c

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"name": "pleaseai",
44
"version": "0.1.0",
55
"description": "Bundled plugins for Claude Code",
6+
"homepage": "https://github.com/pleaseai/claude-code-plugins",
7+
"repository": "https://github.com/pleaseai/claude-code-plugins",
68
"owner": {
79
"name": "Passion Factory",
810
"email": "support@passionfactory.ai"

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Claude Code Plugins Marketplace
22

3+
[![GitHub stars](https://img.shields.io/github/stars/pleaseai/claude-code-plugins?style=social)](https://github.com/pleaseai/claude-code-plugins)
4+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5+
[![GitHub issues](https://img.shields.io/github/issues/pleaseai/claude-code-plugins)](https://github.com/pleaseai/claude-code-plugins/issues)
6+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/pleaseai/claude-code-plugins)](https://github.com/pleaseai/claude-code-plugins/pulls)
7+
38
A curated marketplace of plugins for [Claude Code](https://www.anthropic.com/news/claude-code-plugins), providing custom collections of slash commands, agents, MCP servers, and hooks to enhance your development workflow.
49

10+
**Repository:** [https://github.com/pleaseai/claude-code-plugins](https://github.com/pleaseai/claude-code-plugins)
11+
512
## Overview
613

714
This marketplace is maintained by Passion Factory and provides bundled plugins that extend Claude Code's capabilities with specialized tools and automation.

apps/web/app/pages/index.vue

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
>
99
<template #links>
1010
<div class="flex items-center gap-4">
11+
<UButton
12+
to="https://github.com/pleaseai/claude-code-plugins"
13+
target="_blank"
14+
icon="i-simple-icons-github"
15+
color="neutral"
16+
variant="ghost"
17+
aria-label="View on GitHub"
18+
/>
1119
<UColorModeButton />
1220
</div>
1321
</template>

0 commit comments

Comments
 (0)