yizhiyanhua-ai

Skill Knowledge Extractor — Development skill for Claude Code

Development community

从对话、文档和工作经验中提取可复用的知识模式 Extract reusable knowledge patterns from conversations and documents.

How to install Skill Knowledge Extractor

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yizhiyanhua-ai/skill-knowledge-extractor and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Skill Knowledge Extractor does

从对话、文档和工作经验中提取可复用的知识模式 Extract reusable knowledge patterns from conversations and documents.

Alternatives in Development

  • Mempalace Mine — Mine projects and conversations into the MemPalace 58.6k ★
  • Review Claudemd — Review recent conversations to find improvements for CLAUDE.md files 6.5k ★
  • Om Dump — Freeform capture mode 4.6k ★

README

Skill Knowledge Extractor

[🇨🇳 中文](./README_CN.md)

Extract reusable knowledge patterns from conversations, documents, or work experiences to create Skills.

Features

  • Analyze conversation records (sales calls, customer service chats)
  • Extract patterns from work documents and notes
  • Generate Skill drafts automatically
  • Support both Chinese and English

Usage

# Analyze a conversation file
python scripts/extract_patterns.py --input chat.txt --type conversation

# Analyze a document
python scripts/extract_patterns.py --input notes.md --type document

# Output as JSON
python scripts/extract_patterns.py --input data.txt --json

Pattern Types

  • Opening patterns - Standard greetings and introductions
  • Diagnosis patterns - Problem discovery questions
  • Objection handling - Responses to customer concerns
  • Closing patterns - Deal closing techniques
  • Checklist patterns - Verification items
  • Template patterns - Reusable document structures
  • Decision tree patterns - Conditional logic flows
  • Procedure patterns - Step-by-step workflows

License

MIT