install-kiro-agent

Install the KiroCLI aidlc.json agent configuration into ~/.kiro/agents/.

24|2|Updated Nov 6, 2025
One-click install
npx skills add https://github.com/ikeisuke/ai-dlc-starter-kit --skill install-kiro-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-kiro-agent
Source: https://github.com/ikeisuke/ai-dlc-starter-kit/tree/main/skills/install-kiro-agent
Command: npx skills add https://github.com/ikeisuke/ai-dlc-starter-kit --skill install-kiro-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill installs the KiroCLI agent configuration file (aidlc.json) into the local ~/.kiro/agents/ directory, enabling seamless agent setup for AI-DLC workflows.

Core Features & Use Cases

  • Install the aidlc.json agent configuration to ~/.kiro/agents/ for use with KiroCLI.
  • Validate the template availability, create the target directory if missing, and perform an idempotent copy with an optional backup when overwriting.
  • Use Case: Setting up a new development environment or updating an existing AI-DLC agent config on a developer machine.

Quick Start

Run the install-kiro-agent script with the template to place aidlc.json into ~/.kiro/agents/.

Frequently Asked Questions about install-kiro-agent

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

FAQPage Schema
How do I install a KiroCLI agent configuration file locally?

To install a KiroCLI agent configuration, the skill copies the aidlc.json template into the ~/.kiro/agents/ directory, creating the directory if it does not exist. It validates the source template before safely copying the file.

What is the best way to update an existing AI-DLC agent config without losing data?

Updating an AI-DLC agent config is handled safely by creating a backup of the existing aidlc.json file before overwriting it. The skill performs an idempotent copy to ensure the configuration is updated without data loss.

Does the KiroCLI agent setup work on all operating systems?

The KiroCLI agent setup is designed for Unix-like environments. It handles template resolution, directory creation, and safe copy operations specifically tailored for Unix-like systems.

What happens if the target agents directory does not exist during configuration?

If the target agents directory does not exist, the skill ensures the target directory is created automatically. It validates the template source before proceeding with the file copy operation.

Can I automate KiroCLI agent configuration for a new development environment?

Yes, automating KiroCLI agent configuration for a new development environment is the primary use case. The skill applies template resolution and performs safe, idempotent copies to report structured status messages upon completion.