/ assets / personal-asset-index.example.json
personal-asset-index.example.json
 1  {
 2    "_meta": {
 3      "description": "Personal asset index template — copy this file and fill in your real data",
 4      "how_to_use": "1. Copy this file to ~/.claude/memory/personal-asset-index.json  2. Fill in your real information  3. design-philosophy skill will auto-read it",
 5      "note": "Do not put real data files inside the skill directory, to avoid leaking privacy when the skill is distributed"
 6    },
 7  
 8    "identity": {
 9      "real_name": "Your real name",
10      "pen_names": ["Pen name 1", "Pen name 2"],
11      "english_name": "English Name",
12      "title": "Your title / one-line introduction",
13      "bio_short": "50-100 word short bio",
14      "bio_long": "200-300 word detailed introduction",
15      "avatar_url": "Avatar URL",
16      "source": "Data source notes"
17    },
18  
19    "contact": {
20      "email": "your@email.com",
21      "wechat_personal": "WeChat ID",
22      "source": "Data source notes"
23    },
24  
25    "social_media": {
26      "github": {
27        "url": "https://github.com/yourname",
28        "username": "yourname"
29      },
30      "youtube": {
31        "url": "https://www.youtube.com/@YourChannel",
32        "channel_name": "Channel name"
33      },
34      "source": "Data source notes"
35    },
36  
37    "websites": {
38      "main_site": {
39        "url": "https://yoursite.com",
40        "description": "Website description",
41        "local_path": "/path/to/local/project/"
42      }
43    },
44  
45    "products": {
46      "product_1": {
47        "name": "Product name",
48        "type": "iOS App / Web App / CLI Tool / Ebook",
49        "achievement": "Main achievement",
50        "icon_path": "/path/to/icon.png",
51        "project_path": "/path/to/project/"
52      }
53    },
54  
55    "stats": {
56      "social_followers": "Followers count",
57      "product_users": "Users count",
58      "source": "Data source notes"
59    },
60  
61    "design_assets": {
62      "article_images": {
63        "base_path": "/path/to/images/",
64        "notable_sets": []
65      }
66    },
67  
68    "knowledge_base": {
69      "wechat_articles": "/path/to/knowledge_base/"
70    }
71  }