
Create Current
Turn a real partner’s chat history, photos, and social posts into an evolving Relationship Memory and Persona packaged as an agent skill.
Overview
create-current is an agent skill for the Build phase that distills a current partner into Relationship Memory and Persona inside an evolvable AI skill from WeChat, photos, and social imports.
Install
npx skills add https://github.com/Louismao8888/girlfriends-skill --skill SKILL.mdWhat is this skill?
- Import WeChat chat history as grounding for relationship memory
- Ingest photos and social media posts into persona construction
- Generate Relationship Memory plus Persona artifacts for an AI skill
- Supports continuous evolution as new messages and media arrive
- Bilingual workflow (English and Chinese) for import and distillation
Adoption & trust: 11 GitHub stars.
What problem does it solve?
You want an agent that reflects a specific person’s voice and shared history, but hand-written prompts drop context and never update.
Who is it for?
Builders creating private, consent-backed persona skills with rich chat and media imports who plan to maintain the skill over time.
Skip if: Public impersonation without consent, compliance-sensitive deployments without data review, or teams that only need generic fictional characters from scratch.
When should I use this skill?
User wants to distill a current partner into an AI skill by importing WeChat history, photos, and social posts with ongoing persona evolution.
What do I get? / Deliverables
You get a structured Relationship Memory and Persona skill you can reload and evolve as new WeChat, photo, and social data is added.
- Relationship Memory artifact
- Persona definition for the skill
- Evolvable skill package ready for agent load
Recommended Skills
Journey fit
How it compares
Skill-packaged persona memory—not a hosted chatbot platform or a general RAG tutorial without relationship-specific distillation.
Common Questions / FAQ
Who is create-current for?
Indie agent builders who want to encode a current partner’s communication style and shared context into an evolvable skill using WeChat and media imports.
When should I use create-current?
Use it during Build agent-tooling when you are authoring a personal persona skill and have approved sources (chats, photos, posts) ready to distill.
Is create-current safe to install?
Check the Security Audits panel on this page; you must handle PII, consent, and export rules yourself—never import someone else’s data without permission.
SKILL.md
READMESKILL.md - Create Current
Distill a current partner into an AI Skill. Import WeChat history, photos, social media posts, generate Relationship Memory + Persona, with continuous evolution. | 把现任蒸馏成 AI Skill,导入微信聊天记录、照片、朋友圈,生成 Relationship Memory + Persona,支持持续进化。 # create-current { "name": "create-current", "description": "Distill a current partner into an AI Skill. Import WeChat history, photos, social media posts, generate Relationship Memory + Persona, with continuous evolution. | 把现任蒸馏成 AI Skill,导入微信聊天记录、照片、朋友圈,生成 Relationship Memory + Persona,支持持续进化。" }