Skip to content

Releases: study8677/Readme.skill

v2.5.1 — Cursor support (all 6 AI tools online)

28 May 07:30

Choose a tag to compare

6 引擎全员到齐 / 6 engines online — Readme.skill now reads from 6 AI coding tools in parallel: Claude Code + Codex CLI + Kiro (AWS) + Trae (ByteDance) + Gemini Antigravity (Google) + Cursor (Anysphere).

What changed since v2.4.0

🌐 New tool support (v2.5.0)

  • Kiro (AWS) — full support via Step 3b:
    • ~/.kiro/sessions/cli/*.{json,jsonl} (ACP sessions)
    • ~/.local/share/kiro-cli/data.sqlite3 (per-message tokens + model breakdown)
    • ~/.kiro/{agents,skills,steering,prompts,settings} (Agent Skills standard, fully interoperable with Claude/Codex skill schemas)
  • Trae (ByteDance) — partial support via Step 3c:
    • state.vscdb chat metadata (VS Code fork) + workspace .trae/{rules,skills}
    • ⚠️ Trae token usage lives in ByteDance cloud API; this skill stays 100% offline, so token numbers are not collected by default.
  • Gemini Antigravity (Google) — community-contributed via PR #1 by @BaekElk19, Step 3d:
    • ~/.gemini/antigravity/brain/<uuid>/ per-task metadata + markdown
    • Token unavailable → task/artifact counts + text-scale estimate (labeled non-billing).

🌐 New tool support (v2.5.1)

  • Cursor (Anysphere) — partial support via Step 3e:
    • ~/Library/Application Support/Cursor/User/{workspaceStorage,globalStorage}/state.vscdb composer.* / aiService.* / aichat keys (VS Code fork, same pattern as Trae)
    • Project .cursor/{rules,mcp.json} / .cursorrules merged into the skill inventory.
    • ⚠️ Cursor token usage is authoritative in Anysphere cloud dashboard; local-only numbers labeled as reference.

🛠️ Engine upgrades

  • Step 6.1 / 6.2 / 6.4 / 6.6 / Step 8 data-source line, downgrade table, and red-line section all extended to cover all 6 tools.
  • Multi-tool orchestration scales from 2-of-N (Claude+Codex) up through 6-of-N. Projects touching 3+ tools are labeled "multi-engine" with [K] / [T] / [Cu] markers for which workspace configs are present.
  • New SKILL.md frontmatter triggers: "分析我的 Kiro / Trae / Antigravity / Cursor 使用情况" / "summarize my Kiro / Trae / Antigravity / Cursor history".

📚 Documentation + community

  • Complete README redesign (zh + en): badges row, who-is-this-for matrix, supported-tools table, vs-WakaTime / readme-stats / Skyline comparison, Roadmap, FAQ, Community gallery CTA.
  • CHANGELOG.md introduced (Keep-a-Changelog format, full history from v1.0 → v2.5.1).
  • GitHub Discussions enabled; blank-issue blocked in favor of three YAML form templates:
    • bug_report.yml
    • feature_request.yml
    • new_tool_support.yml (scaffolds the path/format info needed to add a new IDE)
  • 20 GitHub Topics (up from 6): adds `kiro` `trae` `claude-skill` `readme-generator` `ai-developer-tools` etc.
  • Fresh showcase (examples/profile_20260528.md · English): real run on the author's machine — 148 days · 22.21B tokens · 1:23.8 cache leverage · 4,292 local commits · 2,217 GitHub stars · 4 AI tools live in parallel.

Install

```
/plugin marketplace add study8677/Readme.skill
/plugin install readme-skill@study8677
```

Or via Codex CLI: see README.

Credits

v2.4.0

15 May 10:47

Choose a tag to compare

What changed

  • Align plugin metadata with the v2.4 feature set.
  • Add MIT LICENSE so GitHub can detect the repository license.
  • Ignore generated output artifacts while keeping output/.gitkeep tracked.
  • Clarify Markdown profile language behavior for Chinese, English, and bilingual requests.
  • Standardize poster output filenames as output/poster__.svg.

Validation

  • jq validation for .claude-plugin/*.json
  • xmllint validation for example SVG files
  • Markdown/SKILL local link check
  • git diff --check