eb

Route general Elastic Beanstalk requests to specialized EB skills.

3|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/shinmc/aws-beanstalk-skills --skill eb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: eb
Source: https://github.com/shinmc/aws-beanstalk-skills/tree/main/plugins/aws-beanstalk/skills/eb
Command: npx skills add https://github.com/shinmc/aws-beanstalk-skills --skill eb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Elastic Beanstalk users often struggle to choose the right EB action when no specific task is defined. This skill acts as a general gateway that routes to the appropriate dedicated EB skill.

Core Features & Use Cases

  • General EB entry point: directs user requests to the correct specialized EB skill (deploy, status, logs, config, troubleshoot, environment, app, maintenance, eb-infra, eb-docs).
  • Prerequisite checks: reminds and guides on EB CLI installation and eb init initialization.
  • Guidance by workflow: supports common EB workflows by delegating to the right skill for execution.

Quick Start

Ask for general EB guidance or request a specific task (e.g., deploy, status, or logs) to begin.

Frequently Asked Questions about eb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy to AWS Elastic Beanstalk when I only have a general request?

This gateway routes general AWS Elastic Beanstalk deployment requests to the appropriate specialized EB skill. It identifies your intended task, such as deploy or logs, and delegates execution to the matching dedicated EB skill.

What do I need to use the EB CLI for environment management?

To use the EB CLI for environment management, you need the EB CLI installed and your project initialized via eb init. This gateway enforces these prerequisites and guides you through setup before routing to configuration tasks.

What is the best way to check Elastic Beanstalk status and logs?

Checking Elastic Beanstalk status and logs is handled by delegating to specific status and troubleshoot skills. This gateway acts as a single entry point to direct your request to the correct skill for retrieving environment health and logs.

Can I use this EB entry point for general AWS Beanstalk maintenance tasks?

Yes, you can use this EB entry point for general AWS Beanstalk maintenance tasks. It routes your maintenance requests to the dedicated maintenance skill, ensuring the correct workflow is executed without needing to specify the exact action.

When should I not use this general EB gateway?

You should not use this general EB gateway when you already know the specific EB action required. If you need direct deployment or config execution, invoking the specialized EB skill directly bypasses the routing overhead.