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

TextForge: A Claude Code-built email approval tool for LLM workflows
A developer built TextForge using Claude Code to automate email workflows with mandatory approval gates, preventing LLMs from sending emails without explicit permission. The tool integrates with Pipedrive CRM and required Google CASA2 security audit compliance.

Claude Command Center: Open-Source Dashboard for Claude Code Analytics
Claude Command Center is a local dashboard that reads your ~/.claude/ directory to display Claude Code session data, costs, and MCP server configurations. Built entirely using Claude Code with an Express backend and React frontend, it requires zero configuration and runs locally with no cloud or telemetry.

MCP Server Enables Claude to Create and Run Custom Tools at Runtime
A developer built an MCP server where Claude can create, update, and run new tools without redeployment. The system uses five core tools and executes custom JavaScript/TypeScript code in a Deno sandbox with ~50ms cold start.

Shieldbot: Open-Source Security Scanner Plugin for Claude Code
Shieldbot is an open-source security scanner that runs as a plugin inside Claude Code, integrating six scanners including Semgrep with 5,000+ rules, Bandit, Ruff, detect-secrets, pip-audit, and npm audit. It deduplicates findings and generates prioritized reports with risk scores and code fixes.