learn_skill

Generate reusable agent skills from conversation history as SKILL.md files.

1|Updated Dec 17, 2025
One-click install
npx skills add https://github.com/tatsuki-washimi/gwexpy --skill learn-skill-tatsuki-washimi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: learn_skill
Source: https://github.com/tatsuki-washimi/gwexpy/tree/main/.agent/skills/learn_skill
Command: npx skills add https://github.com/tatsuki-washimi/gwexpy --skill learn-skill-tatsuki-washimi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

会話履歴と作業内容から、繰り返し現れるタスクを再利用可能なスキルとして生成・追記する作業を簡略化します。

Core Features & Use Cases

  • 自動スキル生成: 会話文脈から新しいスキルの雛形を作成。
  • スキル追記: 既存スキルへ機能を追加し、再利用性を高める。
  • 適用シナリオ: 日常のチャットや会議メモからルーチン作業をスキル化する例を提供。

Quick Start

会話履歴を入力として、AI に新しいスキル名と説明を自動生成させ、所定のディレクトリに SKILL.md を作成して保存してください。

Frequently Asked Questions about learn_skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate reusable AI agent skills from conversation history?

To generate reusable agent skills from conversation history, provide chat logs or meeting notes as input. The system parses the context, proposes a snake_case skill name, crafts a Japanese description, and saves a SKILL.md file with YAML frontmatter and Markdown body in a structured directory.

Can I add new features to an existing agent skill from chat workflows?

Yes, you can augment existing agent skills from chat workflows. The system appends new functionality to an existing SKILL.md file by parsing additional conversation context, thereby increasing the reusability of the skill for recurring tasks.

What is the best way to automate routine task codification from meeting memos?

Automating routine task codification from meeting memos involves parsing recurring dialogue patterns to generate structured SKILL.md files. This process transforms project planning sessions and support dialogues into reusable agent skills with YAML frontmatter.

Do I need specific dependencies to create and save SKILL.md files for workflow automation?

No specific dependencies are required to create and save SKILL.md files for workflow automation. The skill operates standalone to parse conversation context and generate files with YAML frontmatter and a Markdown body under a designated directory.

What format does the generated agent skill use for skill management?

Generated agent skills use the SKILL.md format for skill management. Each file contains YAML frontmatter with metadata and a Markdown body describing the skill, utilizing snake_case naming conventions and Japanese descriptions for structured organization.