AgentSkillsCN

concept

在concept.md中添加并管理Python相关概念。当您学习新概念,或希望新增概念时,可使用此功能。

SKILL.md
--- frontmatter
name: concept
description: Add and manage Python concepts in concept.md. Use when learning new concepts or requesting concept additions
allowed-tools: Read, Edit, Grep

Python Concept Management

Systematically manage Python concepts in the concept.md file.

Execution Steps

  1. Check existing concepts: Search for similar entries in concept.md
  2. Evaluate duplication:
    • If new → Add to appropriate section
    • If similar → Enhance existing entry
    • If duplicate → Skip addition
  3. Maintain markdown format

Concept Entry Format

markdown
### Function/Concept Name
Brief description
- Key point 1
- Key point 2
- Example: `code_example`

Guidelines

  • Maintain organized section structure
  • Write clear and concise descriptions
  • Include practical code examples
  • Write all content in English only (no Korean or other languages)