skills-creator
Creates and maintains Agent Skills with effective triggers and progressive disclosure. Use when user requests to create a skill, generate a SKILL.md, build custom capabilities, or mentions "create skill", "new skill", or "skill configuration".
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=aiskillstore-marketplace-skills-emz1998-skills-creator-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name skills-creator description Creates and maintains Agent Skills with effective triggers and progressive disclosure. Use when user requests to create a skill, generate a SKILL.md, build custom capabilities, or mentions "create skill", "new skill", or "skill configuration". Goal : Create well-structured Agent Skills following best practices for discoverability, conciseness, and progressive disclosure. IMPORTANT : Skills configuration should be concise and high-level. Only include context Claude does not already know. Workflow Read references: skills-docs.md and best-practices.md in .claude/skills/skills-creator/references/ Analyze requirements and determine freedom level Create SKILL.md using template from .claude/skills/skills-creator/templates/template.md Add resources(reference files, scripts, etc.) alongside the SKILL.md file only if necessary. Use folder to organize resources. Save to .claude/skills/[skill-name]/SKILL.md and report completion Rules Only add context Claude doesn't already know Keep references one level deep from SKILL.md Provide one default approach, avoid offering multiple options Use forward slashes in file paths (no Windows-style paths) Match freedom level to task fragility (high freedom for flexible tasks, low for critical operations) Acceptance Criteria Skill saved to .claude/skills/[skill-name]/SKILL.md Name valid (max 64 chars, lowercase letters/numbers/hyphens only) Description valid (max 1024 chars, third person, no "I" or "you") Description includes what skill does AND when to use it SKILL.md body under 500 lines Consistent terminology throughout No duplicate or conflicting skills exist No time-sensitive information included Name defined using gerund form (e.g., processing-pdfs , analyzing-data )
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |