readme-skill

Solid

生成一份对外可分享、脱敏的 AI-Native 开发者 README。 量化展示我对 Claude Code + Codex CLI + Kiro (AWS) + Trae (ByteDance) + Gemini Antigravity (Google) + Cursor 的使用深度、AI 协作风格、 项目与领域分布、兴趣主题,以及与 GitHub 提交的产出关联。 Trigger when the user says: "生成我的 AI 档案" / "做一份 AI-native README" / "分析我的 Claude / Codex / Kiro / Trae / Antigravity / Cursor 使用情况" / "总结我的 AI 使用" / "build my AI usage profile" / "summarize my Claude / Codex / Kiro / Trae / Antigravity / Cursor history" / "生成开发者画像". 全程本地、只读、默认匿名、不上传任何数据。

Code & Development 126 stars 6 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 90/100

Stars 20%
70
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Readme.skill — AI-Native 开发者档案生成器 You (the AI agent invoking this skill) will read local Claude Code + Codex CLI + Kiro (AWS) + Trae (ByteDance) data, compute a fixed set of dimensions, and render a Markdown profile under `./output/` in the user's requested language (Chinese by default; English when the user asks in English or explicitly requests English). **You do all of the work** — read the files with `Read`, query sqlite via `Bash`, and synthesize the prose yourself. Do **not** write helper scripts; the skill is the recipe. > 支持的 4 个 AI 编程工具(任一缺失都自动降级跳过): > 1. **Claude Code** (`~/.claude/`) — Step 2 > 2. **Codex CLI** (`~/.codex/`) — Step 3 > 3. **Kiro CLI / IDE** (`~/.kiro/` + `~/.local/share/kiro-cli/`) — Step 3b > 4. **Trae IDE** (`~/Library/Application Support/Trae/` + 项目 `.trae/`) — Step 3c > 默认行为:**对外分享版** —— 项目名匿名、敏感信息脱敏。 > 如果用户明确说"私人版 / 不要脱敏 / show real names",跳过匿名步骤。 --- ## Step 1 — 准备 ```bash cd <repo-with-this-skill> # e.g. ~/Projects/Readme.skill mkdir -p output DATE=$(date +%Y%m%d) ``` Decide anonymization mode (default = on). Build an in-memory mapping `real_path → "项目 A/B/C"` as you encounter project paths in later steps. Use the same mapping consistently across all sections. --- ## Step 2 — 读取 Claude Code 数据 (`~/.claude/` + 项目 `.claude/`) ### 2.1 预聚合统计(最权威,先看这个) Read `~/.claude/stats-cache.json`. Extract: | 字段 | 含义 | | --- | --- | | `totalSessions` | session 总数 | | `totalMessages` | 消息总数 | | `firstSessionDate` | 首个 session ISO 时间 | | `longe...

Details

Author
study8677
Repository
study8677/Readme.skill
Created
1 months ago
Last Updated
4 days ago
Language
N/A
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

neat-freak

End-of-session knowledge cleanup with OCD-level rigor — reconciles project docs (CLAUDE.md, README.md, docs/) and agent memory against the code so nothing rots. 会话结束后对项目文档和记忆进行洁癖级审查与同步。MUST trigger when the user says: "sync up", "tidy up docs", "update memory", "clean up docs", "/sync", "/neat", "同步一下", "整理文档", "整理一下", "更新记忆", "梳理一下", "收尾", "这个阶段做完了", "新人能直接上手", or any phrase suggesting a dev milestone where knowledge needs reconciliation. Also trigger when the user reports stale docs, conflicting memories, or wants a clean handoff to teammates or other agents. Bare "整理" / "tidy" with prior dev context counts — do not under-trigger. Cross-platform: works on Claude Code, OpenAI Codex, OpenCode, and OpenClaw.

5 Updated today
LiHongwei-cn
AI & Automation Listed

general-readme-skill

Use when generating or improving README.md for any project. Trigger on /readme, "generate readme", "write readme", "create project documentation", "更新README", "帮我写 README".

3 Updated today
KieranGao
AI & Automation Solid

claude-md

按最佳实践创建或更新 CLAUDE.md 文件,以便为 AI agent 提供最优的项目入门上下文

34,751 Updated today
luongnv89
Data & Documents Listed

cli-forge-readme

Use this skill whenever the user wants to create, improve, audit, or rewrite a README.md file for any project. Triggers include: 'readme', 'README', 'documentation for my project', 'write a readme', 'improve my readme', 'project landing page', or any request to document a codebase, library, CLI tool, infrastructure project, or research repo. Also triggers when the user asks to 'make my project more accessible', 'add a getting started guide', or wants badges, installation instructions, or contributing guidelines. Use this skill even when the user just says 'document this' or 'make this repo presentable'. Do NOT use for API reference docs generation, full documentation sites (mdbook, docusaurus), or man pages.

4 Updated yesterday
Destynova2
AI & Automation Listed

how-to-create-claude-code-skill

A guide to creating Claude Code Skills.

335 Updated today
aiskillstore