| name | repo_infographic |
| description | Generates a crisp, clear full infographic of the repository with a unique theme based on the repo's content. Saves the infographic to the assets folder and links it in the README.md file. |
Repo Infographic
Use this skill to create a comprehensive infographic of the current repository.
Workflow
-
Analyze Repository:
- Understand the current repository structure, purpose, and key components using directory listings and file analysis.
- Determine a unique and appropriate visual theme for the infographic based on the repository's main focus.
-
Generate Infographic:
- Use the
generate_image tool to create a visual infographic.
- The prompt should request a crisp, clear infographic that visualizes the repository's modules, features, or architecture, heavily leaning into the determined theme.
- Provide the ImageName as
repo_infographic.
-
Save Asset:
- Locate the
assets folder in the repository root (create it if it doesn't exist).
- Ensure the generated image is saved, downloaded, or moved to this
assets directory.
-
Update README.md:
- Identify the main
README.md file of the repository.
- Append or insert an embedded image link to the generated infographic pointing to the correct relative path in the
assets folder.
Advanced Infographic Patterns
When generating the prompt for the infographic, consider:
- Thematic Storytelling: The image should tell a story (e.g., "Data Flow", "Component Architecture") rather than just being a random collection of boxes.
- Visual Hierarchy: Use size, color, and contrast to denote importance (e.g., the core processing engine should be larger and more central than utility scripts).
- Brand Alignment: If a
DESIGN_PHILOSOPHY.md exists, ensure the infographic adopts the brand's aesthetic (e.g., "Cyberpunk", "Minimalist Corporate").