🎯 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 500+ 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
🌐 Google Cloud Ninja
85+ skills from official Google repositories
GKE, Cloud Run, BigQuery, Spanner, IAM, Storage, Well-Architected Framework.
🧠 Google AI Ninja
25+ skills for Generative AI
Gemini API, Agent Platform, Genkit, RAG, Eval, ADK.
📊 Google Analytics Ninja
3+ skills for Analytics
Admin API, Data API, Reports, Metrics, Dimensions.
📢 Google Ads Ninja
15+ skills for advertising
Ads API, Mobile Ads SDK, IMA SDK, Data Manager.
📱 Google Mobile Ninja
35+ skills for mobile development
Android, Flutter, Dart, Jetpack Compose, Navigation 3, CameraX.
🔥 Google Firebase Ninja
18+ skills for backend-as-a-service
Firestore, Auth, Hosting, Functions, Storage, Remote Config.
🐕 Datadog Ninja
57 skills for observability and monitoring
APM & Tracing, Logs, Monitors, Live Debugging, CI & Test Optimization, Audit Trail, Browser SDK & RUM, LLM Ops.
🔥 Firecrawl Ninja
33 skills for web scraping and research
Scrape, crawl, batch operations, deep research, LLM-ready extraction.
| Ninja | Skills | Category | Source |
|---|---|---|---|
| AWS Ninja | 230+ | Cloud | aws/, aws-samples/ |
| Azure Ninja | 40 | Cloud | microsoft/azure-skills |
| Google Cloud Ninja | 85+ | Cloud | google/skills |
| Google AI Ninja | 25+ | AI/ML | google/skills, google/agents-cli |
| Google Ads Ninja | 15+ | Ads | google/skills |
| Google Mobile Ninja | 35+ | Mobile | android/skills, flutter/agent-plugins, dart-lang/skills |
| Google Firebase Ninja | 18+ | BaaS | firebase/agent-skills |
| Google Analytics Ninja | 3+ | Analytics | google/skills |
| Datadog Ninja | 57 | Observability | DataDog/pup, datadog-labs/agent-skills |
| Firecrawl Ninja | 33 | Scraping | firecrawl/skills |
| Aspect | Traditional Approach | Jump Skill Ninja |
|---|---|---|
| Initial context | ~100,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 (~20 repos, ~800MB)./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