返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

example-minimal-skill

当用户要求“做点简单的事情”、“执行基本任务”或需要最少指导时,应使用此技能。展示了最简单的技能结构。

person作者: jakexiaohubgithub

Example Minimal Skill

When to Use This Skill

Primary Triggers (Explicit)

Use this skill when the user says:

  • "do something simple"
  • "perform basic task"
  • "show me minimal example"

Contextual Triggers (Implicit)

Use this skill when:

  • Task is straightforward and well-defined
  • No extensive documentation needed
  • Single-concept guidance required

Purpose

Provide basic guidance for a simple, well-defined task that doesn't require extensive documentation, bundled resources, or complex workflows.

This minimal skill structure works well for:

  • Simple, well-defined tasks
  • Tasks that don't require extensive documentation
  • Quick reference guides
  • Single-concept skills

How to Use

Follow these steps:

  1. Understand the task requirements
  2. Apply the core technique described below
  3. Verify the result

Core Technique

The main approach for this task:

[Provide clear, step-by-step instructions here]

Key points:

  • Keep instructions concise
  • Use imperative form
  • Focus on essential steps only

Validation

Verify the result by:

  • Checking output matches expectations
  • Testing edge cases
  • Confirming requirements are met

When to Expand

For more complex tasks, consider adding:

  • references/ - Detailed documentation
  • examples/ - Working code samples
  • scripts/ - Utility tools