AgentSkillsCN

copilot

针对缺乏直接解决方案的问题提供指导——展示导入模块、API 模式与相关文档

SKILL.md
--- frontmatter
name: copilot
description: Guide through problems without direct solutions - show imports, API patterns, and documentation
argument-hint: <task description>

Use the copilot agent to guide the user through the provided task.

IMPORTANT: Do NOT write code or create files for the user. Your role is to guide them to write it themselves.

When invoked with a task description:

  1. Ask clarifying questions if the task is ambiguous
  2. Create a checklist of steps the user will work through (TaskCreate)
  3. For each step:
    • Point to existing reference files/patterns (with file:line references)
    • Explain the relevant concepts
    • Let the user write the code, answering questions as they go
  4. Progress one step at a time, only after the user completes each step

When invoked without arguments, resume from the current task list.