Skip to content

mindmap skill: fully self-contained, remove script/directory dependencies - #9

Merged
PrashaanShakya7 merged 1 commit into
mainfrom
mindmap-self-contained
Jul 3, 2026
Merged

mindmap skill: fully self-contained, remove script/directory dependencies#9
PrashaanShakya7 merged 1 commit into
mainfrom
mindmap-self-contained

Conversation

@PrashaanShakya7

Copy link
Copy Markdown
Contributor

Summary

  • Embeds the entire mind map generator (icons, gauges, per-company layout) plus the RealRate logo (as base64) directly inside skills/mindmap.md, so the skill no longer needs a pre-existing gen_mindmap.py, a sibling RealRate Logos/ folder, or any filesystem scanning to locate a script.
  • Removes the now-redundant root-level gen_mindmap.py, run_mindmaps.sh, and run_mindmaps.ps1 (nothing references them anymore; requirements.txt stays since top10ranking still uses it).

Test plan

  • Copy the embedded script from skills/mindmap.md into a fresh directory, run python gen_mindmap.py apple, confirm it produces a 1920x1080 PNG with the RealRate logo rendered (no external logo file present).
  • Confirm pip install requests playwright Pillow + playwright install chromium is still all that's needed.

…ndencies

Embeds the entire generator (with the RealRate logo inlined as base64)
directly in skills/mindmap.md so it no longer needs a pre-existing
gen_mindmap.py, a sibling RealRate Logos/ folder, or any filesystem
scanning to locate its script. Removes the now-redundant root-level
gen_mindmap.py and run_mindmaps.sh/ps1 wrapper scripts.
@PrashaanShakya7
PrashaanShakya7 merged commit 1430f52 into main Jul 3, 2026
1 check passed
@PrashaanShakya7
PrashaanShakya7 deleted the mindmap-self-contained branch July 3, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant