setup

Configures AWS DevOps Agent and Security Agent MCP connections.

1|Updated Aug 1, 2024
One-click install
npx skills add https://github.com/obispobruno/dotfiles --skill setup-obispobruno
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/obispobruno/dotfiles/tree/main/dot_agents/skills/setup
Command: npx skills add https://github.com/obispobruno/dotfiles --skill setup-obispobruno

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up the AWS DevOps Agent and AWS Security Agent requires configuring MCP connections, agent spaces, IAM roles, and S3 buckets, which is error-prone when done manually. This Skill orchestrates the entire setup process in the correct order. ## Core Features & Use Cases - Guided Setup Orchestration: Runs the setup-devops-agent and setup-security-agent skills in the correct sequence. - Selective Configuration: Allows configuring only one agent when the user needs just the DevOps or Security Agent. - Use Case: When MCP tools are missing or a user says "set up" or "connect", this Skill walks through establishing the DevOps Agent MCP connection and provisioning the Security Agent workspace including its IAM role and S3 bucket. ## Quick Start Ask the assistant to set up the AWS DevOps and Security Agents so the MCP tools become available.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up the AWS DevOps Agent and Security Agent?▼

Invoke the setup skill, which runs setup-devops-agent first to configure the MCP connection, then setup-security-agent to provision the agent space, IAM role, and S3 bucket. The steps run in order automatically.

Can I set up only one AWS agent instead of both?▼

Yes, the setup skill supports selective configuration. If you only need the DevOps Agent or only the Security Agent, it runs just the relevant sub-skill instead of both.

Why are my AWS agent MCP tools missing?▼

Missing MCP tools usually indicate the agent connections have not been configured yet. Running the setup skill establishes the DevOps Agent MCP connection and the Security Agent workspace, after which the tools become available.

What AWS resources does the Security Agent setup create?▼

The Security Agent setup provisions an agent space, an IAM role, and an S3 bucket. These resources are configured through the setup-security-agent skill invoked during the setup workflow.