スキル一覧に戻る
Cursedpotential

personal-context-agent

by Cursedpotential

full stack of analysis and processing tools

0🍴 0📅 2026年1月12日
GitHubで見るManusで実行

SKILL.md


name: personal-context-agent description: "Extract and structure personal context from AI chat transcripts into themed markdown files. Use when (1) Processing Claude, Claude Code, or other AI conversation exports, (2) Building personalized AI assistants from chat history, (3) Creating context files for Claude Projects, GPTs, or Gems, (4) Consolidating scattered knowledge from multiple conversations. Optimized for Claude Haiku."

Personal Context Agent

Extract personal context from AI chat transcripts and structure into themed files. Designed to work with Claude Haiku for cost-effective batch processing.

Workflow

Chat Exports → Process → Extract → Chunk → Integrate

Reference Files

FilePurpose
references/transcript-processor.mdConvert JSON/text exports to clean transcripts
references/context-extractor.mdExtract personal facts from conversations
references/context-chunker.mdSplit context into themed markdown files
references/batch-processing.mdHandle multiple transcripts, merge context

Quick Start

Single Transcript

  1. Process: Convert export to clean text (see transcript-processor.md)
  2. Extract: Pull out personal context (see context-extractor.md)
  3. Chunk: Split into themed files (see context-chunker.md)

Multiple Transcripts

See batch-processing.md for:

  • Sequential processing (Haiku-friendly)
  • Merging extracted context
  • Incremental updates

Source Formats

  • Claude.ai JSON exports
  • Claude Code session logs
  • ChatGPT JSON exports
  • Plain text/markdown chat logs

Output Files

Use kebab-case: work-context.md, technical-stack.md

Standard categories:

  • personal-background.md - Name, location, family
  • work-context.md - Job, role, company
  • technical-stack.md - Languages, tools, frameworks
  • current-projects.md - Active work with details
  • preferences.md - Likes, dislikes, opinions
  • constraints.md - Limitations, requirements
  • goals.md - Objectives
  • communication-style.md - Interaction preferences

Integration

PlatformLimitMethod
Claude ProjectsNoneProject Knowledge
Custom GPTs10 filesKnowledge upload
Gems10 filesContext files
Claude CodeNoneCLAUDE.md or docs/

Haiku Optimization

These prompts use:

  • Short, direct instructions
  • Explicit output formats
  • Concrete examples
  • Step-by-step structure
  • No ambiguity

For best results with Haiku:

  • Process one transcript at a time
  • Keep input under 50K tokens
  • Use the exact prompts provided
  • Review and merge outputs manually if needed

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です