Skip to content
Merged
Show file tree
Hide file tree
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
12 changes: 12 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,18 @@
},
"category": "Framework"
},
{
"name": "astro",
"source": {
"source": "local",
"path": "./plugins/astro"
},
"policy": {
"installation": "AVAILABLE",
"authentication": "ON_INSTALL"
},
"category": "Framework"
},
{
"name": "tosspayments",
"source": {
Expand Down
8 changes: 8 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,14 @@
"tags": ["framework", "docs"],
"source": "./plugins/docus"
},
{
"name": "astro",
"description": "Access Astro's official documentation through the Astro Docs MCP server.",
"category": "framework",
"keywords": ["astro", "docs", "documentation", "ssg", "web-framework"],
"tags": ["mcp", "docs"],
"source": "./plugins/astro"
},
{
"name": "tosspayments",
"description": "TossPayments payment integration guide - access official documentation for payment widget, checkout, and API integration",
Expand Down
1 change: 1 addition & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"plugins/ast-grep": "1.2.1",
"plugins/chat-sdk": "1.1.3",
"plugins/docus": "1.1.2",
"plugins/astro": "1.0.0",
"plugins/please-plugins": "1.6.0",
"plugins/wordpress": "1.1.1",
"plugins/vinext": "1.1.1",
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,11 @@ Write beautiful documentations with Nuxt and Markdown.

**Install:** `/plugin install docus@pleaseai` | **Source:** [plugins/docus](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/docus)

#### Astro
Access Astro's official documentation through the Astro Docs MCP server.

**Install:** `/plugin install astro@pleaseai` | **Source:** [plugins/astro](https://github.com/pleaseai/claude-code-plugins/tree/main/plugins/astro)

#### WordPress
Expert-level WordPress knowledge for AI coding assistants — blocks, themes, plugins, and best practices.

Expand Down Expand Up @@ -554,6 +559,7 @@ Once the marketplace is added (or files copied), the following plugins are avail
/plugin install markitdown@pleaseai
/plugin install chat-sdk@pleaseai
/plugin install docus@pleaseai
/plugin install astro@pleaseai
/plugin install wordpress@pleaseai
/plugin install vinext@pleaseai
/plugin install next@pleaseai
Expand Down
25 changes: 25 additions & 0 deletions plugins/astro/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "astro",
"version": "1.0.0",
"description": "Access Astro's official documentation through the Astro Docs MCP server.",
"author": {
"name": "Astro",
"url": "https://github.com/withastro"
},
"homepage": "https://astro.build",
"repository": "https://github.com/withastro/docs",
"license": "MIT",
"keywords": [
"astro",
"docs",
"documentation",
"ssg",
"web-framework"
],
"mcpServers": {
"astro-docs": {
"type": "http",
Comment thread
amondnet marked this conversation as resolved.
"url": "https://mcp.docs.astro.build/mcp"
}
}
}
34 changes: 34 additions & 0 deletions plugins/astro/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "astro",
"version": "1.0.0",
"description": "Access Astro's official documentation through the Astro Docs MCP server.",
"author": {
"name": "Astro",
"url": "https://github.com/withastro"
},
"interface": {
"displayName": "Astro",
"shortDescription": "Access Astro's official documentation through the Astro Docs MCP server.",
"longDescription": "Access Astro's official documentation through the Astro Docs MCP server.",
"developerName": "Astro",
"category": "Framework",
"capabilities": [
"Tool"
],
"defaultPrompt": [
"Use Astro for my current task."
],
"websiteURL": "https://astro.build"
},
"homepage": "https://astro.build",
"repository": "https://github.com/withastro/docs",
"license": "MIT",
"keywords": [
"astro",
"docs",
"documentation",
"ssg",
"web-framework"
],
"mcpServers": "./.mcp.json"
}
8 changes: 8 additions & 0 deletions plugins/astro/.mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"astro-docs": {
"type": "http",
"url": "https://mcp.docs.astro.build/mcp"
}
}
}
8 changes: 8 additions & 0 deletions plugins/astro/mcp_config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"mcpServers": {
"astro-docs": {
"type": "http",
"url": "https://mcp.docs.astro.build/mcp"
}
}
}
19 changes: 19 additions & 0 deletions plugins/astro/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "astro",
"version": "1.0.0",
"description": "Access Astro's official documentation through the Astro Docs MCP server.",
"author": {
"name": "Astro",
"url": "https://github.com/withastro"
},
"homepage": "https://astro.build",
"repository": "https://github.com/withastro/docs",
"license": "MIT",
"keywords": [
"astro",
"docs",
"documentation",
"ssg",
"web-framework"
]
}
21 changes: 21 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,27 @@
}
]
},
"plugins/astro": {
"release-type": "simple",
"component": "astro",
"extra-files": [
{
"type": "json",
"path": ".claude-plugin/plugin.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": ".codex-plugin/plugin.json",
"jsonpath": "$.version"
},
{
"type": "json",
"path": "plugin.json",
"jsonpath": "$.version"
}
]
},
"plugins/please-plugins": {
"release-type": "simple",
"component": "please-plugins",
Expand Down
Loading