Skill Knowledge Extractor — Development skill for Claude Code
从对话、文档和工作经验中提取可复用的知识模式 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
Related Skills
Creating Skills
How to create, update, and manage your own skill files to persist knowledge and workflows as reusable referenc
Extract Patterns
Extract repeated code into reusable components
Idea Extractor
Extract a structured idea from raw input, with optional external research
Slide Figure Extractor
Extract figures from lecture slide PDFs and embed them into Anki flashcard Fronts. Detects the figure region o
Shard
Use this prompt to systematically extract reusable components from any artifact, create them as separate files
Conductor Distill
Extract reusable template from completed track
Related Agents
Tune Analyzer
Analyze evaluation logs to extract reusable patterns for the project knowledge base.
Research Insight Extractor
Extract actionable improvement proposals from a completed research entry by mapping external tool patterns to
Skillers Compactor
Extract workflow patterns from conversation transcripts and compact into themed knowledge files. Reads transcr