
from pig-skill62
Create a personalised conversational persona from QQ group chat records or manual inputs; generates a reusable Skill that speaks like that person and supports i
This skill converts QQ group chat records and simple intake prompts into a reusable ‘pig’ persona Skill that replies in the target user's voice. It analyses uploaded TXT/JSON or pasted chat logs, extracts communication style, common phrases, emoji habits, and a five-layer persona profile, then scaffolds persona files and a SKILL.md package. The skill supports English and Chinese and includes tools and commands for versioning, exporting persona metadata, and listing or updating generated pigs.
Use this when you want an assistant that mimics a specific group friend or chat persona — for simulations, roleplay, customer-style responses, or automated replies that preserve a distinct voice. Triggered by commands like /pig-skill, help me create a pig skill, or by update commands when adding new files or corrections.
Designed for Claude Code environments (uses Read, Write, Edit, Bash).
Pig-skill creates conversational personas from QQ group chat records for Claude Code. No bundled scripts were present — it references external tools (qq_chat_parser.py, version_manager.py, skill_writer.py) via CLAUDE_SKILL_DIR. The SKILL.md is well-documented and bilingual (Chinese/English) with clear step-by-step flows for creation, evolution, and correction modes. Delete command uses rm -rf but is gated behind user confirmation.
No scripts to execute or test. The skill is purely instructional with references to external Python tools not bundled in the skill itself. Architecture follows a reasonable pattern but doesn't strictly conform to the AgentSkills references/ directory convention.