Skip to content

docs(skills): ship the a3s-box agent skill + cross-tool installer#157

Merged
ZhiXiao-Lin merged 1 commit into
mainfrom
docs/a3s-box-skill
Jun 29, 2026
Merged

docs(skills): ship the a3s-box agent skill + cross-tool installer#157
ZhiXiao-Lin merged 1 commit into
mainfrom
docs/a3s-box-skill

Conversation

@ZhiXiao-Lin

Copy link
Copy Markdown
Contributor

What

Ships the a3s-box agent skill — one cross-tool Agent Skills
SKILL.md that teaches an AI coding agent to drive the a3s-box CLI (the --
separator, box lifecycle, snapshots, warm pool, networking footguns, and an
errors→fix table), plus a one-command installer and docs.

  • integrations/skills/a3s-box/SKILL.md — the skill (≤10 KiB; declares Bash(a3s-box*)).
  • integrations/skills/install.sh — symlinks the single SKILL.md into each agent's
    skills root (.agents / .claude / .codex / .a3s, project or --home).
  • integrations/skills/README.md — the full agent matrix + no-skill-agent notes.
  • README.md — a complete Install + Use section under Coding-agent skill.

Why one file

The same SKILL.md works across Claude Code, OpenAI Codex, Gemini CLI, Cursor,
Sourcegraph Amp, OpenCode, Zed, and a3s-code — they share the Agent Skills format,
so a shared skill beats a per-agent variant (or a Claude-only plugin). Two roots
(.agents/skills + .claude/skills) reach almost every skill-capable agent.

Use

cd integrations/skills && ./install.sh all, reload the agent → the skill surfaces
as /a3s-box and is auto-invoked when you ask it to run/build/sandbox with a3s-box.

Docs-only + new files; no code or CLI behavior changes.

One Agent Skills SKILL.md that teaches a coding agent to drive the a3s-box CLI,
reused across Claude Code / Codex / Gemini CLI / Cursor / Amp / OpenCode / Zed /
a3s-code (shared SKILL.md format). Adds integrations/skills/ (SKILL.md, install.sh,
README) and a complete Install+Use section in the box README. Docs-only.
@ZhiXiao-Lin ZhiXiao-Lin merged commit 0249c6d into main Jun 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant