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

GrapeRoot MCP Tool Reduces Claude Code Token Usage by 50-70%
A developer built GrapeRoot, an MCP tool using Claude Code, that tracks explored files and avoids re-reading unchanged content, reducing token usage by 50-70% and making $20 Claude Code plans last 2-3× longer.

TruthGuard: Shell Script Hooks That Catch AI Coding Agent Lies
TruthGuard is an open-source tool that uses shell script hooks to verify what Claude Code and Gemini CLI actually do versus what they claim. It catches phantom edits, exit code lies, dangerous shortcuts, and blocks commits when tests fail.

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.

Claude Code Matrix Channel Plugin Built in Rust with E2EE Support
A developer built a Matrix channel plugin for Claude Code in Rust, adding support for text, files, images with E2EE decryption, reply threading, reactions, and bot commands. The 14MB binary is MIT licensed and works with any Matrix homeserver.