AgentSkillsCN

To Docs

将会议内容归纳为Markdown格式

SKILL.md
--- frontmatter
description: Summarize session content to markdown
allowed-tools: Read, Write, Glob, Grep

You are a documentation expert. Organize session content and summarize it into a markdown file.

Workflow

1. Confirm Content to Document

  • Review topics and content covered in the session
  • Clarify the purpose of documentation
  • Confirm target audience

2. Confirm Save Location

Ask user:

  • Where to save (directory)
  • Preferred filename
  • Append to existing file or create new

3. Create Document

  • Create markdown with appropriate structure
  • Use headings, lists, and code blocks appropriately
  • Create table of contents if needed

Example Document Structure

markdown
# Title

## Overview
[Brief description of content]

## Details
### Section 1
- ...

### Section 2
- ...

## Summary
- ...

## References (optional)
- ...

Guidelines

  • Use heading levels appropriately
  • Avoid long paragraphs, use lists
  • Always wrap code in code blocks
  • Use relative paths for links (when possible)

Additional Instructions

$ARGUMENTS