AgentSkillsCN

learn-skill

学习技能

SKILL.md

Learn Skill

Description

The learn-skill allows Claude Code to dynamically create new skills based on user requirements. It generates the necessary file structure and Python code for new skills.

Usage

Use this skill when you need to create a new specialized skill that performs a specific task in an isolated Python environment.

Input

  • Skill name
  • Skill description
  • Required Python packages
  • Main functionality requirements

Output

Creates a new skill folder with:

  • skill.md (description and instructions)
  • <skill-name>.py (main Python script)
  • skill-requirements.txt (dependencies)

Examples

  • Creating a web scraping skill
  • Creating a data analysis skill
  • Creating an API integration skill
  • Creating a file processing skill