1a1254f045
CI - 构建、测试和质量检查 / Rust 代码检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 单元测试 (push) Has been cancelled
CI - 构建、测试和质量检查 / 代码格式检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / Clippy 代码质量检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
- 添加 Rust GUI 桌面应用程序入口点 - 添加 TypeScript/JavaScript 项目基础结构文件 - 包含组件、工具、命令、服务和工具定义 - 添加配置文件如 .gitignore、.gitattributes 和 LICENSE - 包含图片资源和演示文件 - 为各种功能模块添加占位符和类型定义
151 lines
5.3 KiB
JSON
151 lines
5.3 KiB
JSON
{
|
|
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
|
|
"name": "claude-code-plugins",
|
|
"version": "1.0.0",
|
|
"description": "Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows",
|
|
"owner": {
|
|
"name": "Anthropic",
|
|
"email": "support@anthropic.com"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "agent-sdk-dev",
|
|
"description": "Development kit for working with the Claude Agent SDK",
|
|
"source": "./plugins/agent-sdk-dev",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "claude-opus-4-5-migration",
|
|
"description": "Migrate your code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "William Hu",
|
|
"email": "whu@anthropic.com"
|
|
},
|
|
"source": "./plugins/claude-opus-4-5-migration",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "code-review",
|
|
"description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Boris Cherny",
|
|
"email": "boris@anthropic.com"
|
|
},
|
|
"source": "./plugins/code-review",
|
|
"category": "productivity"
|
|
},
|
|
{
|
|
"name": "commit-commands",
|
|
"description": "Commands for git commit workflows including commit, push, and PR creation",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Anthropic",
|
|
"email": "support@anthropic.com"
|
|
},
|
|
"source": "./plugins/commit-commands",
|
|
"category": "productivity"
|
|
},
|
|
{
|
|
"name": "explanatory-output-style",
|
|
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Dickson Tsai",
|
|
"email": "dickson@anthropic.com"
|
|
},
|
|
"source": "./plugins/explanatory-output-style",
|
|
"category": "learning"
|
|
},
|
|
{
|
|
"name": "feature-dev",
|
|
"description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Siddharth Bidasaria",
|
|
"email": "sbidasaria@anthropic.com"
|
|
},
|
|
"source": "./plugins/feature-dev",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "frontend-design",
|
|
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Prithvi Rajasekaran & Alexander Bricken",
|
|
"email": "prithvi@anthropic.com"
|
|
},
|
|
"source": "./plugins/frontend-design",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "hookify",
|
|
"description": "Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Daisy Hollman",
|
|
"email": "daisy@anthropic.com"
|
|
},
|
|
"source": "./plugins/hookify",
|
|
"category": "productivity"
|
|
},
|
|
{
|
|
"name": "learning-output-style",
|
|
"description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Boris Cherny",
|
|
"email": "boris@anthropic.com"
|
|
},
|
|
"source": "./plugins/learning-output-style",
|
|
"category": "learning"
|
|
},
|
|
{
|
|
"name": "plugin-dev",
|
|
"description": "Comprehensive toolkit for developing Claude Code plugins. Includes 7 expert skills covering hooks, MCP integration, commands, agents, and best practices. AI-assisted plugin creation and validation.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Daisy Hollman",
|
|
"email": "daisy@anthropic.com"
|
|
},
|
|
"source": "./plugins/plugin-dev",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "pr-review-toolkit",
|
|
"description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Anthropic",
|
|
"email": "support@anthropic.com"
|
|
},
|
|
"source": "./plugins/pr-review-toolkit",
|
|
"category": "productivity"
|
|
},
|
|
{
|
|
"name": "ralph-wiggum",
|
|
"description": "Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly, seeing its previous work, until completion.",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Daisy Hollman",
|
|
"email": "daisy@anthropic.com"
|
|
},
|
|
"source": "./plugins/ralph-wiggum",
|
|
"category": "development"
|
|
},
|
|
{
|
|
"name": "security-guidance",
|
|
"description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "David Dworken",
|
|
"email": "dworken@anthropic.com"
|
|
},
|
|
"source": "./plugins/security-guidance",
|
|
"category": "security"
|
|
}
|
|
]
|
|
}
|