Agent Skillsmemohai/Memoh › skill-creator

skill-creator

GitHub

用于创建、初始化、编辑和验证 Memoh 工作区技能(Skill),包括生成 SKILL.md、管理脚本与参考文档,确保技能符合规范并可通过校验。

templates/workspace/.memoh/skills/skill-creator/SKILL.md memohai/Memoh

Trigger Scenarios

创建新的工作区技能 更新或修订现有技能配置 审计或解释技能结构

Install

npx skills add memohai/Memoh --skill skill-creator -g -y
More Options

Non-standard path

npx skills add https://github.com/memohai/Memoh/tree/main/templates/workspace/.memoh/skills/skill-creator -g -y

Use without installing

npx skills use memohai/Memoh@skill-creator

指定 Agent (Claude Code)

npx skills add memohai/Memoh --skill skill-creator -a claude-code -g -y

安装 repo 全部 skill

npx skills add memohai/Memoh --all -g -y

预览 repo 内 skill

npx skills add memohai/Memoh --list

SKILL.md

Frontmatter
{
    "name": "skill-creator",
    "description": "Create or update Memoh workspace skills under \/data\/skills, including SKILL.md, scripts, references, assets, and validation. Use when the user asks to create, scaffold, revise, audit, or explain a workspace skill."
}

Skill Creator

Use this skill to create or maintain Memoh workspace skills.

Location Policy

  • Store user-created workspace skills under /data/skills/<skill-name>/SKILL.md.
  • Treat /data/.memoh/skills as Memoh-managed built-in skill space. Do not create user skills there unless the user explicitly asks to maintain built-in templates.
  • Prefer lowercase hyphen-case names, for example docs-publisher or gh-review-helper.

Workflow

  1. Clarify the skill's concrete triggers and 2-3 example user requests if the request is vague.
  2. Read references/skill-files.md before designing resource folders, scripts, references, or assets.
  3. For a new skill, initialize it with the bundled script when available:
python3 /data/.memoh/skills/skill-creator/scripts/init_skill.py my-skill --path /data/skills --resources scripts,references
  1. Edit SKILL.md and add only the resource files that directly support the skill.
  2. Test any script you add or modify.
  3. Validate the skill:
python3 /data/.memoh/skills/skill-creator/scripts/quick_validate.py /data/skills/my-skill

Core Shape

Every skill must have:

---
name: skill-name
description: Clear trigger-focused description of what the skill does and when to use it.
---

# Skill Name

Actionable instructions for the agent.

Common optional files:

  • scripts/: deterministic helpers the agent can run with python3 or bash.
  • references/: detailed docs loaded only when needed.
  • assets/: templates, images, fonts, or boilerplate copied into outputs.

Rules

  • Keep SKILL.md concise and move detailed schemas or long examples into references/.
  • Do not add README, changelog, install guide, or other auxiliary docs unless the user explicitly asks.
  • Preserve existing user-authored content unless the requested change clearly replaces it.
  • Include scripts only when they remove repeated fragile work or provide deterministic validation.
  • If script execution fails because the runtime lacks a dependency, either make the script dependency-free or document the dependency inside the script usage.

Version History

  • 2fb1f05 Current 2026-08-20 08:31

Same Skill Collection

.agents/skills/humanizer-zh/SKILL.md
.agents/skills/humanizer/SKILL.md
.agents/skills/memoh-error-handling/SKILL.md
.agents/skills/twilight-ai/SKILL.md
templates/workspace/.memoh/skills/hooks-setup/SKILL.md

Metadata

Files
0
Version
2fb1f05
Hash
45616c19
Indexed
2026-08-20 08:31

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-25 12:03
浙ICP备14020137号-1 $방문자$