Claude Code skill generates App Store screenshots using Gemini AI

A developer has built a Claude Code skill that generates App Store and Google Play screenshots using Gemini AI. The skill, called /aso-cosmicmeta-ss, is currently at version 1.1.0 and available on GitHub.
How it works
The skill follows a 6-phase guided workflow:
- Configuration
- Benefit discovery
- Screenshot pairing
- Generation
- Showcase
- Multi-language translation
Claude analyzes your codebase to identify core value propositions, then runs compose.py and gemini_enhance.py automatically. The skill shows composed screenshots before sending them to Gemini for enhancement, creating an approval gate that catches layout issues at compose time instead of after using Gemini API quota.
Key features
- Asks whether to preserve style and add cultural elements per language
- Approval gate before Gemini enhancement to catch layout issues early
- Free, instant layout checking at compose time vs. irreversible API usage
Installation
Install with: npx skills add abutun/claude-skill-aso-cosmicmeta-ss
The GitHub repository contains the full implementation and documentation for developers who want to understand or modify the skill's functionality.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Code Undocumented Features: Hooks, Memory, YOLO Classifier & More
The Claude Code source reveals hidden configs: YOLO Classifier for auto-permission, hooks that rewrite commands, persistent agent memory, auto-mode rules in plain English, and dream loops.

GrapeRoot: Open-source tool reduces Claude Code token usage by 40-80%
GrapeRoot is a free, open-source local MCP server that sits between your codebase and Claude Code, reducing token usage by 40-80% by tracking what the model has already seen and sending only relevant code changes.

Claude Academy: A Free Coding Bootcamp That Runs Inside Claude Desktop
A developer has built Claude Academy, a free coding bootcamp that operates entirely within Claude Desktop's Code tab. The system uses three commands to deliver 64 structured lessons across web development fundamentals, with progress tracking and real project building.

SkillsGate: Open Source Marketplace for AI Coding Agent Skills
SkillsGate is an open source marketplace that indexes 45,000+ skills for AI coding agents like Claude Code, Cursor, and Windsurf. It provides semantic search with vector embeddings and one-command installation via npx.