plugin-builder
仓库创建 2026年4月7日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
覆盖 manifest、目录与分发要点,能快速把想法落地为可注册插件。
这个 Skill 做什么
按最佳实践创建、构建与分发 Claude Code 插件的指导与脚手架。
按官方最佳实践把 Claude Code 插件从零搭建、构建到发布,提供脚手架、plugin.json、目录布局、hooks、MCP 服务器、agent 和 LSP 的实现建议与范例。需要新建插件、把现有项目迁移或准备打包分发时用,能少走弯路。特别之处在于覆盖从目录结构到部署细节的规范和示例,让插件更易兼容和发布。
▸ 展开 SKILL.md 英文原文
Use when the user asks to create, build, scaffold, convert, or migrate a Claude Code plugin, or needs guidance on plugin.json, directory layout, hooks, MCP servers, agents, LSP, or distribution.
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/plugin-builder/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/plugin-builder/SKILL.md"SKILL.MD 节选查看完整文件 ↗
<!-- SPDX-FileCopyrightText: 2025-2026 Tyrone Ross, Jr <46267523+tyroneross@users.noreply.github.com> | SPDX-License-Identifier: Apache-2.0 --> # Plugin Builder Build Claude Code plugins following official documentation and best practices. ## When to Use Plugins vs Standalone | Approach | Skill names | Best for | |----------|-------------|----------| | **Standalone** (`.claude/`) | `/hello` | Personal workflows, single-project, quick experiments | | **Plugin** (`.claude-plugin/plugin.json`) | `/plugin-name:hello` | Sharing with team, distributing, versioned, reusable across projects | **Use standalone when:** Single project, personal, experimenting, want short names. **Use plugins when:
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有