You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "readme-skill",
3
3
"description": "Generate an AI-Native developer profile from local Claude Code + Codex data, GitHub contributions, and git log. Local-only, read-only, anonymized by default.",
5. Anonymize and redact by default; write to `output/profile_YYYYMMDD.md`
28
+
5. Anonymize and redact by default; write in the requested language to `output/profile_YYYYMMDD.md` or `output/profile_YYYYMMDD_en.md`
29
29
30
30
The whole flow is **read-only and fully local (except `gh`)** — safe to run, safe to share. Conversation text may be read for keyword and collaboration-style signal, but never copied verbatim into the report.
31
31
@@ -91,7 +91,7 @@ After installing, say one of these in Claude Code or Codex:
91
91
- "generate my AI profile" / "生成我的 AI 档案"
92
92
- "analyze my Claude usage"
93
93
94
-
The AI runs the full pipeline and writes to `output/profile_<date>.md`.
94
+
The AI runs the full pipeline and writes to `output/profile_<date>_en.md` for English requests, or `output/profile_<date>.md` for Chinese/default requests.
95
95
96
96
### Private vs shareable
97
97
@@ -177,7 +177,7 @@ Design principles (from the v2.4 brief): identity readable in 3 seconds + 6 evid
0 commit comments