Agent SkillsXiaomingX/mimofan › skill-creator

skill-creator

GitHub

用于创建或优化 mimofan 技能,指导用户定义技能边界、编写 SKILL.md 文件及选择合适的工作流形式。

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

触发场景

用户想要创建新技能 用户想要更新现有技能 需要指导何时使用技能而非其他工具

安装

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

非标准路径

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

不安装直接使用

npx skills use XiaomingX/mimofan@skill-creator

指定 Agent (Claude Code)

npx skills add XiaomingX/mimofan --skill skill-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": "skill-creator",
    "metadata": {
        "short-description": "Create DeepSeek skills"
    },
    "description": "Create or improve mimofan skills. Use when the user wants a new skill, wants to update an existing skill, or needs guidance on when a skill should be a skill versus MCP, hooks, tools, or a plugin scaffold."
}

Skill Creator

Use this skill to create small, useful mimofan skills that match the runtime this repository actually ships.

What A Skill Is

A skill is a local folder with a SKILL.md file. DeepSeek reads the skill name and description during discovery, then loads the body only when the user or task matches the skill.

Discovery paths, in precedence order:

  • <workspace>/.agents/skills
  • <workspace>/skills
  • <workspace>/.opencode/skills
  • <workspace>/.claude/skills
  • <workspace>/.cursor/skills
  • ~/.agents/skills
  • ~/.claude/skills
  • ~/.mimofan/skills

Use skills for model instructions, workflows, and lightweight conventions. Use MCP for live external APIs or durable tools. Use hooks for automatic local events. Use plugin folders only as packaging/scaffolding until a real plugin loader exists.

Minimum Shape

my-skill/
`-- SKILL.md
---
name: my-skill
description: Use when DeepSeek should follow this specific workflow.
---

# My Skill

Instructions for the agent.

Frontmatter parsing is intentionally simple. Keep name and description as plain single-line values. Use lower-case hyphen-case names.

Writing Rules

  • Make the description action-oriented and trigger-specific. It is the main signal DeepSeek sees before loading the body.
  • Keep the body operational. Include what to do, what to avoid, and how to verify the result.
  • Do not include general programming advice, marketing copy, or long background material.
  • Move bulky details to references/ and mention exactly when to open them.
  • Add scripts/ only for deterministic helpers that are worth maintaining.
  • Add assets/ only for templates, fixtures, examples, or files reused by the workflow.
  • Do not assume scripts are safe to run. Community skill scripts require user intent and trust review.

Creation Workflow

  1. Define the skill boundary in one sentence.
  2. Decide whether a skill is the right surface:
    • Instructional workflow: skill
    • External service/API: MCP server plus an optional skill
    • Repeated shell helper: local tool or script plus an optional skill
    • Packaging multiple pieces: plugin scaffold plus skill/MCP activation notes
  3. Create <skill-name>/SKILL.md.
  4. Write frontmatter with name and description.
  5. Write a concise body with:
    • trigger and scope
    • required inputs or assumptions
    • step-by-step workflow
    • validation checks
    • safety notes
  6. Add companion files only when they reduce real complexity.
  7. Validate by loading the skill through /skills or by running the relevant skill discovery tests if editing this repository.

Updating Existing Skills

  • Preserve the user's local intent. Avoid replacing a working skill wholesale unless the user asked for a rewrite.
  • Tighten descriptions when the skill is under-triggering or over-triggering.
  • Remove stale tool names, unavailable dependencies, and copied instructions from other agents that do not apply to mimofan.
  • Keep examples short and directly tied to this runtime's commands and tools.

Validation Checklist

  • SKILL.md starts with ---.
  • name matches the directory name unless there is a deliberate reason.
  • description says when to use the skill, not just what it is.
  • The body references only tools, commands, and paths that exist or are clearly optional.
  • Any scripts or external-service steps explain credential and trust handling.

版本历史

  • 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/plugin-creator/SKILL.md
crates/tui/assets/skills/presentations/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
3de940bb
收录时间
2026-08-08 08:00

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