🎯 Identifies
Analyzes your task and finds the most relevant skills
Ninjas are intelligent meta-skills — master orchestrators that route your requests to the most appropriate specialized skill from a curated library.
Instead of manually searching through hundreds of individual skills, you simply describe your task and the Ninja:
🎯 Identifies
Analyzes your task and finds the most relevant skills
📖 Loads
Loads full instructions on-demand
⚡ Executes
Executes with expert-level knowledge
Think of Ninjas as expert dispatchers — they understand the entire landscape of available capabilities and always route you to the right specialist.
┌─────────────────────────────────────────────────────────────────┐│ Load all 300+ skills into context ││ ││ ❌ Consumes entire context window ││ ❌ Slower responses ││ ❌ Irrelevant skills interfere ││ ❌ Confusion about which skill to use │└─────────────────────────────────────────────────────────────────┘┌─────────────────────────────────────────────────────────────────┐│ "Set up an EKS cluster with Karpenter for autoscaling" │└─────────────────────────────────────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────────────┐│ 🥷 AWS NINJA ││ Analyzes intent & context ││ ││ ┌─────────────┐ ┌─────────────┐ ┌─────────────┐ ││ │ eks-design │ │eks-karpenter│ │eks-security │ ││ │ skill │ ── │ skill │ ── │ skill │ ││ └─────────────┘ └─────────────┘ └─────────────┘ ││ ▲ ▲ ││ └────── SELECTED ──┘ │└─────────────────────────────────────────────────────────────────┘ │ ▼┌─────────────────────────────────────────────────────────────────┐│ EXPERT EXECUTION ││ Full skill knowledge loaded & task completed │└─────────────────────────────────────────────────────────────────┘Result:
☁️ AWS Ninja
230+ skills from 10 official AWS repositories
EKS, Lambda, DynamoDB, CDK, Security, Well-Architected, Bedrock, and much more.
🔷 Azure Ninja
40 skills from Microsoft + community
AKS, App Service, Entra ID, Foundry, DevOps, Cost Management, Bicep.
Workflow: prepare → validate → deploy
🔥 Firecrawl Ninja
33 skills for web scraping and research
Scrape, crawl, batch operations, deep research, LLM-ready extraction.
| Aspect | Traditional Approach | Jump Skill Ninja |
|---|---|---|
| Initial context | ~50,000+ tokens | ~500 tokens |
| Speed | Slow (too much to process) | Fast (intelligent routing) |
| Accuracy | Irrelevant skills interfere | Always the most specific skill |
| Maintenance | Update each skill manually | ./sync-repos.sh updates all |
| Multi-cloud | Separate configs | One unified system |
Copy and paste this prompt to your AI coding agent:
Clone https://github.com/fabricioctelles/jump-skills,then run ./sync-repos.sh to clone all skill repositories,and ./install-ninjas.sh to install the Ninjas.# 1. Clone the repositorygit clone https://github.com/fabricioctelles/jump-skills.gitcd jump-skills
# 2. Sync source repositories (~15 repos, ~500MB)./sync-repos.sh
# 3. Install Ninjas to your agents./install-ninjas.sh# 1. Clone the repositorygit clone https://github.com/fabricioctelles/jump-skills.git $HOME\GIT\jump-skillscd $HOME\GIT\jump-skills
# 2. Sync and install (via Git Bash or WSL)bash ./sync-repos.shbash ./install-ninjas.sh| Agent | Path |
|---|---|
| Claude Code | ~/.claude/skills/ |
| Kiro CLI | ~/.kiro/skills/ |
| Cursor | ~/.cursor/skills/ |
| Codex | ~/.codex/skills/ |
| OpenCode | ~/.opencode/skills/ |
| VS Code Copilot | ~/.github/copilot/skills/ |
| And more… | Auto-detected |
GitHub
AWS Ninja
Made with 🥷 by Fabricio Telles