Compare commits

...

2 Commits

Author SHA1 Message Date
Noah Zweben MacBook
deda133016 update figma 2025-12-12 16:15:58 -08:00
Noah Zweben MacBook
9e957603bf added Anthropic as author 2025-12-07 14:30:19 -08:00
14 changed files with 48 additions and 55 deletions

View File

@@ -10,6 +10,10 @@
{ {
"name": "agent-sdk-dev", "name": "agent-sdk-dev",
"description": "Development kit for working with the Claude Agent SDK", "description": "Development kit for working with the Claude Agent SDK",
"author": {
"name": "Anthropic",
"email": "support@anthropic.com"
},
"source": "./plugins/agent-sdk-dev", "source": "./plugins/agent-sdk-dev",
"category": "development", "category": "development",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/agent-sdk-dev" "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/agent-sdk-dev"
@@ -40,8 +44,8 @@
"name": "feature-dev", "name": "feature-dev",
"description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
"author": { "author": {
"name": "Siddharth Bidasaria", "name": "Anthropic",
"email": "sbidasaria@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/feature-dev", "source": "./plugins/feature-dev",
"category": "development", "category": "development",
@@ -51,8 +55,8 @@
"name": "security-guidance", "name": "security-guidance",
"description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
"author": { "author": {
"name": "David Dworken", "name": "Anthropic",
"email": "dworken@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/security-guidance", "source": "./plugins/security-guidance",
"category": "security", "category": "security",
@@ -62,8 +66,8 @@
"name": "code-review", "name": "code-review",
"description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives", "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring to filter false positives",
"author": { "author": {
"name": "Boris Cherny", "name": "Anthropic",
"email": "boris@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/code-review", "source": "./plugins/code-review",
"category": "productivity", "category": "productivity",
@@ -73,8 +77,8 @@
"name": "explanatory-output-style", "name": "explanatory-output-style",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
"author": { "author": {
"name": "Dickson Tsai", "name": "Anthropic",
"email": "dickson@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/explanatory-output-style", "source": "./plugins/explanatory-output-style",
"category": "learning", "category": "learning",
@@ -84,8 +88,8 @@
"name": "learning-output-style", "name": "learning-output-style",
"description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
"author": { "author": {
"name": "Boris Cherny", "name": "Anthropic",
"email": "boris@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/learning-output-style", "source": "./plugins/learning-output-style",
"category": "learning", "category": "learning",
@@ -95,8 +99,8 @@
"name": "frontend-design", "name": "frontend-design",
"description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.", "description": "Create distinctive, production-grade frontend interfaces with high design quality. Generates creative, polished code that avoids generic AI aesthetics.",
"author": { "author": {
"name": "Prithvi Rajasekaran & Alexander Bricken", "name": "Anthropic",
"email": "prithvi@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/frontend-design", "source": "./plugins/frontend-design",
"category": "development", "category": "development",
@@ -106,8 +110,8 @@
"name": "ralph-wiggum", "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.", "description": "Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly, seeing its previous work, until completion.",
"author": { "author": {
"name": "Daisy Hollman", "name": "Anthropic",
"email": "daisy@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/ralph-wiggum", "source": "./plugins/ralph-wiggum",
"category": "development", "category": "development",
@@ -117,8 +121,8 @@
"name": "hookify", "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.", "description": "Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or from explicit instructions. Define rules via simple markdown files.",
"author": { "author": {
"name": "Daisy Hollman", "name": "Anthropic",
"email": "daisy@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/hookify", "source": "./plugins/hookify",
"category": "productivity", "category": "productivity",
@@ -128,8 +132,8 @@
"name": "plugin-dev", "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.", "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.",
"author": { "author": {
"name": "Daisy Hollman", "name": "Anthropic",
"email": "daisy@anthropic.com" "email": "support@anthropic.com"
}, },
"source": "./plugins/plugin-dev", "source": "./plugins/plugin-dev",
"category": "development", "category": "development",
@@ -186,7 +190,7 @@
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost" "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/laravel-boost"
}, },
{ {
"name": "figma", "name": "figma-mcp",
"description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.", "description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
"category": "design", "category": "design",
"source": "./external_plugins/figma", "source": "./external_plugins/figma",
@@ -255,17 +259,6 @@
"source": "./external_plugins/context7", "source": "./external_plugins/context7",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7", "homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/external_plugins/context7",
"tags": ["community-managed"] "tags": ["community-managed"]
},
{
"name": "example-plugin",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
"author": {
"name": "Dickson Tsai",
"email": "dickson@anthropic.com"
},
"source": "./plugins/example-plugin",
"category": "learning",
"homepage": "https://github.com/anthropics/claude-plugins-public/tree/main/plugins/example-plugin"
} }
] ]
} }

View File

@@ -1,5 +1,5 @@
{ {
"name": "figma", "name": "figma-mcp",
"description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.", "description": "Figma design platform integration. Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows.",
"author": { "author": {
"name": "Figma" "name": "Figma"

View File

@@ -1,6 +1,6 @@
{ {
"figma": { "figma": {
"type": "sse", "url": "https://mcp.figma.com/mcp",
"url": "https://mcp.figma.com/v1/sse" "type": "http"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "agent-sdk-dev", "name": "agent-sdk-dev",
"description": "Claude Agent SDK Development Plugin", "description": "Claude Agent SDK Development Plugin",
"author": { "author": {
"name": "Ashwin Bhat", "name": "Anthropic",
"email": "ashwin@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,8 +2,8 @@
"name": "code-review", "name": "code-review",
"description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring", "description": "Automated code review for pull requests using multiple specialized agents with confidence-based scoring",
"author": { "author": {
"name": "Boris Cherny", "name": "Anthropic",
"email": "boris@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "example-plugin", "name": "example-plugin",
"description": "A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers", "description": "A comprehensive example plugin demonstrating all Claude Code extension options including commands, agents, skills, hooks, and MCP servers",
"author": { "author": {
"name": "Your Name", "name": "Anthropic",
"email": "your.email@example.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "explanatory-output-style", "name": "explanatory-output-style",
"description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)", "description": "Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style)",
"author": { "author": {
"name": "Dickson Tsai", "name": "Anthropic",
"email": "dickson@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "feature-dev", "name": "feature-dev",
"description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review", "description": "Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review",
"author": { "author": {
"name": "Sid Bidasaria", "name": "Anthropic",
"email": "sbidasaria@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "frontend-design", "name": "frontend-design",
"description": "Frontend design skill for UI/UX implementation", "description": "Frontend design skill for UI/UX implementation",
"author": { "author": {
"name": "Prithvi Rajasekaran, Alexander Bricken", "name": "Anthropic",
"email": "prithvi@anthropic.com, alexander@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "hookify", "name": "hookify",
"description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns", "description": "Easily create hooks to prevent unwanted behaviors by analyzing conversation patterns",
"author": { "author": {
"name": "Daisy Hollman", "name": "Anthropic",
"email": "daisy@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "learning-output-style", "name": "learning-output-style",
"description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)", "description": "Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style)",
"author": { "author": {
"name": "Boris Cherny", "name": "Anthropic",
"email": "boris@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "pr-review-toolkit", "name": "pr-review-toolkit",
"description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification", "description": "Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification",
"author": { "author": {
"name": "Daisy", "name": "Anthropic",
"email": "daisy@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "ralph-wiggum", "name": "ralph-wiggum",
"description": "Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.", "description": "Implementation of the Ralph Wiggum technique - continuous self-referential AI loops for interactive iterative development. Run Claude in a while-true loop with the same prompt until task completion.",
"author": { "author": {
"name": "Daisy Hollman", "name": "Anthropic",
"email": "daisy@anthropic.com" "email": "support@anthropic.com"
} }
} }

View File

@@ -2,7 +2,7 @@
"name": "security-guidance", "name": "security-guidance",
"description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns", "description": "Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns",
"author": { "author": {
"name": "David Dworken", "name": "Anthropic",
"email": "dworken@anthropic.com" "email": "support@anthropic.com"
} }
} }