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

Team Brain: A Shared Memory Plugin for Claude Code That Stores Team Knowledge in Git
Team Brain is a Claude Code plugin that stores team knowledge in a .team-brain/ folder within your repository. It automatically generates a BRAIN.md file capped at 180 lines for optimal Claude instruction accuracy and works across tools by creating .cursorrules and AGENTS.md files.

Aired: A Claude Code Skill for Instant HTML Publishing to Live URLs
Aired is an open-source tool that publishes HTML to a live URL in 2 seconds via Claude Code skills or MCP servers. It requires no signup, deployment configuration, or installation for web-based AI tools, and works with Claude Code, Cursor, VS Code, Codex, and Windsurf.

LystBot: An MCP Server for Claude to Manage Lists and Tasks
LystBot is a list management app with a native MCP server that allows Claude to directly interact with grocery lists, todos, and packing lists. Built primarily with Claude Code, it includes a Flutter mobile app, REST API, CLI, and open-source Node.js MCP server.

Zot Chrome Operator: Let Your Terminal AI Agent Drive the Browser via Side Panel
A Chrome extension + local bridge that lets zot, a terminal-based coding AI, control browser tabs through a `browser_action` tool. Install in two commands, no zot changes required.