A personal Claude Code skill marketplace. Skills are folders of instructions, scripts, and resources that Claude loads dynamically to improve performance on specialized tasks.
For more information on how skills work, see agentskills.io.
| Skill | Description |
|---|---|
| mobile-deployer | Onboard a fresh iOS/Android project with a complete Fastlane deployment pipeline — Match certificates, TestFlight, Google Play |
Register this repo as a plugin marketplace:
/plugin marketplace add narodejesus/skills
Then install a skill:
/plugin install mobile-deployer@narodejesus-skills
Each skill is a folder with a SKILL.md file:
---
name: my-skill-name
description: What this skill does and when to use it
---
# Instructions
[What Claude should do when this skill is active]See ./template for a starter template.