Open source collection of personal agent skills.
This repository is intentionally small and boring:
- one skill per folder under
skills/ - each skill starts from a
SKILL.md - examples, scripts and templates stay close to the skill that uses them
- no private project details, credentials, customer data or copied third-party skill content
skills/
skill-name/
SKILL.md
scripts/
examples/
assets/
docs/
SKILL_FORMAT.md
templates/
skill/
SKILL.md.template
scripts/
validate-skills.sh
- Create
skills/<skill-name>/. - Copy
templates/skill/SKILL.md.templatetoskills/<skill-name>/SKILL.md. - Fill in
SKILL.md. - Add any supporting examples, scripts, references or assets inside that skill folder.
- Run:
./scripts/validate-skills.shidea-to-ios-app: researches and challenges an idea, gets the product contract approved, then turns an idea, brief, skill, or workflow into a complete tested iOS product repository and optional App Store release.
The skill uses the portable Agent Skills format and can be installed for Codex and Claude Code together:
npx skills add matteodante/skills -g -a codex claude-code \
-s idea-to-ios-app -yIts staged scripts/check-companion-skills.sh gate checks discovery, Apple development, testing, ASO, and screenshot companion skills for both agents and verifies Sosumi MCP configuration before the stage that needs them.
During app and website design it can use host-native image generation for authored media. When an agent such as Claude Code has no native generator, it asks the user to select Replicate, another configured provider, or a no-generation fallback before sending data or incurring cost.
MIT. Only commit content you own or are allowed to publish.