Agent SkillsXiaomingX/mimofan › plugin-creator

plugin-creator

GitHub

用于为 mimofan 系统生成插件目录脚手架和激活说明。当用户请求创建、打包或草拟插件时使用,自动生成符合规范的 PLUGIN.md 及可选子目录,并明确插件需通过 skill 等引用才能激活。

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

Trigger Scenarios

用户要求创建 mimofan 插件 用户需要打包或草拟插件结构

Install

npx skills add XiaomingX/mimofan --skill plugin-creator -g -y
More Options

Non-standard path

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

Use without installing

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.

Version History

  • ccf85b9 Current 2026-08-08 08:00

Same Skill Collection

.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

Metadata

Files
0
Version
65a83a0
Hash
0fdc5579
Indexed
2026-08-08 08:00

ホーム - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-13 03:15
浙ICP备14020137号-1 $お客様$