A curated collection of Claude Code skills for independent developers and creators. This repository contains specialized AI skills designed to enhance development workflows, creative processes, and productivity.
Location: skills/ios-notes-screenshot-generator/
Transforms arbitrary text input into realistic iOS notes app screenshots that match Apple's design language and visual standards.
Features:
- Pixel-perfect iPhone 14/15 dimensions (390x844px)
- iOS design system with 8pt grid alignment
- San Francisco font with proper typography
- System colors and light/dark mode support
- Realistic UI elements (status bar, navigation, text areas)
Usage: Use this skill when you need to create iOS-style notes app screenshots for presentations, mockups, or design references.
indie-vibe-dev-skills/
├── skills/ # Skills directory
│ └── ios-notes-screenshot-generator/
│ ├── SKILL.md # Skill definition with frontmatter
│ ├── scripts/ # JavaScript implementation files
│ ├── assets/ # HTML templates and resources
│ ├── references/ # Design specifications
│ └── README.md # Skill-specific documentation
├── README.md # This file
├── LICENSE # MIT License
└── .gitignore # Git ignore rules
Each skill follows the Claude Code skill format with:
- SKILL.md: Contains skill metadata, usage instructions, and implementation details
- Frontmatter: YAML metadata with skill name and description
- Structured folders: Organized scripts, assets, and documentation
- Ready-to-use: Complete implementations that work immediately
Want to add your own skill to this collection?
- Create a new directory in
skills/your-skill-name/ - Follow the established structure with SKILL.md, scripts/, assets/, and references/
- Ensure your SKILL.md has proper frontmatter with name and description
- Add comprehensive documentation and examples
- Submit a pull request with a clear description of your skill
This repository is licensed under the MIT License - see the LICENSE file for details.
Find more skills and resources in the Claude Code community:
- Awesome Claude Code
- Awesome Claude Agents
- Search GitHub topics:
claude-code-skills,claude-skills
Created by @ivan23kor
Built with ❤️ for the Claude Code community