Skip to content

Update top10ranking skill to self-contained version - #16

Merged
PrashaanShakya7 merged 1 commit into
mainfrom
top10ranking-self-contained
Jul 16, 2026
Merged

Update top10ranking skill to self-contained version#16
PrashaanShakya7 merged 1 commit into
mainfrom
top10ranking-self-contained

Conversation

@PrashaanShakya7

Copy link
Copy Markdown
Contributor

Summary

  • Replaces the pointer-style skills/top10ranking.md (which required generate_infographic.py and requirements.txt to live in a separate project repo) with the current self-contained skill.
  • The generator script, bundled Manrope fonts, and a fallback RealRate logo now live inside the skill's own scripts//assets/ structure and no longer depend on any file outside the skill.
  • The full generate_infographic.py source is embedded verbatim at the bottom of the file, so this single document fully describes and contains everything the skill does.

Test plan

  • Drop skills/top10ranking.md into a project's .claude/skills/top10ranking/top10ranking.md, extract the embedded script/assets, and run python scripts/generate_infographic.py air to confirm it produces both the PNG and LinkedIn caption.

🤖 Generated with Claude Code

Replaces the pointer-style skill (which depended on generate_infographic.py
and requirements.txt living in a separate project repo) with the current
self-contained skill: the generator script, Manrope fonts, and a fallback
RealRate logo are bundled inside the skill's own scripts/ and assets/
directories, and the full script source is embedded verbatim at the bottom
of this file so the single document fully describes and contains everything
the skill does.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@PrashaanShakya7
PrashaanShakya7 merged commit 12a4ad9 into main Jul 16, 2026
1 check passed
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