amis-build

Automate AMIS builds by executing tasks, adapting skills, and committing changes per step.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Best6668/AMIS --skill amis-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: amis-build
Source: https://github.com/Best6668/AMIS/tree/main/skills/amis-build
Command: npx skills add https://github.com/Best6668/AMIS --skill amis-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end construction and orchestration of the AMIS project by coordinating Task execution, skill adaptation, and automated commits across the entire development plan.

Core Features & Use Cases

  • Orchestrates the AMIS development workflow by sequentially executing tasks and driving /adapt-skill calls to transform ARIS skills into the AMIS format.
  • Enforces a strict commit-after-each-task policy, auto-advancing on success, and stopping on failure to ensure traceable progress.
  • Supports phased initialization, leaf-skill adaptation, and integration with the development plan document (AMIS_DEVELOPMENT_PLAN.md) to guide the build.

Quick Start

Run the pipeline using a task description to start assembling and validating all AMIS tasks from the command line.

Frequently Asked Questions about amis-build

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

FAQPage Schema
How do I automate AMIS project construction from an ARIS development plan?

Automating AMIS project construction requires orchestrating sequential task execution and skill adaptation from a development plan document. The pipeline drives /adapt-skill calls to transform ARIS skills into the AMIS format, validating each step and committing changes as tasks progress.

What is the best way to orchestrate a task pipeline with automated git commits after each step?

Orchestrating a task pipeline with automated git commits involves enforcing a strict commit-after-each-task policy. The pipeline auto-advances on successful validation and stops on failure, ensuring fully traceable progress across your development plan.

Do I need Bash and a development plan document to run an AMIS build pipeline?

Yes, running an AMIS build pipeline requires a development plan document like AMIS_DEVELOPMENT_PLAN.md, a defined set of tasks, and environment tooling such as Bash, git, and the /adapt-skill command to execute the orchestration.

How does skill adaptation work when transforming ARIS skills to the AMIS workflow?

Skill adaptation works by sequentially executing tasks and driving /adapt-skill calls to transform ARIS skills into the AMIS format. The process supports phased initialization and leaf-skill adaptation, integrating directly with the development plan document to guide the build.

Why does the AMIS build pipeline stop when a task validation fails?

The AMIS build pipeline stops when a task validation fails to ensure traceable progress and prevent cascading errors. It enforces a strict commit-after-each-task policy, only auto-advancing to the next task upon successful validation and commit of the previous step.

Can I use amis-build to automate phased initialization for my AMIS workflow?

Yes, you can use it to automate phased initialization for your AMIS workflow. It orchestrates the entire end-to-end construction process, sequentially assembling and validating all AMIS tasks from the command line based on your defined task set.