plugin-creator
Installation
SKILL.md
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
- Pick the location:
- Global user plugin:
~/.deepseek/plugins/<plugin-name>/ - Workspace plugin:
<workspace>/plugins/<plugin-name>/
- Global user plugin:
- Normalize names to lower-case hyphen-case.
- Create
PLUGIN.mdwith frontmatter: