这是 Nebula Matrix 技能市场,提供企业级生产力工具和自动化解决方案。
nebula-matrix-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace 配置文件
├── nbl-ppt-builder/ # NBL PPT 构建工具插件
│ ├── .claude-plugin/
│ │ └── plugin.json # 插件配置
│ ├── skills/
│ │ └── nbl-ppt-builder/
│ │ ├── SKILL.md # 技能主文件
│ │ ├── reference/ # 参考文档
│ │ ├── scripts/ # 执行脚本
│ │ └── templates/ # 模板文件
│ └── README.md
├── nbl-skill-constructor/ # NBL 技能构造器插件
│ ├── .claude-plugin/
│ │ └── plugin.json # 插件配置
│ └── skills/
│ └── nbl-skill-constructor/
│ ├── SKILL.md # 技能主文件
│ ├── references/ # 参考文档
│ └── scripts/ # 执行脚本
├── nbl-ic-verification/ # NBL IC 验证工具集合插件
│ ├── .claude-plugin/
│ │ └── plugin.json # 插件配置
│ ├── skills/
│ │ ├── nbl-docx-to-markdown/ # DOCX 转 Markdown 技能
│ │ │ ├── SKILL.md # 技能主文件
│ │ │ ├── assets/ # 资源文件
│ │ │ ├── references/ # 参考文档
│ │ │ └── scripts/ # 执行脚本
│ │ ├── nbl-testplan-generator/ # 测试计划生成技能
│ │ │ ├── SKILL.md # 技能主文件
│ │ │ ├── references/ # 参考文档
│ │ │ └── scripts/ # 执行脚本
│ │ └── nbl-gen-reg/ # 寄存器生成技能
│ │ ├── SKILL.md # 技能主文件
│ │ ├── references/ # 参考文档
│ │ └── scripts/ # Python 代码与 CLI
│ ├── README.md # 插件文档
│ └── pyproject.toml # 项目配置
└── README.md # 本文件
描述: NBL 企业 PPT 构建工具,包含标准模板、配色方案和内容规范
分类: productivity
标签: ppt, presentation, document, templates
功能:
描述: NBL 企业技能构造规范与开发指南,用于在 workspace 中创建和调试符合 NBL 标准的 skill
分类: development
标签: skill, development, creator, tool
功能:
描述: NBL IC 验证工具集合,面向芯片验证工程师提供文档转换、测试点生成与寄存器建模能力
分类: development
标签: ic, verification, testplan, docx, markdown, register, chip
包含技能:
1. nbl-docx-to-markdown — DOCX 转 Markdown 工具
[xxx] 标记转换为代码格式2. nbl-testplan-generator — 测试计划生成器
nbl-docx-to-markdown skill 将 Word 功能规格书转换为 Markdownspec_tree.json,提取模块特性和交叉引用索引reg_info.json_eng_id 的 SystemVerilog 覆盖率路径(W 列)fs_reg_slv_review.md 记录不确定内容,支持二次刷新3. nbl-gen-reg — 寄存器生成工具
在 Claude Code 中,通过以下命令安装此 marketplace:
# 使用本地路径安装
claude plugins add /home/catmouse/Github_Project/nebula-matrix-skills
# 或使用 git URL 安装
claude plugins add https://github.com/your-username/nebula-matrix-skills.git
安装后,可以通过以下方式使用技能:
# 触发 PPT 构建技能
/ppt-builder 创建一个企业介绍 PPT
# 触发技能构造器
/skill-constructor 帮我创建一个新的数据分析技能
或者直接描述需求:
帮我创建一个产品发布的演示文稿
要向此 marketplace 添加新插件,请遵循以下步骤:
.claude-plugin/plugin.json 配置文件skills/ 目录下添加技能.claude-plugin/marketplace.json,添加新插件条目详细配置说明请参考: PLUGIN_CONFIGURATION_GUIDE.md
本 marketplace 下的各插件遵循各自的许可证声明。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub nebula-matrix/nebula-matrix-skills --plugin nbl-skill-constructorNBL IC 验证工具集合,包含 DOCX 转 Markdown 和测试计划生成等技能,面向芯片验证工程师提供文档转换与测试点生成能力
专门用于构建 NBL 企业 PPT,包含标准模板、配色方案和内容规范
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code