amicsdocs
For agents

Install the Amics skill

Install the Amics workflow for Codex, Claude Code, Cursor, OpenCode, or another Agent Skills-compatible client.

The Amics repository includes an open Agent Skill with the CLI workflow, approval rules, and lifecycle behavior, plus on-demand references for the full command surface, durable workspaces, and warm-lease iteration.

Install interactively

From the project where the agent should use Amics:

npx skills add amics-ai/skills --skill amics

The Skills CLI detects supported agents and lets you choose the installation target. Review the skill before accepting it. A project install can be committed and shared with the team.

Install for one agent

# Codex
npx skills add amics-ai/skills --skill amics --agent codex

# Claude Code
npx skills add amics-ai/skills --skill amics --agent claude-code

# OpenCode
npx skills add amics-ai/skills --skill amics --agent opencode

Add --global to make the skill available across projects. Add --yes only when you have already reviewed the source and installation target.

Verify the workflow

Start a new agent session so it reloads installed skills, then ask:

Use the Amics skill to recommend live GPU capacity for a 20-minute command
that needs at least 24 GB VRAM. Do not acquire anything.

A correct response should use amics gpu recommend, keep the action read-only, and avoid inventing a provider or turning the recommendation into approval.

Use without a skill-aware client

Give the agent these docs and the CLI:

Read https://docs.amics.ai/llms.txt and
https://docs.amics.ai/agents/approval-and-safety.md before using `amics`.

The CLI is the execution interface. There is no production Amics MCP server in the current contract.

Source

The skill lives at skills/amics/SKILL.md in the public catalog. Its references/ folder ships alongside it and is read only when a task needs it.

On this page