add-agent

Generate implementation and testing checklists for integrating new AI coding agents into openshell-image-builder.

3|2|Updated May 20, 2026
One-click install
npx skills add https://github.com/openkaiden/openshell-image-builder --skill add-agent-openkaiden
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-agent
Source: https://github.com/openkaiden/openshell-image-builder/tree/main/.agents/skills/add-agent
Command: npx skills add https://github.com/openkaiden/openshell-image-builder --skill add-agent-openkaiden

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive, end-to-end checklist for developers to integrate new AI coding agents into the openshell-image-builder, ensuring consistency across the codebase.

Core Features & Use Cases

  • Standardized Integration: Guides the developer through the required file structures, trait implementations, and registration steps.
  • Quality Assurance: Includes mandatory steps for unit testing, integration testing, and documentation updates to maintain system integrity.
  • Use Case: When a developer needs to add a new agent like 'myagent', they follow this checklist to ensure the agent is correctly registered, tested, and documented for the build system.

Quick Start

Use the add-agent skill to generate the implementation checklist for a new agent named myagent.

Frequently Asked Questions about add-agent

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

FAQPage Schema
How do I integrate a new AI agent into the openshell-image-builder?

To integrate a new AI agent into the openshell-image-builder, follow a standardized checklist covering Agent trait implementation, module registration, unit and integration testing, and documentation updates to ensure architectural compliance for sandbox image builds.

What steps are required to implement the Agent trait for a Rust coding agent?

Implementing the Agent trait for a Rust coding agent requires defining the required file structures, completing trait implementations, and registering the new agent module within the openshell-image-builder environment to maintain codebase consistency.

How do I test a newly added AI agent in an openshell environment?

Testing a newly added AI agent in an openshell environment involves executing mandatory unit testing and integration testing steps to validate module registration and ensure system integrity before documentation.

Does adding a new agent require documentation updates for the sandbox image build system?

Yes, adding a new agent requires documentation updates as part of the end-to-end checklist to ensure all new agents meet the necessary architectural standards for sandbox image builds.

What is the best way to ensure new AI agents meet architectural standards in Rust builds?

The best way to ensure new AI agents meet architectural standards in Rust builds is to use a structured development workflow that mandates trait implementation, registration, testing, and documentation updates.

Why do I need a standardized checklist to add coding agents to a Rust codebase?

A standardized checklist is needed to add coding agents to a Rust codebase to prevent integration errors and maintain system integrity across file structures, trait implementations, and module registration.