Agent SkillsXiaomingX/mimofan › plugin-creator

plugin-creator

GitHub

为 mimofan 创建插件脚手架,生成标准化的目录结构和 PLUGIN.md 配置文件。适用于用户请求创建、打包或草拟插件的场景,确保包含必要的前元数据和激活说明。

crates/tui/assets/skills/plugin-creator/SKILL.md XiaomingX/mimofan

触发场景

用户要求创建 mimofan 插件 用户需要生成插件目录结构 用户希望打包或草拟插件扩展

安装

npx skills add XiaomingX/mimofan --skill plugin-creator -g -y
更多选项

非标准路径

npx skills add https://github.com/XiaomingX/mimofan/tree/main/crates/tui/assets/skills/plugin-creator -g -y

不安装直接使用

npx skills use XiaomingX/mimofan@plugin-creator

指定 Agent (Claude Code)

npx skills add XiaomingX/mimofan --skill plugin-creator -a claude-code -g -y

安装 repo 全部 skill

npx skills add XiaomingX/mimofan --all -g -y

预览 repo 内 skill

npx skills add XiaomingX/mimofan --list

SKILL.md

Frontmatter
{
    "name": "plugin-creator",
    "description": "Scaffold mimofan local plugin directories and activation notes. Use when the user asks to create, package, or sketch a plugin for mimofan."
}

Plugin Creator

Use this skill when a user wants a DeepSeek plugin scaffold or a plan for a plugin-style extension.

DeepSeek plugins are currently a documented packaging convention, not an auto-loaded runtime. Be explicit about that. A plugin becomes active only when it is referenced from a skill, hook, MCP server, or future plugin loader.

Workflow

  1. Pick the location:
    • Global user plugin: ~/.mimofan/plugins/<plugin-name>/
    • Workspace plugin: <workspace>/plugins/<plugin-name>/
  2. Normalize names to lower-case hyphen-case.
  3. Create PLUGIN.md with frontmatter:
---
name: my-plugin
description: What this plugin packages or enables.
status: draft
---

# My Plugin

What it does, how to enable it, and any scripts or MCP servers it expects.
  1. Add companion folders only when useful:
    • skills/ for model instructions
    • scripts/ for helpers invoked by a skill or hook
    • mcp/ for an MCP server package or config notes
    • assets/ for templates, examples, or fixtures
  2. Include an activation section in PLUGIN.md that says exactly how the user should turn it on today.
  3. Validate by listing the created files and checking that PLUGIN.md has name and description frontmatter.

Do not claim that dropping a folder into plugins/ changes runtime behavior by itself. If the user asks for a live plugin system, propose a loader design separately and keep the scaffold honest.

版本历史

  • ccf85b9 当前 2026-08-08 08:00

同 Skill 集合

.workbuddy/skills/parallel-agent-lock-guard/SKILL.md
crates/tui/assets/skills/delegate/SKILL.md
crates/tui/assets/skills/documents/SKILL.md
crates/tui/assets/skills/feishu/SKILL.md
crates/tui/assets/skills/fleet-manager/SKILL.md
crates/tui/assets/skills/mcp-builder/SKILL.md
crates/tui/assets/skills/pdf/SKILL.md
crates/tui/assets/skills/presentations/SKILL.md
crates/tui/assets/skills/skill-creator/SKILL.md
crates/tui/assets/skills/skill-installer/SKILL.md
crates/tui/assets/skills/spreadsheets/SKILL.md
crates/tui/assets/skills/v4-best-practices/SKILL.md

元信息

文件数
0
版本
ccf85b9
Hash
0fdc5579
收录时间
2026-08-08 08:00

首页 - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-09 08:41
浙ICP备14020137号-1 $访客地图$