3 Commits

Author SHA1 Message Date
ericzakariasson dc415439ee Update Thermos plugin logo
Replace generic code-review icon with the three-tier pyramid icon
that mirrors the plugin's layered architecture (orchestrator,
subagents, skills).

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 21:47:41 -07:00
ericzakariasson 5102244dab Scrub internal references from Thermos skills
- Remove provenance sentence referencing Sualeh, the lukas-pr-review
  internal skill, and the "Improve code quality" IDE feature name from
  thermo-nuclear-code-quality-review.
- Rephrase thermo-nuclear-review description and intro to drop the
  "web Deep review quick action" framing; describe the audit on its
  own terms.
- Fix typo: memdium-to-high -> medium-to-high.
- Generalize the "Delete the database" example: drop the company name.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 20:29:40 -07:00
ericzakariasson 5080d38e4c Add Thermos plugin; relocate code-quality review out of cursor-team-kit
Thermos is a new plugin that packages thermo-nuclear branch review:

- thermo-nuclear-review (skill) — deep security/correctness audit
- thermo-nuclear-code-quality-review (skill) — harsh maintainability audit
- thermos (skill) — orchestrator that runs both reviews in parallel
  with shared diff context and synthesizes findings
- Two Task subagents (one per review skill) for diff-scoped audits

The code-quality review previously lived in cursor-team-kit. Moved it
into Thermos alongside the new deep-review rubric so the two reviewers
sit together with their orchestrator. cursor-team-kit bumped to 1.2.0
with a pointer to the new plugin.

Marketplace and root README updated with the new entry.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-27 20:11:05 -07:00